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

CreatureEvent Some scripts you need to open a War Server

Vote the city for war server


  • Total voters
    192
These scripts are working 100% without problem.

Tested in dev 0.4 rev 3884. Are you using 0.3.6?

I tested the frags reward with skull, and on 0.4 - 3884 I get the same error where the player doesn't die until the attacker reaches all the rewards. After the player reaches 0 health, each hit from the attacker counts as a kill, or atleast every second the server counts another death/kill.

Example: Player 1 kills Player 2. Player 1 starts receiving platinum coins, and progresses through 5, 10, 15~ kills while Player 2 has still not died. When Player 1 finally reaches 150 frags from that 1 kill. Player 2 dies and can respawn.

I have it set up like this,
<event type="kill" name="SkullReward" event="script" value="war/skullsystem.lua"/>

login.lua
registerCreatureEvent(cid, "SkullReward")

Revision: 3884 (Compiled with your source edits for a war server)

Any help would be appreciated.
 
Last edited:
Back
Top