Akbare Posted March 3, 2016 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
0 Secrets Posted March 3, 2016 Posted March 3, 2016 (edited) { .@eaj=eaclass(); if((.@eaj&EAJL_UPPER)){ .@mhp = 100; } if(roclass(.@eaj&EAJL_UPPER) == 0){ .@mhp = 150; } bonus bMaxHPRate,.@mhp; } Edited March 4, 2016 by secretdataz 1 Quote
0 Akbare Posted March 3, 2016 Author Posted March 3, 2016 { .@eaj=eaclass(); if((.@eaj&EAJL_UPPER)){ .@mhp = 100; } if(roclass(.@eaj&EAJL_UPPER) == -1){ .@mhp = 150; } bonus bMaxHPRate,.@mhp; } thanks sir. work now Quote
Question
Akbare
and same not work
and not work for ranger job
maybe someone can help me
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.