• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Naaano201

    Lua Creaturescripts

    Can help me? Which of these scripts have to add to login.lua ? <!-- Custom --> <event type="login" name="bless_reminder" event="script" value="custom/bless_reminder.lua"/> <event type="direction" name="anti_dance" event="script" value="custom/anti_dance.lua"/> <event type="look"...
  2. Naaano201

    Help when die

    Fixed by myself. Thanks to all anyway. The azerus quest creaturescript was bugged. Can close the thread.
  3. Naaano201

    Help when die

    No i don't solved the problem. Tried with clean creaturescript folder and all work fine. I think there's a problem with any custom script like demon oak, inquisition, or something ...
  4. Naaano201

    Help when die

    bump
  5. Naaano201

    Website ruined account manager.

    password 1 on sha1 356A192B7913B04C54574D18C28D46E6395428AB
  6. Naaano201

    Help when die

    Doesn't appear dead human ...
  7. Naaano201

    Help when die

    OTX Server 2.32 - 8.60
  8. Naaano201

    Website ruined account manager.

    Phpmyadmin/database/accounts, find the account manager and change acc and pw to 1/1
  9. Naaano201

    Help when die

    I don't have playerdeath.lua and all works good but don't appear corpse... 16.08.2012, 22:27:45 XXX died at level 202 by a ghastly dragon.
  10. Naaano201

    Compiling How to change client version?

    resources.h #define CLIENT_VERSION_MIN 860 #define CLIENT_VERSION_MAX 860
  11. Naaano201

    A free blessing stone

    function onUse(cid, item, frompos, item2, topos) local b = 1,5 local storageValue = 9999 local exhaustTime = 86400 if(isExhausted(cid, storageValue, exhaustTime)) then doPlayerSendDefaultCancel(cid, Sorry, you only can use this item after "24" hours.) return TRUE...
  12. Naaano201

    Website ruined account manager.

    go to config.lua accountManager = true
  13. Naaano201

    Help when die

    It doesn't work. Maybe a problem with any creaturescripts? demonOakDeath.lua function onDeath(cid, corpse) if getPlayerStorageValue(cid, 36901) > 0 and getPlayerStorageValue(cid, 35700) < 1 then doPlayerSetStorageValue(cid, 36901, 0) end return true end...
  14. Naaano201

    Help when die

    @spanish Todo eso funciona. El error que hay es que no aparece el dead human cuando mueres ... @english All this works. The error is that doesn't appear a dead human when you die ...
  15. Naaano201

    Help when die

    bump
  16. Naaano201

    Help when die

    When a player dies by monster or by player, this loss level, aol, and bless and go to temple but doesn't appear a dead human... Somebody can help me?
  17. Naaano201

    Lua Errors

    I need with that script ...
  18. Naaano201

    Lua Errors

    Error: [10/8/2012 19:5:40] [Error - NpcScript Interface] [10/8/2012 19:5:40] data/npc/scripts/svargrond_arena.lua:onCreatureSay [10/8/2012 19:5:40] Description: [10/8/2012 19:5:40] data/npc/scripts/svargrond_arena.lua:73: attempt to call global 'myArenaLevelIs' (a nil value) [10/8/2012...
  19. Naaano201

    Lua Errors

    Advancedsave.lua worked perfect but the svargrond_arena.lua doesn't work, spam an error all the time. svargrond_arena.lua [10/8/2012 18:49:45] [Error - NpcScript Interface] [10/8/2012 18:49:45] (Unknown script file) [10/8/2012 18:49:45] Description: [10/8/2012 18:49:45] attempt to call a nil...
  20. Naaano201

    Lua Errors

    Someone could help me with that errors? Thanks ! [10/8/2012 14:29:30] [Error - CreatureScript Interface] [10/8/2012 14:29:30] data/creaturescripts/scripts/advancesave.lua:onAdvance [10/8/2012 14:29:31] Description: [10/8/2012 14:29:31] attempt to index a nil value [10/8/2012...
Back
Top