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

    How many profile views have you got?

    This page has had 1,253 visits Me no popular menz ;/
  2. Radium

    Scripter Someone to add automatic events

    Do you already have the scripts for these events?
  3. Radium

    Selling Selling ALL you see in here. ( Great quiality)

    We bought this datapack a LONG time ago. he also agreed not to re-sell this.
  4. Radium

    CreatureEvent Ranking System

    For the onLook script, I think it would be better concatenating strings together to come up with what they see, since other people may have a marriage system. others may also have their own reborn system or a system entirely different that also uses onLook.
  5. Radium

    CreatureEvent See Rebirth On Look

    Signed, apart from the 2004 part :P
  6. Radium

    <EOF> at login.lua:94

    Cronoxs, It was just a syntax error. local config = { loginMessage = getConfigValue('loginMessage'), useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')) } function onLogin(cid) local loss = getConfigValue('deathLostPercent') if(loss ~= nil)...
  7. Radium

    Lua Mod a NPC

    Bump.
  8. Radium

    [Paypal] Not automatic...

    Question - Have they been putting the Accountname/Login in the required field? Alot of people on my server forget to do that. To check if they have, log into your paypal and look at the transaction details where it SHOULD have a "custom" field where it says their account name.
  9. Radium

    Lua Mod a NPC

    Guessing it's not possible?
  10. Radium

    Lua Mod a NPC

    Bump :D
  11. Radium

    Lua Mod a NPC

    Bump :)
  12. Radium

    Lua Mod a NPC

    Hi, i know it should be possible, but i was wondering if someone knows this. How would i go about having my Npc.xml & Npc.lua file modded together into 1 file and putting it into the mod file? Thank you!
  13. Radium

    TalkAction Trash Control

    On a depot locker... In a house?
  14. Radium

    TalkAction Trash Control

    Please inform me, what the hell is the point in using "/clean tile" or even "/r all" on a depot when it will clear every item on it... The whole point of the script is to be able to NOT lose valuble items of players.
  15. Radium

    TalkAction Trash Control

    Ever had someone trash your server's depot? Or trash houses? Well instead of wasting your time by using "/r", you can use this. There are 2 options within the script. /trash all Which will remove all movable objects on the tile you are looking at. OR /trash ids, itemid, itemid2, etc...
  16. Radium

    Categorized LookTypes

    Very Nice =).
  17. Radium

    CreatureEvent [War System] Who are your enemies onLogin

    local tmp = db.getResult("SELECT `guild_id`, `enemy_id`, `guild_kills`, `enemy_kills`, `frags` FROM `guild_wars` WHERE `guild_id` = "..guild.." OR `enemy_id` = "..guild.." AND `status` = 1;") Why execute a query before the script even runs? Change it so that the mysql query runs only when it...
  18. Radium

    Cat Woman Pwns

    Indeed you are right. Cyberm != Nyan Cat But CyberM == Nyan Cat :D
  19. Radium

    Cat Woman Pwns

    he be trollin' the cat lady
Back
Top