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

setattribute

  1. Raikou

    TFS 1.X+ Set uniqueid to created item

    I have a quest that consists in destroying an item/object. After it's destroyed I want to let it respawn with uniqueid, but i cant get it to work. function createEgg(position) print('Egg has respawned') Game.createItem(14820, 1, position) local egg =...
  2. Paulix

    Need key value list for setAttr function

    Where can I find key values for the function doItemSetAttribute(uid, key, value). I'm using tfs 0.4.3, did some tests with maxhealthpercent, manaShield, suppresshaste but no success. Can someone tell me where to find it on libs, send me a list or link me to a guide. I couldn't find anything on...
  3. miens

    Help with referencing to items held by offline players

    Hi! In my ots I wanted to make a spell that would modify weapons attack value but only temporarily. So I Almost made it to work with weapon:setAttribute(ITEM_ATTRIBUTE_ATTACK, 100) but then I need to take the bonus back after some time. So I decided to use addEvent for this. local...
Back
Top