Alright I know its a bit old of a core but im trying to deal with what i got. I am the new admin for Journeys end a old server from way back when. Anyway, im trying to add Cold damage to a few monster and i cant figure out how to do so. I have done it with poison because i had a guideline to go by poisonelementals. Any helpful hints?
Thanks
Elemental damage
Re: Elemental damage
and where is the difference between normal damage and cold damage?
applyrawdamage(chr, 10);
chr.frozen(1);
sleep(1);
chr.frozen(0);
so?
applyrawdamage(chr, 10);
chr.frozen(1);
sleep(1);
chr.frozen(0);
so?
Re: Elemental damage
You can find the definitions from these into the documentations. And in this case frozen means the player cannot move
.