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

    Walk through players

    I'm not exactly sure.. But try to adjust the protection level in Config.lua
  2. T

    Map Loading Problem

    Anyone?! :/
  3. T

    Problems with spells and !online.

    Maybe you duplicated the spell.. Check the spells.xml for this spell and see if you made 2 of them (the second one may be set for knights) .. I'm just guessing here :D
  4. T

    Map Loading Problem

    Why does this happen will loading the map when I'm opening my server? : [18/02/2011 15:25:09] Duplicate uniqueId 7452 [18/02/2011 15:25:09] Duplicate uniqueId 7424 [18/02/2011 15:25:09] Duplicate uniqueId 7456 [18/02/2011 15:25:09] Duplicate uniqueId 3963 [18/02/2011 15:25:09] Duplicate...
  5. T

    Items Loading Problem!

    Anyone?
  6. T

    Problem exausted

    I think this should help you since you are using TFS. add 'return true' at the bottom of each spell (UE's Only.. not normal spells like utamo vita) before 'end' so the spell will be like this at the bottom: return true end For the runes I think you should check your config.lua here...
  7. T

    Items Loading Problem!

    Yea, it worked with some of them.. But some of them aren't duplicated (Repeated).. What do I do now?
  8. T

    Items Loading Problem!

    Why does this happen when I open my server and how do I fix it?! : [13/02/2011 23:40:02] [Warning - Items::loadFromXml] Duplicate registered item with id 3298 [13/02/2011 23:40:02] [Warning - Items::loadFromXml] Duplicate registered item with id 3299 [13/02/2011 23:40:02] [Warning -...
  9. T

    Temple Teleport Flame

    I keep getting this messege in and out of PZ: Sorry,create tp only in PZ! I can't use it anywhere :S Can someone fix this?
  10. T

    Temple Teleport Flame

    Can you make it unusable in Protection Zones? And BTW, the TP always opens over the player. ex: If I want to open the TP under me, it opens above me :( Can you make it open in the place the player clicks on? If you can do these 2 things please post the script again :) Ty
  11. T

    Temple Teleport Flame

    I need a script for an item (any ID) thats opens a TP for 10 seconds and teleports to temple with position 1000, 1000, 7. Also, I want it only possible to do it once every minute (In other words, exhaust= 60 seconds). And it would be cool if you could make the time left in seconds appear over...
  12. T

    Silly Request :P

    lol, arturhaddad edited the post after I posted my Reply :D
  13. T

    Silly Request :P

    Nono, I need the LUA not XML..
  14. T

    TalkAction [Many] My fully lua PET system (MANY FEATURES)

    Where are logout and onLogout scripts found?
  15. T

    Action Teleportal Wand

    Cyko, can you make it say time (seconds) left over the TP and let it done only once per minute (60 secs) (Exhaust = 60 seconds) ????
  16. T

    Silly Request :P

    I need the LUA File of the Underworld rod :D First time I notice that it doesn't hit xD
  17. T

    Login. lua Problem

    Thank you Bro :) Rep ++
  18. T

    Login. lua Problem

    local config = { loginMessage = getConfigValue('loginMessage') } function onLogin(cid) local loss = getConfigValue('deathLostPercent') if(loss ~= nil) then doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss * 10) end local accountManager = getPlayerAccountManager(cid)...
  19. T

    Team Evolution project in need of staff members!

    Ok, no problem ;) Told you from the beginning I'm only good in being staff (Tutor/ Senior Tutor..)
  20. T

    Monster Problem

    Well, if you had said from the map I would have understood! LOL
Back
Top