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

    Move the backpack item to any slot

    is it possible to move an item to any slot using "moveTo"?
  2. aberos

    check item in backpack

    I wonder if there is any way to change the outfit player every time he put an item in the backpack?
  3. aberos

    Item No add Attribute

    Hello, I would like to know what you want is wrong with this code because it is not adding the attribute item function onSay(cid, words, param) local player = Player(cid) local orig = player:getPosition() orig:sendMagicEffect(CONST_ME_MAGIC_RED) local ball =...
  4. aberos

    opcode error

    I'm having to use opcode sending bytes, but is giving error .I'd whether and something that is missing in the function error: --[[ERROR: protected lua call failed: LUA ERROR: /game_skills/skills.lua:77: attempt to index local 'msg' (a nil value) stack traceback: [C]: ...
  5. aberos

    setCreatureName and getCreatureName

    I wonder how do I getCreatureName read the true name of the creature whenever setcreaturename use the function that changes the name of the creature? getCreatureName reading this because the modified real name and not name Here the function I use: int32_t...
  6. aberos

    doSummonMonster

    good people, I want a "pos" in doSummonMonster to Summon be in creating a desired "pos", I did it here, plus the summon is still not creating the desired "pos", then I want to know what you want I'm doing wrong . //////////// //doSummonMonster(cid, name, pos)...
Back
Top