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

    Lua Problem with lever script, help! screenshots

    Hello again! I need to fix this script, i try to fix it and nothing happens :( Sytuation look's that: But i have errors in console: lever is working, but stone don't want to delete... Here is code, what's wrong? Use tfs 3.6.0pl1 -- Script by Ates, Add/Remove Stone! function onUse(cid...
  2. Adi69

    [NPC] Someone can help me?

    thanks Cyko! :)
  3. Adi69

    Lua Help me and fix this script :)

    i have it in this location...
  4. Adi69

    Lua Help me and fix this script :)

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  5. Adi69

    Lua Help me and fix this script :)

    <?xml version="1.0" encoding="UTF-8"?> <npc name="Alex" script="ratmission.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="139" head="20" body="39" legs="45" feet="7" addons="0"/> <parameters> <parameter key="message_greet" value="Welcome in village my bro...
  6. Adi69

    Lua Help me and fix this script :)

    Someone can help, please?
  7. Adi69

    Lua [NPC] help in Fix NPC King Orc

    BUMP! My problmem is here! :(
  8. Adi69

    Lua Help me and fix this script :)

    hello! bump!
  9. Adi69

    Lua Help me and fix this script :)

    No errors, in console all looks good. storages on 100% are correct.
  10. Adi69

    Lua Help me and fix this script :)

    yes, so there are more monster, than rat. Check full code of the script here - (http://otland.net/f132/npc-kill-quest-possible-92980/#post948020) I think the error is in another place, but i don't know where :(
  11. Adi69

    Lua Help me and fix this script :)

    Bump, here too!
  12. Adi69

    Lua [NPC] help in Fix NPC King Orc

    BUMP! Someone wanna help?
  13. Adi69

    Chest quests help fast please

    I using it: function onUse(cid, item, frompos, item2, topos) local config = { storage = 6008, -- player storage value item = 2103, -- Id Item of quest } if getPlayerStorageValue(cid, config.storage) == -1 then setPlayerStorageValue(cid...
  14. Adi69

    Lua [NPC] help in Fix NPC King Orc

    Qban found a orc king npc script but it's doesn't work :( Someone can fix it? for tfs 3.6.0pl1 here is codes: <?xml version="1.0"?> <npc name="The Orc King" script="data/npc/scripts/orcking.lua" access="5" lookdir="2" > <mana now="1" max="1" /> <health now="1" max="1" /> <look...
  15. Adi69

    Lua Help me and fix this script :)

    here you are
  16. Adi69

    Lua Help me and fix this script :)

    /edit. I edit 1st post. 1. If is new player, who doesn't start task yet data\creaturescripts\scripts\QUEST.lua ---locals copied from npc script :) --keep in mind that names of monsters here must be as same in game so it is "wolf" not "wolves nor Wolf" -- just edit nams...
  17. Adi69

    [NPC] Someone can help me?

    Sorry but this script not working :( Someone else wanna help me? Reppp!
  18. Adi69

    [NPC] Someone can help me?

    Hello I'm looking for npc King/Orc King script! I try to find it, but I could't find :( it exactly this npc (link) -> The Orc King - TibiaWiki - Quests, Items, Spells, and more If someone have this script, please help me :) BIG REP++ :)
  19. Adi69

    Lua [LUA] Rebuild/add to this npc script please :)

    Hello OTlanders again! So i have one more question - request Can you add to this script, one thing? I want to, this npc addition/also giving first druid addon (50 Bear Paws 50 Wolf Paws) here is code of script, thanks in advance! local keywordHandler = KeywordHandler:new() local...
  20. Adi69

    aol and training monk bug

    So maybe use: "UPDATE players SET health = 180" and "UPDATE players SET healthmax = 180". "UPDATE players SET mana = 45" and "UPDATE players SET manamax = 45" /edit @_Arthur you are first :(
Back
Top