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

PK after throw a rune

RatoKing

New Member
Joined
Mar 17, 2021
Messages
11
Solutions
1
Reaction score
2
GitHub
RatoKing
Hello everyone,

I would like to know where I'm supposed to edit to a player got WHITE SKULL after throw a rune in another player.
Example: Player1 throw Sudden Death Rune in Player2. Player1 got WHITE SKULL CONDITION.

Thanks :)
 
Solution
After some tests with the source and the rune files, I discovered that if I just add a line on paralyze rune script it will work.
Lua:
combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_UNDEFINEDDAMAGE)

Thanks anyway @Snavy
Found these


 
Found these



I had seen this when I was looking for something. But I really don't know why that's happening (paralyze rune doesn't give white skull to player how threw it).
 
After some tests with the source and the rune files, I discovered that if I just add a line on paralyze rune script it will work.
Lua:
combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_UNDEFINEDDAMAGE)

Thanks anyway @Snavy
 
Solution
Back
Top