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

    Tibia 10.02 client server support

    It's hard, elf is no longer here..
  2. andypsylon

    (8.6) Time lever

    You can add as you like and what you want. local c = { [11111yourUidNr1111] = { pos = { {x = 1111, y = 2222, z = 333}, -- wall pos 1 {x = 1111, y = 2222, z = 333}, -- wall pos 2 {x = 1111, y = 2222, z = 333} -- wall pos 3 }, relocate = { {x = 1111, y = 2222, z =...
  3. andypsylon

    Requesting check if monster is in area

    I think that here are a few useful solutions: http://otland.net/f81/alternative-annihilator-143850/ if you do not understand them, ask. There solution with time and lever is good for you
  4. andypsylon

    [Request] % to recieve an outfit/mount when killing a monster

    -- ver. 0.1 2013-07-12, otland.net/members/andypsylon XMl/outfits.xml <outfit id="11" premium="yes" default="0"> <list gender="0" lookType="150" name="Oriental" /> <list gender="1" lookType="146" name="Oriental" /> </outfit> creaturescripts/creaturescripts.xml <event type="kill"...
  5. andypsylon

    Rashid and Gnomally NPCS

    see here: \/ http://otland.net/f83/rashid-traderequest-anti-spam-ver-1-a-93306/
  6. andypsylon

    Guard NPC

    willingly.. you do not have any errors?
  7. andypsylon

    Guard NPC

    test with getNpcPos() -> origPos in getSpectators funtion in updateTarget local list = getSpectators(origPos, 5, 5, false) Do not forget to do a new condition "if" for an empty "list"
  8. andypsylon

    (8.6) Time lever

    local c = { [11111yourUidNr1111] = { pos = { {x = 1111, y = 2222, z = 333}, -- wall pos 1 {x = 1111, y = 2222, z = 333}, -- wall pos 2 {x = 1111, y = 2222, z = 333} -- wall pos 3 }, relocate = { {x = 1111, y = 2222, z = 333}, -- relocate pos from pos 1 {x = 1111, y...
  9. andypsylon

    Hoggle.lua

    elseif doMessageCheck(msg, 'yes') and talkState[talkUser] == 1 then
  10. andypsylon

    Items attributes on newly created item.

    setItemName(newItem, 'new item name') or simply doItemSetAttribute(newItem, "name", "new item name")
  11. andypsylon

    Hoggle.lua

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

    Need Some Help With A Skull Checking NPC

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

    data,mods 8.6 jaki silnik ? pomocy

    zdaje sie po ang trzeba tutaj pisac :) to albo bedzie skasowane albo przeniesione. a co do tematu to na spokojnie posiedz na forum i poczytaj, duzo jest dla poczatkujacych. Jak juz bedziesz czytal to w koncu trafisz albo na skompilowany tfs albo tutorial jak to zrobic. Jesli nie natrafisz a juz...
  14. andypsylon

    Solved onUse, (doPlayerAddOutfit) issue..

    check your outfit.xml <outfit id="23" premium="yes" default="0"> <list gender="0" lookType="366" name="Wayfarer"/> <list gender="1" lookType="367" name="Wayfarer"/> </outfit> Player must have a premium for this outfit. To give all addons, write: doPlayerAddOutfitId(cid, 23, 3)
  15. andypsylon

    Guard NPC

    you need to set local maxChaseDistance = 7
  16. andypsylon

    (8.6) Time lever

    http://otland.net/f132/sirion_mido-free-scripting-service-actions-movements-talkactions-creaturescripts-176697/index16.html#post1875891
  17. andypsylon

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

    local c = { [11111yourUidNr1111] = { pos = { {x = 1111, y = 2222, z = 333}, -- wall pos 1 {x = 1111, y = 2222, z = 333}, -- wall pos 2 {x = 1111, y = 2222, z = 333} -- wall pos 3 }, relocate = { {x = 1111, y = 2222, z = 333}, -- relocate pos from pos 1 {x = 1111, y...
  18. andypsylon

    Guard NPC

    you can use function "doSteerCreature"
  19. andypsylon

    (8.60) Request Rookgaard NPC's!

    Amber :) <?xml version="1.0" encoding="UTF-8"?> <npc name="Amber" script="amber.lua"> <look type="136" head="59" body="113" legs="132" feet="76" addons="1" /> <parameters> <parameter key="message_greet" value="Oh hello, nice to see you |PLAYERNAME|. Are you here to hear some stories...
Back
Top