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

    Lua NPC Problem

    Fixed, i'm so idiot..
  2. H

    Lua Npc Script

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic = {} local storage = 100168 function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  3. H

    Kazordoon MAp

    Hello, Somone here has shard of corruption map and can post that free?
  4. H

    Lua Quest Log The New Frontier

    Anyone , have quest log for the new frontier quest? Thanks.
  5. H

    Lua Random Actionid in tiles

    How i can add actionid in a position .. Example :A = x = 122 y = 200 z = 3, B = x= 1223 y =2233 z =2, i need match random actionid between A and B ?How i can do that?
  6. H

    Lua You cannot use this object

    This script doesnt work .. have only this message "You cannot use this object" function onUse(cid, item, fromPosition, itemEx, toPosition) local pos = getPlayerPosition(cid) local effectpos = { {x=pos.x+1,y=pos.y-1,z=pos.z}, {x=pos.x-1,y=pos.y-1,z=pos.z}...
  7. H

    Lua Use one item per place

    Hey, i have doubt in one thing, i have item id 15465 and this item have in some places and player need use 8 of this items but he cant use it same item ... he need go to other place and use again ..Can someone help me?
  8. H

    Lua Cant use Item in the same place

    Hello, i making one script and i have to use item x in item y 8 times but i cant use the item x in the same place(Have 8 item y in map)... But how i can do this?
  9. H

    Lua Quest NPC

    I'm making one global quest and i need help in this script.. -- start shit local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid)...
  10. H

    Lua Transform Monster to Item

    How i Can transform one monster in item, and after i back the item to a monster? I can do with create a function and removeCreature and after createitem , and make the inverse? Anyone can help me?
  11. H

    Buying Wrath Emperator(Complete)

    I'm looking for an quest wrath emperator like tibia rl, if you please sent pm to me.
  12. H

    Transform Monster

    Hey, i trying he to transform monster in one item , and after of 60seconds the item transform again in the monster..Can anyone help me?
  13. H

    Lua Check Tile

    I need cancel magic wall in tile id 487 , and i cant check this tile.. HOw i can do this?
  14. H

    Lua Last Death

    Hi, i have two doubt when i was writing a event , well if the player have two outfits red and blue , and when they are in event the player of the same team cant attack the other..and how i can do this? and how i can check the last players alive?
  15. H

    Lua Script

    This script i create when player die add one heart and if is dead but doesnt work.. function onDeath(cid, corpse, deathList) if isPlayer(cid) and isPlayer(deathList[1]) then if skull_check == 4 then heart = doAddContainerItem(corpse.uid, 5943, 1) doItemSetAttribute(heart,"name", "Heart of...
  16. H

    Lua How Tag Use Here?

    Someone have a idea of what tag i need use? actionid, itemid or uniqueid? -- By Seminari (The_Hide) (Iranimes) function onStepIn(cid, item, position, fromPosition) local function KITNO_lokalny_kickEvent(cid, guid_gracza, p_from_x, p_from_y, p_to_x, p_to_y, p_z, kick_pos, p_fire)...
  17. H

    Doubt in program

    Hi, i create one script when the player login in server verify if player have more then 1500 items in depot..but in the first script dont work when the player login in the server kick player.. function onLogin(cid) local depotlimit = getPlayerDepotItems(cid,i) for i=1,24 do if depotlimit > 1500...
  18. H

    Solved LookType NPC

    Hello, I have one doubt about the npc looktypes, but Scrutinon is one statue and how i add this itemid in npc.xml?
  19. H

    Guild System

    Hello, I have one problem about the guild system, my players loggin on the Server and create the guild on website and add other players , after the player leave and back on the server all players in guild gone..
  20. H

    Lua Crash

    Hello, i create one script to training my skills and this script after a say !vipteste , connection lost with the server...i dont know why.. function onSay(cid, words, param, channel) level = getPlayerLevel(cid) sto = 399710 lvmin = 100 vip = 1 local Info = db.getResult("SELECT...
Back
Top