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

    Lua TFS 1.2 Looking for advanced shovel script

    Hello, looking for a advanced shovel script maybe anyone has a similar one, basically how it should work There would be multiple types of shovels from wooden, to metal and lets say golden shovel. Each shovel differs in the number of uses and digs time which is lets say. Wooden Shovel 5s digging...
  2. SixNine

    TFS 1.X+ How to prevent map clean from removing specifici items

    I heard it can only be achieved trough src. Can someone guide me a good way how can i make sure it wont delete specific items or maybe like creating a items.xml attribute like <attribute key="mapclean" value="1" /> which means it wont delete the item on clean or maybe hardcode it with if...
  3. SixNine

    TFS 1.X+ Any better way of creating random spawns?

    Hello, I'm trying to create a function that spawns X objects on the map with intervals and chances. Currently, the only method I know involves hardcoding x, y, and z coordinates and randomly creating objects at those positions. However, I find this approach incredibly repetitive. I'm wondering...
  4. SixNine

    TFS 1.X+ Trying to add storage and mission to Trader

    Hey trying to create NPC that basically he wont be able to type Trade to him until he brings the required stuff, once he brings it he can see what he sells. Tried this code but didnt worked at all local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  5. SixNine

    TFS 1.2 sendMoveCreature NETWORKMESSAGE crash requires 187696 bytes

    This is the crash log - ---------------------------------------------------Signal caught: SIGSEGVT - Pastebin.com (https://pastebin.com/SF1FzZ4f) const.h value set to #define NETWORKMESSAGE_MAXSIZE 187680 2004 line - NetworkMessage msg = NetworkMessage(getConnection()->getHeader); void...
  6. SixNine

    Lua TFS 1.2 Need lua Kill everyone in ZoneID X

    Hey anyone have a optimized code to kill everyone whos inside getTile:getZoneId() Zone System (https://gist.github.com/lyuz1n/2fb07cd6828309941a1f03b385b96a34) this function would be executed if monster with name X doesnt exist if it doesnt exist kill everyone after 5 minutes, but if monster...
  7. SixNine

    Lua TFS 1.2 Spam item on random places in map

    Hey is it possible to make system like this, basically you put those items trough rme so those objectes will be placed in otbm, but trough code make it appear only like 50% of them in those places where they were placed reason for it is that its super cancerous to put in hand by hand inside...
  8. SixNine

    Installig NPC optimization comit gives error on debian but works on windows

    Hey facing a weird issue so i installed this comit Fix Memory Leak from Npc events (#4483) · otland/forgottenserver@2a1bad7 (https://github.com/otland/forgottenserver/commit/2a1bad7c7d5c0a12608b4939eb7eeb5ab807d123#diff-de24903be80cdb3ab492de3e5efe2d77fc8958661c6a23a7d67a0848a6413074L44) related...
  9. SixNine

    Spell Crash TFS 1.2

    Got this crash two times idk what causes it but probably spell idk which and why https://pastebin.com/Tndqw8uY
  10. SixNine

    Lua Tfs 1.2 Bleeding spell to players and not monsters

    1. Target spell 2. If you hit player it deals random 5-10% damage from his maxhealth per second for 4 seconds 3. If someone casted this spell on player no one can cast the same spell on him until those 4 seconds passes 4. Has different effect depending on characters id
  11. SixNine

    [TFS 1.2] How to make delay to stack stairs if you have pz

    TFS 1.2 How can i make if you have pz or pk you would have delay to kite trough stairs because its super annoying if you trying to kill someone with pk or pz and they just running trough stairs every single time
  12. SixNine

    SQL command to remove all acounts that starts with

    Is there command in phpmyadmin to remove all accounts that starts with dasdsadsa because there is thousands accounts that goes like dasdsadsa758765, dasdsadsa45686, dasdsadsa44545 and want to remove all of them without removing true accounts that werent created by bot
  13. SixNine

    [TFS 1.2][MYACC] Weird ram leak that occured randomly

    Having super weird problem, everything was smooth for like one week and shit started happening randomly for some reason my OVH started going to 100% usage by any action in the game for example buying something frop shop, changing wings, dying, casting spells and etc it forces ping to go up to...
  14. SixNine

    Item Editor 0.5 not finding new items from .dat

    Really weird issue first time got it, for some reason never had problems creating new items but item editor decided to stop finding my new sprite sheets and overall those client ids. So i created for example item in slot 12650 and once i save it and load item editor ant look for that sprite...
  15. SixNine

    How can u add .gif image into otclientv8 shop module?

    Hey, how can u add gif image into a particular category. Shit like that i just drew with kindergarden style
  16. SixNine

    TFS 1.2 Is it possible to put particular item on the house only for owner

    TFS 1.2 Hello, is it possible to allow add particular X item on the house only for house owner and only for example three of them. Why i need is im trying to create action script which is growing stuff in the house why i need it, is to stop multiclient abuse so the only solution is allowing...
  17. SixNine

    Breaking the limit of health and mana so as skills

    Using tfs 1.2 and otclientv8, im trying to break this max health which is 65k something like that, and skills max number is 255 if im not wrong, i know that there might be information in search tab but honestly never seen a actually a good tutorial for it. I looked into otclient const.h...
  18. SixNine

    TFS 1.2 create hit channel and remove it from server-logs

    Hi, how can i transfer hit damage message to a custom channel, because i think server-log channel is overloaded with information
  19. SixNine

    Actually brain lag why monster damage doesnt increase in spell

    Its so weird or im just blind and not noticing something but for some reason my monster spell does only 10 energydamage damage even tho i changed formula to a thousands local combats = {} local areas = { -- Area 1 { arr = {{1, 0, 1, 0, 1, 0, 1, 0, 1}, {0, 1, 0, 1, 0, 1, 0...
  20. SixNine

    [TFS 1.2][SPELL] attempt to index local 'stun' and other issue

    Using this script local combats = {} local areas = { -- Area 1 { arr = {{1, 0, 1, 0, 1, 0, 1}, {0, 1, 0, 1, 0, 1, 0}, {1, 0, 1, 0, 1, 0, 1}, {0, 1, 0, 3, 0, 1, 0}, {1, 0, 1, 0, 1, 0, 1}, {0, 1, 0, 1, 0, 1, 0}...
Back
Top