VladimirCastro Posted July 15, 2016 Posted July 15, 2016 i want the old asura style like from eathena pls check this script source Quote
0 varinha Posted July 16, 2016 Posted July 16, 2016 Where is skillid you need switch to skill_id and skilllvl to skill_lvl. Ex: if( skillid == MO_EXTREMITYFIST ) --- > if( skill_id == MO_EXTREMITYFIST ) skill_attack(BF_WEAPON,src,src,bl,skillid,skilllv,tick,flag) --- > skill_attack(BF_WEAPON,src,src,bl,skill_id,skill_lv,tick,flag); and in Battle.c you change this line: For this: Sorry my English is not good, but try this maybe you can get. Quote
0 VladimirCastro Posted July 17, 2016 Author Posted July 17, 2016 can you please post the code i cant get it right Quote
Question
VladimirCastro
i want the old asura style like from eathena pls check this script source
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.