China Posted April 2, 2012 Posted April 2, 2012 I was wondering if I could like example, normal jobs (trans) gets 100% max HP bonus but if it checks that you're a gunslinger or a baby class, it gives you 125% instead. Can anyone help? Thanks in advance! Quote
XenaNyx Posted April 2, 2012 Posted April 2, 2012 4302,Tao_Gunka_Card,Tao Gunka Card,6,20,,10,,,,,,,,16,,,,,{ if ((Class == 24) || (Class == 4023) || (Class == 4024) || (Class == 4025) || (Class == 4026) || (Class == 4027) || (Class == 4028) || (Class == 4029) || (Class == 4030) || (Class == 4031) || (Class == 4032) || (Class == 4033) || (Class == 4034) || (Class == 4035) || (Class == 4036) || (Class == 4037) || (Class == 4038) || (Class == 4039) || (Class == 4040) || (Class == 4041) || (Class == 4042) || (Class == 4043) || (Class == 4044) || (Class == 4045) || (Class == 4096) || (Class == 4097) || (Class == 4098) || (Class == 4099) || (Class == 4100) || (Class == 4101) || (Class == 4102) || (Class == 4103) || (Class == 4104) || (Class == 4105) || (Class == 4106) || (Class == 4107) || (Class == 4108) || (Class == 4109) || (Class == 4110) || (Class == 4111) || (Class == 4112)) { bonus bMaxHPrate,150; bonus bDef,-50; bonus bMdef,-50; } else { bonus bMaxHPrate,100; bonus bDef,-50; bonus bMdef,-50; } },{},{} Quote
Flaid Posted April 3, 2012 Posted April 3, 2012 Sorry to post here even if this is solved but on Rozeniiz code it's set to 150% more HP instead of the 125% you wanted. Quote
China Posted April 3, 2012 Author Posted April 3, 2012 Yeah, saw that and edited it, but thanks for pointing it out. Quote
Question
China
I was wondering if I could like example, normal jobs (trans) gets 100% max HP bonus but if it checks that you're a gunslinger or a baby class, it gives you 125% instead. Can anyone help? Thanks in advance!
4 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.