Star Gladiator Soul Link

ThyroDree

New member
Messages
556
Points
0
Location
Philippines
Github
bosxkate23
Emulator
help me with this

Star Gladiator - Allowing to use Lvl 10 Lord of Vermillion, Lvl 10 Parrying. Increase damage on Boss monster and Holy monster by 100%. perfect dodge + 10

and when i attack monsters lose HP<<< (Please How to remove this)

 
Last edited by a moderator:
up? i solved my own problem but only the skills. how to make parrying can be used by star gladiator? i still need help with this Increase damage on Boss monster and Holy monster by 100%. perfect dodge + 10

 
Line 3069

if(sc && sc->data[SC_SOULLINK] && sc->data[SC_SOULLINK]->val2 == SL_STAR) { sd->right_weapon.addrace[RC_BOSS] += 100; sd->left_weapon.addrace[RC_BOSS] += 100; sd->right_weapon.addele[ELE_HOLY] += 100; sd->left_weapon.addele[ELE_HOLY] += 100;}
Line 4821

Code:
if(sc->data[SC_SOULLINK] && sc->data[SC_SOULLINK]->val2 == SL_STAR)	 flee2 += 10;
 
Back
Top