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

    Solved How can I set new corpse for specific vocation?

    Hey I'd like to set different corpses on my vocations and change its description. For example how can I change the corpse for vocation 2 to image id 328 and make it decay to image 329 with a description "You see a dead saiyan."?
  2. R

    Solved How can I update player's hp after using setCreatureMaxHealth?

    Hey setCreatureMaxHealth(cid, getCreatureMaxHealth(cid)+100) Is there a way to update player's health at the same time? I can't see any change before using some spell for example exura.
  3. R

    Solved How can I remove battle condition after using doCreatureAddMana with negative number?

    Hey When I try to change player's mana using setCreatureMaxMana(cid, getCreatureMaxMana(cid)-100) doCreatureAddMana(cid, -100)condition is changing to in battle. Is there a way to remove mana without applying in battle condition? Also when I'm using the spell blue string pops saying...
Back
Top