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

    Fix/Patch 0.3.4 ActionID range from 1 to 4,294,967,295

    Hello, I would like to change the range of ActionID. Now its from 100 to 65535, its INT, and I would like to change it to LongINT. Any idea how to do that? EDIT: It is very simple. On item.h you have to change these lines : void setActionId(uint16_t n)...
  2. M

    [0.3.4pl2][C++] Hide name/Health - battle list

    Hi, I'm trying to make that,players in game couldn't see life and the name of the the others players, but they can attack them. When I will hide name and health of player/monster, then i cannot attack him. It's strange. I've done it in function "AddCreature" which is included in...
  3. M

    [0.3.4pl2] Podlewanie / zapis mapy

    Witam, starałem się wykonać skrypt na podlewanie, aczkolwiek natrafiłem na pewną trudność, a mianowicie sprawdzanie czy ziemia jest równa określonemu id. if itemEx.itemid == 2674 then if item.type == 1 then doTransformItem(itemEx.uid,6217) doChangeTypeItem(item.uid,0)...
  4. M

    TalkAction Need Help in doPlayerSetNoMove

    Hello, I try to make script which after use blocked Target(monster or Player). doPlayerSetNoMove(cid, 0) Player Can move. doPlayerSetNoMove(cid, 1) Player can't move. I try to make something like that, but it doesn't work. function onSay(cid, words, param)...
Back
Top