• 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

    I'm using this method, but I don't know how to set the slot in the "moveTo" function parameter
  2. aberos

    Move the backpack item to any slot

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

    check item in backpack

    @narko this function also check when the player removes the item from the backpack ?
  4. 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?
  5. 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 =...
  6. aberos

    opcode error

    up!
  7. 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]: ...
  8. 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...
  9. aberos

    doSummonMonster

    ^^ thank you, thanks
  10. 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)...
  11. aberos

    Printer PokeServer from Scratch!

    Printer you know any nick system for tfs 0.3.6?
  12. aberos

    Printer PokeServer from Scratch!

    people who like pokemon always looking for a good server to use as a base but the servers pokemon has several problems of source and the creators do not provide the source
  13. aberos

    Printer PokeServer from Scratch!

    would be cool if you offers up a base with goback catched and just order, only the basic
  14. aberos

    Printer PokeServer from Scratch!

    I used the PDA moves to make the system moves from my server used until the cooldown bar
  15. aberos

    Printer PokeServer from Scratch!

    I'm making a pokemon so it 8:54 already increased until the threshold effects, now I want to increase limit spr
  16. aberos

    Printer PokeServer from Scratch!

    but you used any existing function or you created?
  17. aberos

    Printer PokeServer from Scratch!

    função que você usou para fazer o sistema de nick? setCreatureName?
Back
Top