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

    [9.46] The Forgotten Server v0.3.7-preview (Crying Damson)

    Yes ill test it, but... if i want to modify the map, how can i do it?...
  2. lokolokio

    Lua Function doChallengePlayer(cid, target) - Exeta Res other players!

    I just add the code to each one or it need to be in some orders?... For Ex. Under Function: bla bla bla} add: Ur code}
  3. lokolokio

    help, extra content at end of file

    <?xml version="1.0" encoding="UTF-8"?> <monster name="Minotaur Champion" nameDescription="a minotaur champion" race="blood" experience="520" speed="210"> <health now="325" max="325"/> <look type="29" corpse="5983"/> <targetchange interval="5000" chance="8"/> <strategy attack="100"...
  4. lokolokio

    Tibia OtLand IP Changer

    Its very very awesome this program, the only thing wath you forgot its add a try icon xD but its very awesome... tytyty :*
  5. lokolokio

    rep + | tfs 0.4 Reward problem ! FAST !

    you can do something like this: function onUse(cid, item, frompos, item2, topos) local STORAGE = 63000 if (getPlayerStorageValue(cid, STORAGE)) == -1 then local money = getPlayerLevel(cid) * 100 -- This will add 100 golds per each level local Reward = doPlayerAddMoney(cid, money)...
  6. lokolokio

    Spell Spells 8.7 Not Inluded Kor Spells (Utori Kor - Exana Kor)

    Spells 8.7 in 8.6 - Not Inluded Kor Spells (Utori Kor - Exana Kor) Here i will post my new thread, i try to make all the new spells for all voacations based on tibia wikia, i dont know if the formula its right but the attempt is made, well here is: Put on spells.xml this code: <!-- Spells...
  7. lokolokio

    doSetCondition? Help!

    You can try this... local condition = createConditionObject(CONDITION_POISON) setConditionParam(condition, CONDITION_PARAM_PERIODICDAMAGE, -20) setConditionParam(condition, CONDITION_PARAM_TICKS, -1) setConditionParam(condition, CONDITION_PARAM_TICKINTERVAL, 2000) function onStepIn(cid, item...
  8. lokolokio

    CreatureEvent Addons on Frags

    Can you give me the code to put it On-Sqlite?...
  9. lokolokio

    npc bug 0.3.5pl1

    You put the name of the item in two times you just need to put it like this: Your code: shopModule:addSellableItem({'traper boots', 'traper boots'}, 2641, 3000, 'traper boots') and my code: shopModule:addSellableItem({'Plate Armor'}, 2463, 1000, 'Plate Armor') ass you...
  10. lokolokio

    Quest log

    Man are you already cheked, if the storage gived in chest quest is the same in the storage at the xml/quest.xml?? ex. function onUse(cid, item, fromPosition, itemEx, toPosition) if item.uid == 17956 then queststatus = getPlayerStorageValue(cid,54090) if queststatus == -1 then...
  11. lokolokio

    TalkAction Easy way to put Outfits to your monsters or NPC

    Check your default channel, this talkactions just show on your screen the words but in default channel it gives a msge in purple font, check it
  12. lokolokio

    TalkAction Easy way to put Outfits to your monsters or NPC

    Well this is my first aportation, to this server (own aportation, maybe someother got the same idea but im the first on post it, i hope you like and enjoy it) My idea consist on the following thing: Put in: data/talkactions.xml the next code: <talkaction words="/outfit" access="5"...
  13. lokolokio

    When player die then monster dissapear, need help.

    i can help you but i dont test it, you can create a teleport acces to the room of the phyttus the rotten -for ex.- teleport can contain the aid = xxxx and can use the movement this teleport will take you to the room, and the actionid = xxxx can do this, <movevent type="StepIn"...
  14. lokolokio

    Help me please <<read>>

    <action actionid="12324565" event="script" value="tuquest.lua"/> function onUse(cid, item, fromPosition, itemEx, toPosition) if item.actionid == 12324565 then doPlayerAddItem(8888, 1) end end
  15. lokolokio

    Monster Air Elemental

    I think if Exists the Fire Elemental, Water Elemental, Energy Elemental why not exists an Air Elemental in Order to exist all Main Elements. And here is my idea, i hope you like it: <?xml version="1.0" encoding="UTF-8"?> <monster name="Air Elemental" nameDescription="a air elemental"...
  16. lokolokio

    Help - I need help with some functions.

    I want to put Item Description, the functions doSetSpeacialDescription() doesn't work becuase its a new function like doItemSetAttributes or something like that and i just want to know what are all these functions. like ex: doItemSetAttributes(lols, "aid", aid) doItemSetAttributes(lols...
  17. lokolokio

    Lua Help - I need help with the flags.

    I just want to put a new group like this: <group id="7" name="God" flags="3845069447162" customFlags="2097151" access="5" violationReasons="23" nameViolationFlags="426" statementViolationFlags="469" depotLimit="5000" maxVips="500" outfit="302"/> but here i dont know how to edit flags to this...
  18. lokolokio

    Need a info script

    Hey dude you can do this, i hope you like it XD: just put this code into the firstitems.lua its located in data/creaturescripts/scripts/ and add this: doPlayerPopupFYI(cid, "Welcom dear player, Rules:\n1.-Dont say: give me items\n Dont use bot.\n3 Dont insult the...
  19. lokolokio

    [8.54] The Forgotten Server 0.3.6pl1 (Crying Damson)

    Great work but, the server got a Trojan i have scaned with avira antivir and it detect a TR/Delf.slc and in the console it detect TR/Delf.sob, please just dont put trojan in the files please. But great work. :)
Back
Top