bWolfie
I'm the man
Description: Adds the check_resist() script command to your script engine.
With this command, you can retrieve elemental resistances for a character.
https://github.com/bWolfie/HPM-Plugins/blob/master/src/plugins/check_resist.c
With this command, you can retrieve elemental resistances for a character.
Code:
check_resist(<type>{, <account id>})
e.g. check_resist(Ele_Water);
check_resist(Ele_Wind, getcharid(CHAR_ID_ACCOUNT));
Last edited by a moderator: