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

    Compiling Put OTX attackspeed on a TFS 0.4 rev 3777

    BUDDY! I FIXED IT, i edited this in creature.h #define EVENT_CREATURECOUNT 10 #define EVENT_CREATURE_THINK_INTERVAL 500 i changed it to #define EVENT_CREATURECOUNT 1 #define EVENT_CREATURE_THINK_INTERVAL 1 and now i can attack about 5 times per second without using bot, i hope this helps someone
  2. F

    Compiling Put OTX attackspeed on a TFS 0.4 rev 3777

    well it just sort of came with the Distro, as soon as i changed the distro the speed went away and im trying to bring it back, you should test it so you know what im talking about, OTX 2.9 and set attackspeed to something like 100
  3. F

    Compiling Put OTX attackspeed on a TFS 0.4 rev 3777

    sorry if i wasn't clear enough but what i mean is i have an attack speed of 200, and with the OTX 2.9 the players in my ot attack fast without bot, and with TFS they have to use elfbot auto 1 attack target, so i want to make it so that it works the same as OTX but using TFS 0.4 rev 3777, that...
  4. F

    Compiling Put OTX attackspeed on a TFS 0.4 rev 3777

    i recently changed from a OTX 2.9 to a TFS 0.4 rev 3777 and i lost the attack speed, i didnt really lose it but with otx you don't need to utilize a bot to attack fast, and i was just wondering if it was possible to put that in a TFS 0.4 because i really think it will help the noob players in my...
  5. F

    magic wall on water tiles

    I dont think its compatible with my distro, something about WallTile
  6. F

    magic wall on water tiles

    I have a spell that creates magic walls around a player and this is used to trap people in my server but the problem with it is that if a player uses the spell near water or a border the magic wall appears on water, making it seem like the tile is walk able when it really isn't, can someone help...
  7. F

    Anyone can help me with this script for Manarune

    in your configuration look where it says manachange and it should be like this: showManaChange = true
  8. F

    OTX 3 isStrengthened exists?

    i created a script that adds skill but i noticed that when people have utito tempo or utito tempo san and they use they script they get more skill than what they should get, basically the formula i use is getcurrentskill + 50 so lets say if they actually have 150 and utito tempo makes them have...
  9. F

    Is there anyway to wipe a database?

    I updated description
  10. F

    Is there anyway to wipe a database?

    I use sqlite database and i don't know how to restart the database if that makes sense, i basically want it to be like new, is there anyway to do that? or can someone redirect me to a clean database pls thank you --EDIT : ive been having this database for almost 3 years and it has about 500...
  11. F

    [ElfBot/Magebot] Hotkey that activates/deactivates Magebot feature

    Hello, im wondering if its possible to create a hotkey that can activate or deactivate a magebot feature lul, for example if i press f1, the checkbox of AutoHur in Magebot gets checked, or unchecked, basically I want this to specifically turn on and off the diagonal keys feature thanks.
  12. F

    [SOLVED][ElfBot] spell that is casted when being attacked

    solved it :D i made it so that if a pk is on my screen it says the spell auto 200 listas 'Hunting Spell' | if [$monstersaround.3 >= 3 && $playersaround.10 == 0 ] isattacking say 'Exevo Song Pally' | foreach 'shootableplayers' $pr {if [$pr.isonscreen && $pr.skull >= 3] say 'Exevo Song Pally'
  13. F

    [SOLVED][ElfBot] spell that is casted when being attacked

    the second one kind of worked but it says the spell whenever im attacking a monster regardless of players and thats not really what i wanted, what i wanted is a hotkey that attacks monsters and whatnot and if a player is on screen stop saying the spell but if im being attacked start saying the...
  14. F

    [SOLVED][ElfBot] spell that is casted when being attacked

    I want a hotkey that will make my character say a spell when being attacked, right now I have a hotkey that attacks monsters when they're around and only if no other player is on the screen but I want the hotkey to also say the spell if im being attacked too . auto 200 listas 'Hunting Spell' |...
Back
Top