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

  1. andypsylon

    Game Client.

    https://github.com/edubart/otclient
  2. andypsylon

    [SOLVED] [1.0] If Player Dies, Corpse become Creature!

    really? then check "item" in addEvent, example: "if item == nil then return false end"
  3. andypsylon

    [SOLVED] [1.0] If Player Dies, Corpse become Creature!

    move "local item = Item(corpse)" in to addEvent function" to avoid errors or crashes
  4. andypsylon

    npcHandler:resetNpc()

    corrected! :)
  5. andypsylon

    Compiling Downgrade TFS1.0 to older tibia protocol

    would be wiser to work on the errors which are: https://github.com/otland/forgottenserver/issues?state=open And as you familiarize yourself with the subject, you can go back to doing what you write. :)
  6. andypsylon

    TFS 1.0 all doors are open

    only lvl doors
  7. andypsylon

    TFS 1.0 all doors are open

    This is not a mistake. it's probably leveling door, they must have actionid
  8. andypsylon

    Lua Function onAdvance TFS 1.0???

    I think that should function. have you errors?
  9. andypsylon

    npcHandler:resetNpc()

    for example promotion, I think it have all the people: local node1 = keywordHandler:addKeyword({'promot'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'I can promote you for 20000 gold coins. Do you want me to promote you?'}) node1:addChildKeyword({'yes'}...
  10. andypsylon

    npcHandler:resetNpc()

    Can someone to test on your?
  11. andypsylon

    Error init.lua

    end db.executeQuery("UPDATE `players` SET `online` = 0 WHERE `world_id` = " .. getConfigValue('worldId') .. " AND `online` > 0;") db.executeQuery("DELETE FROM `guild_wars` WHERE `status` = 0 AND `begin` < " .. (os.time() - 2 * 86400) .. ";") db.executeQuery("UPDATE `guild_wars` SET...
  12. andypsylon

    [TFS 1.0] Venore House Doors

    items.xml is that house tile? if not, than edit your map
  13. andypsylon

    [TFS 1.0] NPC Quest Script Help

    check storage value "8000" for player and poste here
  14. andypsylon

    [TFS 1.0] Conditions not refreshing

    yes, you can write own spell and change "scorpion.xml"
  15. andypsylon

    Lua Saving array in storage

    use "globalStorageTable" for that
Back
Top