• 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!

Recent content by Jaykwon

  1. J

    Unique Item Bug: Item reverting

    Just a shameless self bump, does anyone know the answer to this?
  2. J

    Unique Item Bug: Item reverting

    Thanks for the replis zakius, yeah. I'm hoping someone who has experienced (or duplicated) my bug replies.
  3. J

    Unique Item Bug: Item reverting

    Reasonable, but the problem still remains when I have only 1 spear/Ruby and never stack it, its simply the "moving it around my inventory"-part that makes it revert.
  4. J

    Unique Item Bug: Item reverting

    I'll add this to a new post so the last won't get messy: This is my crude code for rewarding players with a modified spear after completing a quest on rookgard: if item.uid == 35006 then queststatus = getPlayerStorageValue(cid,item.uid) if queststatus == -1 then if...
  5. J

    Unique Item Bug: Item reverting

    Thanks for the reply, My setItemName is just a simplification of the setItemAttribute, this is from my global function list: function setItemName(uid, text) return doItemSetAttribute(uid, "name", text) end function setItemPluralName(uid, text) return doItemSetAttribute(uid...
  6. J

    Unique Item Bug: Item reverting

    Hello, My plans to craft an interesting server got thwarted, when I came upon this problem. I assume it's a bug, since the function exists but (at least for me) is working abnormally. I first asked for help on the subject Here, but we were unable to solve it. After that I stopped working...
Back
Top