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

    I asked ChatGPT to make a quest for TheForgottenServer, how does it hold up?

    -- Quest: The Lost Treasure local config = { questName = "The Lost Treasure", questArea = {from = {x = 32000, y = 32000, z = 7}, to = {x = 32001, y = 32001, z = 7}}, questStorage = 50000, firstItemId = 2342, secondItemId = 2343, rewardExp = 15000, rewardMoney =...
  2. X

    Set random elemental damage.

    Is there a LUA function of some sort I can use to set these values through a script, rather than making multiple custom items to reflect different elemental damage on the same weapon? <attribute key="elementFire" value="x" /> <attribute key="elementIce" value="x" /> <attribute...
  3. X

    [onKill] Adding loot to a corpse.

    I added a few custom items that I want to make all monsters drop, considering the fact that I don't want to go through and add these items to every single monster I made an event script, however it doesn't work because it doesn't acknowledge that the corpse is a container, or perhaps it checks...
  4. X

    Using non-usable items.

    Edit: Managed to figure it out, wasn't using ItemEx previously in the script because of a nil error, added it back and realized that it wasn't in my onUse function.. Hours of playing with client files and the items.otb because of a silly mistake =.=;
Back
Top