Akbare Posted March 3, 2016 Share Posted March 3, 2016 (edited) - Tao Gunka (4302) Def -40 Mdef -40 Max HP 100% for all rebirth job Max HP 150% for all Extended job this my script and not work : i try for ranger only, why not work ?? { if(BaseJob==Job_Ranger) {bonus bMaxHPrate,100;} bonus bMdef,-40; bonus bDef,-40; },{},{} BaseJob==Job_Ranger BaseClass==Job_Ranger and same not work and not work for ranger job maybe someone can help me btw how to create for all rebirth job ?? thanks for advance Edited March 3, 2016 by Akbare Quote Link to comment Share on other sites More sharing options...
0 Secrets Posted March 3, 2016 Share Posted March 3, 2016 (edited) { [email protected]=eaclass(); if(([email protected]&EAJL_UPPER)){ [email protected] = 100; } if(roclass([email protected]&EAJL_UPPER) == 0){ [email protected] = 150; } bonus bMaxHPRate,[email protected]; } Edited March 4, 2016 by secretdataz 1 Quote Link to comment Share on other sites More sharing options...
0 Akbare Posted March 3, 2016 Author Share Posted March 3, 2016 { [email protected]=eaclass(); if(([email protected]&EAJL_UPPER)){ [email protected] = 100; } if(roclass([email protected]&EAJL_UPPER) == -1){ [email protected] = 150; } bonus bMaxHPRate,[email protected]; } thanks sir. work now Quote Link to comment Share on other sites More sharing options...
{ if(BaseJob==Job_Ranger) {bonus bMaxHPrate,100;} bonus bMdef,-40; bonus bDef,-40; },{},{}and same not work
and not work for ranger job
maybe someone can help me
Link to comment
Share on other sites