• 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. eardrums

    Remeres wont open with server!

    thanks for the help guys! will try and let u know what happens
  2. eardrums

    Remeres wont open with server!

    Downloaded it and trying to follow the guide so I can compile it but having some issues. im currently getting this error to be honest im clueless as to what im doing and im just copying and pasting what the guide tells me to do
  3. eardrums

    Remeres wont open with server!

    Okay so I know im probably doing something wrong here but im a complete noob when it comes to this stuff. Would be great if someone could shed some light on what i might be doing wrong. So first things first i downloaded remeres map editor and the link i downloaded it from has a small brush bug...
  4. eardrums

    Solved Only clients with 12.87 protocol are allowed

    I figured it out i was putting the whole assets file instead of the files that were inside the assets
  5. eardrums

    Solved Only clients with 12.87 protocol are allowed

    Okay so im trying to run my own server and after downloading forgottenserver from github and downloading the otclient that was linked through the forgottenserver i seem to be having issues. ive gotten through creating a database and compiling and the server is on perfectly. i also made an...
  6. eardrums

    Storage value +1 help!

    thank youuuu
  7. eardrums

    Storage value +1 help!

    So I'm making this script for a little lock picking skill through actions and I was wondering if its possible to do something. function onUse(cid, item, fromPosition, itemEx, toPosition) if itemEx.itemid == 1746 and itemEx.uid == 2026 and getPlayerStorageValue(cid...
  8. eardrums

    Exhaust for healing item

    Hello, Can anyone help create a script where when I use a certain item it heals me for a certain amount and also sets an exhaust rate. I got the script down but without being able to put the exhaust rate. This is what i did so far but so far i cant get it to get exhausted local exhaust =...
  9. eardrums

    Shading!

    Thanks Limos! Your always there to help :)
  10. eardrums

    Shading!

    Can some post a spriting tutorial on the process of shading weapons armors etc on photoshop? I am having a hard time being able to choose colors and sometimes i use the burn and dodge tool but dont get the results i want.
  11. eardrums

    Aqua Blade

    thanks mate!
  12. eardrums

    Aqua Blade

    I also just finished making this armor :D
  13. eardrums

    Sprites by Saphron

    Gorgeous looking sprites man!
  14. eardrums

    Aqua Blade

    I just started out with spriting yesterday :D I made this sword and was wondering if there any suggestion to make it better!
  15. eardrums

    Delay time help!

    thank you!
  16. eardrums

    Delay time help!

    Hi guys! So I made this script.. function onStepIn(cid, item, pos) if getPlayerStorageValue(cid, 34544) == -1 then setPlayerStorageValue(cid, 34544, 1) doSummonCreature("Magnificent Chicken", {x= 562, y= 861, z= 7}) elseif getPlayerStorageValue(cid, 34544) == 1 then...
  17. eardrums

    Solved Monster <attack> tags help

    Thanks mate :D I should of figured that out on my own :D thanks!
  18. eardrums

    Solved Monster <attack> tags help

    Hey everyone! I think its time I come to understand how the attack tag works when making monsters because I dont know how it works... I dont get why sometimes I gotta put </attack> in the middle For example <attacks> <attack name="melee" interval="2000" skill="50" attack="45"/>...
Back
Top