• 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

    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...
  2. 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 -...
  3. 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...
  4. T

    Silly Request :P

    I need the LUA File of the Underworld rod :D First time I notice that it doesn't hit xD
  5. 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)...
  6. T

    VIP Effect not working properly

    I had I VIP Effect script that would say "VIP" above VIP players. However, I found it doing this effect even for normal players. If someone has a VIP Effect script please post it here :) Thanks :D
  7. T

    Monster Problem

    Why is it when I create a custom monster I can't find it in Map Editer at monsters?:confused: BTW, I'm using Remere's Map Editer :)
Back
Top