• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Maltexor

    Solved Remere Question [Raw Mapping]

    So i decided to start mapping by just using raw's but here is my problem: Or like this: ( Thats just an stupid example ) Every time i try to map something in raw and delete a part it goes to Autoborder it how can i change that?.. Using Remere 3.0 with zibizu & peroxide Extensions...
  2. Maltexor

    What dedicated server do you use?

    You call that cheap :D 10€ for 1gb Memory and 50€ for 6 i guess it was :O
  3. Maltexor

    !commands

    No Problem. If you don't want to display wich Acces the Player have just delte thoose lines: if useAccess then text = text .. " " .. myAcc .. "" end text = text .. "\n\n" .. "Total " .. x .. " ." This deletes the Total count of Player Commands and Acces Line in text Box...
  4. Maltexor

    !commands

    And if you want to see all Commands that can be used paste this into your commands.lua: local myFile = "data/talkactions/talkactions.xml" local useAccess = true --true / false function onSay(cid, words, param, channel) local commands, acc, myAcc, x = {}, {}, getPlayerAccess(cid), 0...
  5. Maltexor

    !commands

    Okay. Add this to your Talkactions.xml at data\talkactions: <talkaction words="/commands" script="commands.lua"/> Go to folder: data/talkactions/scripts and create commands.lua and paste this in: function onSay(cid, words, param) local text = "Your player commands are as follows:\n"...
  6. Maltexor

    !commands

    Wich Distro do you use?
  7. Maltexor

    Temple position is wrong?

    Alright than good luck in fixing :)
  8. Maltexor

    Temple position is wrong?

    Are you using AAc or just Server config.lua? Change the Temple Position to the right Temple Position u can find them out by open the Map with Remeres Map editor press and hold ctrl+t there u can see the Towns with Temple Positions.
  9. Maltexor

    which xampp version is better?

    Dont use XAMPP do it like Don Daniello said or use UniForm Server wich got a Update Today: http://www.uniformserver.com/ Here is a full Tutorial Video on how to Set-Up a Server with Uniform too...
  10. Maltexor

    Siegh's Mapping Thread [Thronar]

    Fucking nice dude! Wich i could map like you :D
  11. Maltexor

    Windows Tibia Error when connecting to server

    Hmm strange idk than :O
  12. Maltexor

    mySQL

    Check out this Link and watch the Video: http://otland.net/threads/video-tutorial-from-nothing-to-a-fully-working-ot-server-website-and-shop-system.166818/
  13. Maltexor

    mySQL

    Wich Software do you use for mysql and apache?
  14. Maltexor

    Windows Tibia Error when connecting to server

    You only can connect with your local IP not with your external IP if you host on your Home-PC... only other can connect with your external IP if you set up it right. Config.lua -- Connection Config ip = "127.0.0.1" bindOnlyGlobalAddress = "no" loginProtocolPort = 7171 gameProtocolPort = 7172...
  15. Maltexor

    mySQL

    http://otland.net/threads/video-tutorial-from-nothing-to-a-fully-working-ot-server-website-and-shop-system.166818/
  16. Maltexor

    [Gesior ACC] Dars Layout

    Nice Layout :) Btw is there any Tutorial how to make a PSD to AAC Layout?^^
  17. Maltexor

    Solved Items.xml attributes?

    Okay ^^
  18. Maltexor

    Solved Items.xml attributes?

    I have found them on .cpp ;) And a old list here too after 1 Hour xD: http://otland.net/threads/items-xml-item-attributes-list.199957/ Thanks!
  19. Maltexor

    Items.xml Item attributes list

    Thanks searched so long for this xD
  20. Maltexor

    Solved Items.xml attributes?

    Hey guys, Just wondering where i can find all the attribute's for Items.xml like: <attribute key="description" value="The blade is a magic flame." /> <attribute key="weight" value="2300" /> <attribute key="defense" value="20" /> <attribute key="attack" value="24" />...
Back
Top