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

    temple rook help me

    hello, a question when you think the temple is a char rook. If you die in rook salts in the temple carlin'm not reviewing Gesior account rook but not to change more. This may be the problem. // CHARACTER config, format: ID_of_vocation => 'Name of Character to copy', load vocation name from...
  2. N

    oil poi

    hello, the problem is that it returns to its initial state when the oil disappears and the item remains to 5770. Anyone can help me. local bridgepos = {x=358, y=450, z=9, stackpos=0} -- Position of the bridge tile local splash = {x=352, y=451, z=9, stackpos=1} -- Position of the liquid pool...
  3. N

    zao arena help me

    Hello I am trying to adapt this scrip. Someone could do that every three minutes to make each monster respawn once the players are in the room? sorry for my bad English. -- CONFIG -- local room = { -- room with monsters fromX = 33219...
  4. N

    special doors

    hello, this makes the char scrip crosses the door to see if anyone can fix the door to open and close the door (not through the door).'m looking for but can not find. thank you very much use tfs 0.3.6 function onUse(cid, item, fromPosition, itemEx, toPosition) if item.uid == 10044 then...
  5. N

    helmet of the ancients

    items do not disappear, but it creates the helmet.thz local pos = {x=33198, y=32876, z=11} function onStepIn(cid, item, position) if isPlayer(cid) == TRUE then local it = {} for i = 2335, 2341 do local _i = getTileItemById(pos, i).uid if _i > 0 then it[i] = _i else return...
  6. N

    Problem and mystic flame

    console give one error,and someone can help.thz [13/02/2010 09:29:07] [Error - MoveEvents Interface] [13/02/2010 09:29:07] data/movements/scripts/tomb.lua:onStepIn [13/02/2010 09:29:07] Description: [13/02/2010 09:29:07] attempt to index a nil value [13/02/2010 09:29:07] stack...
  7. N

    Problem on event

    hello, when I put the event on monsters and kill the monster the sever crashes. what is the problem? I use tfs 0.3.6 function onKill(cid, target) if (getCreatureName(target) == "Pythius The Rotten") then setGlobalStorageValue(5544, -1) doTeleportThing(cid, {x=14819,y=16143,z=15}) end...
  8. N

    [B]Help and script[/B]

    console give error [Error -action Inteface] data/actions/teleports.lua:inUse Description: data/actions/teleports.lua:51:attempt to call global 'doSetItemAction' <a nil value> stack traceback: data/actions/teleports.lua:51: in function <data/actions/scripts/teleports.lua:1 im using tfs...
  9. N

    Npc Paradox Quest problem in tfs 0.3.6

    not work.what is the problem. A Prisioner local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  10. N

    One problem key paradox

    Hello,gives the key but not the action and does not give the quest as done function onUse(cid, item, frompos, item2, topos) if item.uid == 10004 and getPlayerStorageValue(cid, 10004) == -1 then doPlayerSendTextMessage(cid,22,"You have found a key.") key = doPlayerAddItem(cid...
  11. N

    Hello

    Hello,someone can help me lose time server save [14/06/2009 20:38:10] > SAVE: Complete in 24.922 seconds using relational house storage. [14/06/2009 20:41:36] > Saving server... [14/06/2009 20:41:59] > SAVE: Complete in 23.204 seconds using relational house storage. [14/06/2009 20:56:37]...
  12. N

    Help,banshee quest

    Hello,no work in tfs 0.3.4 please resolved problem please.is very complex the scrip function onUse(cid, item, frompos, item2, topos) queststatus = getGlobalStorageValue(20014) if item.actionid == 20105 then if item.itemid == 1945 then doTransformItem(item.uid,item.itemid+1)...
  13. N

    Hello,fire poi

    Hello,and give one error in console [28/05/2009 22:01:20] data/movements/scripts/pisodanonordeste1.lua:15: attempt to call global 'getPlayerHealth' (a nil value) [28/05/2009 22:01:20] stack traceback: [28/05/2009 22:01:20] data/movements/scripts/pisodanonordeste1.lua:15: in function...
  14. N

    Hello

    Hello, where can I find a script for a tile that you step on a storage room in addition to advertising in which you located? Im using TFS 0.3.4 Thz for all
  15. N

    Hello,inquisition

    Hello.please im search one script for magic forcefiel inquisition to give storage. and other if u no have storage u cant pass.is for inquisition quest. Thz,sorry for my bad english=P
  16. N

    Help,please an npc

    hello, I have a problem with these scripts if anyone can help me. I do not answer the NPC local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) -- OTServ event handling functions start function...
  17. N

    help please

    Hello.and give console one error im using tfs 0.3.2 crimdamson poststatus = getPlayerStorageValue(cid,88888) if item.actionid == 3000 and item.itemid == 1223 and poststatus == 1 then doTransformItem(item.uid,item.itemid+1) elseif item.itemid == 1224 then...
  18. N

    Help

    hello,no work in tfs 0.3.2 cryingdamson what is the problem? function onStepIn(cid, item, frompos, item2, topos) playerpos = getPlayerPosition(cid) novapos = {x=15368, y=16428, z=0} msg = "" if item.uid == 8054 then getThingfromPos(playerpos) doSendMagicEffect(playerpos,2)...
  19. N

    Help.npc

    Hello, i have same problem with npcs i cant travel but i have money and he say "You have enought money" im using cryindamson server tfs 0.3 ty for all
  20. N

    one problem scrip

    -- Function isInaArea by Colandus! function isInArea(pos, area) if pos.x >= area.fromx and pos.x <= area.tox then if pos.y >= area.fromy and pos.y <= area.toy then if pos.z >= area.fromz and pos.z <= area.toz then return true end...
Back
Top