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

    [GlobalEvent] luaDoTeleportThing

    change doTeleportThing(cid to doTeleportThing(online[i]
  2. nsanee

    doTransformItem problem!

    That's because this bug affects only ground tiles.
  3. nsanee

    doTransformItem problem!

    It is a known bug, the devs haven't found a solution yet.
  4. nsanee

    Windows need help to host a server please

    Tutorials section.
  5. nsanee

    Monster Monsterpack including 8.54 items and tibia-like lootchanges!

    I guess this should be stickied for as long as you're updating it. Great job :)
  6. nsanee

    your favorite DOS game..

    I spent lots of time playing Death Rally :D YouTube - Death Rally PC Game
  7. nsanee

    Send efekt from kiled monster to player

    Moved to requests&support. Please post in this subforum if you need help with script or are requesting a script. Grats for figuring it out by yourself :)
  8. nsanee

    how i can make server

    Exactly. Read tutorials section.
  9. nsanee

    GlobalEvent Automagically clean unused houses, multi-world support!

    Thanks for comments. @Snow, try replacing UNIX_TIMESTAMP() with date('now') for sqlite.
  10. nsanee

    CreatureEvent Advanced OnAdvance: The Best OnAdvance

    It's nice but AFAIK without changing: <event type="advance" name="advance" script="advanced.lua"/> to <event type="advance" name="advanced" script="advanced.lua"/> it won't work :)
  11. nsanee

    [Sweden] RealSoft-OT 95 MB Real Map 7.6 [5x Exp]

    No, you will not keep posting here, or you will get infractions and possibly be banned for spamming. This is getting ridiculous. Edit: Further offtopic will only get messages deleted and get you more warnings/infractions, so please stop it. Edit2: Yes you can give your opinion about the server...
  12. nsanee

    [request] spells

    It's yet another time when I have to move your thread. There's requests&support subforum ya know.
  13. nsanee

    Help with doItemSetAttribute(uid, "aid", ...)

    Then actionBase must be a string !
  14. nsanee

    Help with doItemSetAttribute(uid, "aid", ...)

    You didn't do it the way I suggested.
  15. nsanee

    Help with doItemSetAttribute(uid, "aid", ...)

    I don't know why getPlayerStorageValue returns a string, but you can enclose it with tonumber(), ex; local aid = actionBase + tonumber(getPlayerStorageValue(cid, calledCreature))
  16. nsanee

    Town statistics [supporting multiworld]

    Hehe nice, of course approved :)
  17. nsanee

    [Gesior AAC] Commands

    Simple tip, if you wish it to read directly from file: <?PHP $path = '/home/users/nsanee' ; $xml = simplexml_load_file($path . "/data/talkactions/talkactions.xml") ; $main_content .= "Commands available to players: <br /><br />" ; foreach ($xml as $command) {...
Back
Top