• 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!

Search results

  1. J

    OTClientV8

    I added some options in tools tab. Anti Kick (by @kondra) Hide useless tiles (by @kondra) Drop items (by me) You can use the Ingame Macro Editor or add the code directly in the file tool (inside the config bot folder) like I did. macro(10000, "Anti Kick", function() local oldDir =...
  2. J

    OTClientV8

    It's really amazing! Congratulations for your work :)
  3. J

    OTClientV8

    I found some solutions. Hiding the top menu 1. Go to modules/client_topmenu/topmenu.lua 2. In the begining of the file, define local HIDE_TOPMENU = true as a new variable 3. Now, in the same file, look for the function init() and just before the final of this function, add the code bellow. if...
  4. J

    OTClientV8

    Hi, i'm using the version 2.2.1 and i'm trying to make some modifications. I would like to remove the top bar at the startup, also the token option at the "Enter Game" Windown. And about the bot, i think some options should be in the tab "tools", not in the tab "main".
  5. J

    OTClientV8 BOT

    Ty, it worked :)
  6. J

    OTClientV8 BOT

    How can i mod this client to load my ip as default?
  7. J

    Critical / mana leech dont work. Only emote TFS 1.2

    I know this is an old post, but i have been looking for a solution in the last week and found nothing. I have this same problem on my TFS 1.3 :/
  8. J

    Is there any function to resume the Item Duration countdown?

    I'm trying to implemente one little event on the function onMoveItem. I have one item that has a duration, but this duration is "stoped", i want to resume the duration countdown when player moves the item. Is there anyway to do this?
  9. J

    [HELP] Shop system for Znote AAC (buy points)

    Hello everybody, I'm using Znote AAC 1.5 on my otserv 10.98 (it runs on a raspberry pi), and I've beeing trying to implement the buy points system but I'm having some problems. All the systems I have tried didn't work properly. Does anyone have a working system for this site? Ps.: the last i...
  10. J

    [Modern AAC] Delete Chars From WEbsite

    Do this: 1- Goto C:\xampp\htdocs\system\application\models 2- Find publicfunction deletePlayer($id){ $this->db->update('players', array('deleted'=>1), array('id'=> $id));} 3- Change for this publicfunction deletePlayer($id){ //$this->db->update('players', array('deleted' => 1), array('id' =>...
Back
Top