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

    Use item 1x

    insert?? function onUse(cid, item, fromPosition, itemEx, toPosition) if item.itemid == 15389 and itemEx.itemid == 14772 then if getPlayerStorageValue(cid, 77878) >= 0 and getPlayerStorageValue(cid, 77878) < 8 then setPlayerStorageValue(cid, 77878, getPlayerStorageValue(cid, 77878) + 1)...
  2. alissonfgp

    Use item 1x

    Tfs 0.3
  3. alissonfgp

    Use item 1x

    I need a script type, if the player uses an item on another item, then it will be able to use again after 2 minutes. if possible...
  4. alissonfgp

    Help me -- npc

    Yes, this storage correct, i'm use lib... i post only storages. STORAGE_PALIMUTH = 250 STORAGE_AZERUS = 260 STORAGE_GOOD = 270 STORAGE_BAD = 280 STORAGE_MORIK = 290 STORAGE_CROWBAR = 300 STORAGE_GUARD = 310 STORAGE_NOTES = 320
  5. alissonfgp

    Help me -- npc

    yes, I tried but I got the storage of the next mission and he did not answer anything if I say mission, and not even an error appears in the log. one base for example: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  6. alissonfgp

    Action deleted thread

    Yes, she's not complete but it is the best and only fix some things she works on my server I fixed it I'm 100% RL.
  7. alissonfgp

    Help me -- npc

    where is "elseif (msgcontains (msg," mission ")) then" is when the player picks up the mission and where is "elseif (msgcontains (msg," yes ")) then" is for when he accepts the mission and have to go to complete it, then it comes back and says to report mission. I give REP + + for help. - - -...
  8. alissonfgp

    Help me -- npc

    I need help here ... The NPC did not respond according to what I have asked for storage but he responds, I do the mission and then he keeps on saying the same thing as before, someone could see if there is any error that is messing up? local keywordHandler = KeywordHandler:new() local...
  9. alissonfgp

    Rookgaard v19

    Premium area yes, but the Island of Destiny no...
  10. alissonfgp

    Sirion_Mido Free Scripting Service (Actions/Movements/Talkactions/Creaturescripts)

    you never understand me o.o I rode the scripts, was to be more or less well. function onUse(cid, item, fromPosition, itemEx, toPosition) local storage = 46691 local storage1 = 47691 local item = 12284 if getPlayerStorageValue(cid, storage) == 1 then...
  11. alissonfgp

    Sirion_Mido Free Scripting Service (Actions/Movements/Talkactions/Creaturescripts)

    I need one script... ex: if player use item "marked crate" and has storage 55555 then dotransform player in "marked crate looktype" and setStorageValue 55556. remove item uid 1 WOTE Quest.
  12. alissonfgp

    Rookgaard v19

    Credits... Adrianootavares: Tracked Free Area 100% and Premium 15% Alissonfgp: Tracked Premium Area 85%, quests and Island of Destiny added and removed errors of clone map Import to x = 0, y = 0 Mediafire mirror: Rookgaard v19.rar
  13. alissonfgp

    [The_Hide][Rl Quest] Bigfoot's Burden Quest (Gnomebase)

    OMG, insert numbers of effect EX: BB_GNOME_DIGGING_MUSHROOM_SNIFFER_DIG_A_FLOOR_EFFECT = 34 BB_GNOME_DIGGING_LITTLE_PIG_EAT_TRUFFLES_EFFECT = 11 if this error even if you're having trouble, just enter the numbers of the effects.
  14. alissonfgp

    [The_Hide][Rl Quest] Bigfoot's Burden Quest (Gnomebase)

    You need to create the NPC Gnomally for to buy items with Major or Minor Crystalline Tokens. She's don't is complete.
  15. alissonfgp

    Npc Orockle War Against The Hive Quest

    this should release this quest npc (War Against The Hive Quest), but I need it and the quest scripts if possible. - - - Updated - - - link wiki: http://www.tibiawiki.com.br/wiki/War_Against_The_Hive_Quest
  16. alissonfgp

    Npc Orockle War Against The Hive Quest

    I need help with NPC Orockle, War Against The Hive Quest (task) someone have for to help me? Insectoid outfit and addons... type: War Against The Hive Activity in the hive War Favour Left: 0 War Exp: 0 Done: Antennae Bliding: 0 Hive Digestion: 0 Pore Stuffing: 0 Chitin...
  17. alissonfgp

    Script 9.81

    ta aew, shovel.lua ta na sua actions, coloquei outras bordas tambem senao nao iria subir o item. local holes = {468, 481, 483, 7932, 8579} local sand = {231, 9059} local swamp = {20230, 18579, 18560, 18580, 18581, 18582, 18583, 18585, 18586, 18587, 18588, 18589, 18590, 2171, 6217, 18584...
  18. alissonfgp

    [The_Hide][Rl Quest] Bigfoot's Burden Quest (Gnomebase)

    Yes... insert in globalevents.xml <!-- Bigfoots Burden's Quest --> <globalevent name="shootingg" interval="8000" event="script" value="shooting_GNOME_QUEST.lua"/> and change in your lib search this BB_GNOME_SHOOTING_CRYSTAL_CANNON_ID_READY_TO_SHOOT = 18225 -- id karabinu gotowego...
  19. alissonfgp

    Monster Monsters 9.8

    thanks :D
  20. alissonfgp

    [The_Hide][Rl Quest] Bigfoot's Burden Quest (Gnomebase)

    create one Xelvar.xml, xelvar.lua have in scripts. - - - Updated - - - don't forget to insert in login.lua for count task wigglers... registerCreatureEvent(cid, "extermination") change: <event type="kill" name="wrath" event="script" value="GNOME_QUEST/extermination.lua"/> for...
Back
Top