• 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!

Recent content by allway

  1. allway

    OTB - how to delete item?

    I updated the OTB and the IDs are all different after an item. (Sorry my bad english, i am brazilian)
  2. allway

    OTB - how to delete item?

    How to delete item in OTB ItemEditor? There is only option to create, duplicate and recharge.
  3. allway

    Lua How to set uniqueid in TFS 1.1?

    item:setAttribute(ITEM_ATTRIBUTE_UNIQUEID, value)* IITEM -> ITEM thx it works!
  4. allway

    Lua How to set uniqueid in TFS 1.1?

    item:setActionId(actionId) item:setUniqueId(uniqueId)??? How to set uniqueid in TFS 1.1?
  5. allway

    Lua onDeath - How to set action id in corpse

    I did not know he had to declare global. function onDeath(creature, corpse, killer, mostDamageKiller, unjustified, mostDamageUnjustified) local targetMonster = creature:getMonster() if not targetMonster or targetMonster:getMaster() then return true end local corpse =...
  6. allway

    Lua onDeath - How to set action id in corpse

    It did not work. "attempt to index local 'corpse' <a number value>
  7. allway

    Lua onDeath - How to set action id in corpse

    function onDeath(creature, corpse, killer, mostDamageKiller, unjustified, mostDamageUnjustified) local targetMonster = creature:getMonster() if not targetMonster or targetMonster:getMaster() then return true end local tile = targetMonster:getPosition():getTile()...
  8. allway

    NPC Error FORGOTTENSERVER-ORTS

    The file encoding to Jean Pierre.lua probably is UTF-8. Change to ANSI.
Back
Top