• 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. Mr Noxi

    OTClient Extra exp for using this client?

    Good shit, start adding lots of content that requires effort and not a 1 player with 3 mc running it alone :P or disable mcs or atleast 1 mc only or something like that so ppl will have to rely on finding others to do stuff together
  2. Mr Noxi

    OTClient Extra exp for using this client?

    Why do u not want your players to bot? I suppose every server owner has some reasons but what are yours? I know mostly because 8.6 is the most botted tibia version and the game play it self depends alot on botting since no one wants to hunt hours and hours for level in an Otserv because its...
  3. Mr Noxi

    How to enable monster's summons to be able to summon? TFS 1.3

    Hellos, So am trying something retarded and maybe fun , My monster x have the code inside monsters/x <summons maxSummons="1"> <summon name="x"interval="1000" chance="100" /> </summons> So the monster can spawn a replica of it self. But i want the spawned x monster to also be able...
  4. Mr Noxi

    TFS 1.X+ TFS 1.3 Level Up Reward insted of EXP upon finishing a task?

    Hey So i have a task system that rewards player by item/exp bla bla bla, my question is if its possible to instead of adding Experience as reward to add a full lvl up insted? What i mean by full level is exampel if player is lvl 100 with 50% left to lvl 101 and gets a "Full lvl" he will be...
  5. Mr Noxi

    Scammed by Aurelion

    I honestly dont think any Laws apply here haha wild wild west
  6. Mr Noxi

    TFS 1.3 Storage time check

    So thats fixed! Thank u! Anyone knows how to convert the seconds to minutes?
  7. Mr Noxi

    TFS 1.3 Storage time check

    Hey! So i have a exp scroll that uses storage Script below for to check how long time the +exp scroll has left. function onSay(cid, words, param) local player = Player(cid) local remaining = getPlayerStorageValue(cid, 9997) - os.time() if remaining <= 0 then...
  8. Mr Noxi

    VIP System [The Forgotten Server 1.0]

    Am having the same type of issue, strange, any one found a way to fix that? Thxx
  9. Mr Noxi

    Looking for scripter lua form poland

    Wrong section bro
  10. Mr Noxi

    Otclient module

    Hey Could someone make a simple example how module are connected with tfs scripts? Thxxx
  11. Mr Noxi

    Solved Is their a way to remove the "drop of items" upon death? |TFS 1.3| |8.6|

    i think its better not to remove any important file, u never know what it might mess up xD rather try that fix i linked, if it does not help then try to delete it but back it up somewhere ;P
  12. Mr Noxi

    Solved Is their a way to remove the "drop of items" upon death? |TFS 1.3| |8.6|

    strange, check this out maybe it will work for u https://otland.net/threads/forever-aol-doesnt-work-tfs-1-3.271287/#post-2613814
  13. Mr Noxi

    Solved Is their a way to remove the "drop of items" upon death? |TFS 1.3| |8.6|

    I belive and dont take my word for it but u can try to change charges to =0 insted of 1, <item id="2173" article="an" name="amulet of loss"> <attribute key="weight" value="420" /> <attribute key="slotType" value="necklace" /> <attribute key="charges" value="1" />...
  14. Mr Noxi

    Cant shoot aoe spell if to close to protection zone? TFS 1.3

    Hey so as the video explains am trying to use aoe spell on sqm that is not a proct zone but if am turned towards the zone i cannot shoot the aoe spell but if am turned against the other way it work? https://gyazo.com/b4722b26cc4152364ec71e6790c6ca53 IS this a bug or just normal??
  15. Mr Noxi

    Monster cannot summon on fire field? TFS 1.3

    Hellos, So question, am having my boss monster to use the following <summons maxSummons="6"> <summon name="mad sorcerer" interval="2000" chance="100" /> <summon name="diadlo pim" interval="15000" chance="100" /> </summons> and my mad sorcerer and diadlo pim...
  16. Mr Noxi

    TFS 0.X more atkspeed gives more skill?

    idk about source change but maybe a separate skill train stage for the rouge vocation :) an alternative solution is to make base attack lower so even if skill is higher the base dmg would be lower and then ofc all weapons used by rouge would need to be lower on atks/stats
  17. Mr Noxi

    My Custom Evo server 10.98 TFS 1.4

    Wooooppss 😂😂 great eyes m8! Cheers
  18. Mr Noxi

    My Custom Evo server 10.98 TFS 1.4

    Eloo, Here come some updates for the server! First off , new waypoint system for far away places. You have to reach the point for the first time but next time you can teleport from tempel or other close areas! Then we have also added a stat system. Points will at the moment mostly be...
  19. Mr Noxi

    Quest system, no space no item TFS 1.3

    Hellos, So i just came across this issue in my quest system. Say a player has no space in backpack and opens the chest, player gets the EXP added but the item get dropped on floor Part of the code below expReward = 9000000, item_reward = { [1] = {itemid = 11304, count...
  20. Mr Noxi

    Teleport item TFS 1.3

    Nice ! Thank you for the help!
Back
Top