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

    Map - mass replacing

    How can I mass replace one item example id 1492 to id 1487?
  2. pucus78

    Lua Delete item with description

    Hi, I have item with special description, and now player come to the npc and he remove item and give reward. How to find item with description ind the bag and remove it? Thx
  3. pucus78

    Lua Problem with charges - Garlic Necklace etc.

    I have set it in items.xml but dosen't wrok. When I create item: doPlayerAddItem(cid,2199,1,66) it work and I have 66 charges, but if I do doPlayerAddItem(cid,2199,1,133) charges > 100 then it create olways necklace with 100 charges.How to resolve this? Thx :) PS. I have tfs 0.2.5, changed...
  4. pucus78

    Lua Can I change time duration of the rings?

    Can I change time duration of the rings? If Yes... where? Thx
  5. pucus78

    Lua NPC - How to set key action id ?

    This code doesn't work for me. NPC sell key with actionid = 0 local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  6. pucus78

    How to set action id door in a lua script?

    Hi, I want set actionid door in the custom script from 61009 to 0. How do that? Is that okey? local doors = {x=32177, y=32148, z=11, stackpos=1} local getdoors = getThingfromPos(doors) doSetItemActionId(getdoors.uid, 0) ..because it's don't work for me...
  7. pucus78

    How to set ActionID doors in lua script on 0

    Hi, I want set actionid door in the custom script from 61009 to 0. How do that? Is that okey? local doors = {x=32177, y=32148, z=11, stackpos=1} local getdoors = getThingfromPos(doors) doSetItemActionId(getdoors.uid, 0) ..because it's don't work for me. doSetItemActionId(getdoors.uid...
  8. pucus78

    Help me with door that's locking without using key.

    Hello, I have tfs 0.2.5, set actionid door = actionid key and door open... okey :) but now I have problem, after opening door with key i clik on it (door) without using key and door locks and no one can't open it without using key again :/. I wanted that when I once open door with key, everyone...
  9. pucus78

    Mysql cpu usage 99%

    Hi, I have linux debian. when i run tfs its all ok until... ...and here tfs stop.. When I run top I see that mysql have 99% after map load. I have compiled tfs 0.2.2-0.2.5 and have all time this same problem. What it can be?
  10. pucus78

    Mysql zżera 99 do 100 procent mocy procesora

    Witam, Mam debiania (wcześniej ubuntu też to samo) skompilowałem tfs w wersji 0.2.2 (0.2.4 i 0.2.5 to samo). Podczas odpalania otsa wszystko ok... załaduje mape i już dalej nie idzie... w listach proseów wskazuje że ots załadował całą mapę, a mysql po operacji załadowania mapy rośnie użycie cpu...
Back
Top Bottom