Cedric.Chan
New member
- Messages
- 9
- Points
- 0
- Age
- 38
- Github
- czf615
- Emulator
How to increase ASPD by corresponding weapons and skills ??
{
if((skill_lv=pc->checkskill(sd,SA_ADVANCEDBOOK))>0 && sd->status.weapon == W_BOOK)
bstatus->aspd_rate -= 5*skill_lv;
}
this's for SA Equipped with BOOK?
how to get all jobs with Equipped Proprietary Waepon,and make it works ?
Then I put it where the Between?
Thanks very much.
{
if((skill_lv=pc->checkskill(sd,SA_ADVANCEDBOOK))>0 && sd->status.weapon == W_BOOK)
bstatus->aspd_rate -= 5*skill_lv;
}
this's for SA Equipped with BOOK?
how to get all jobs with Equipped Proprietary Waepon,and make it works ?
Then I put it where the Between?
Thanks very much.
Last edited by a moderator: