anjasoleil0 0 Posted June 3, 2015 I tried to spam desperado while I'm surrounded by enemies, but it barely hits. I casted 10 times, it only hit once. Any thoughts? Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted June 3, 2015 it is really hard to help you if you don't specify any detail about your server and character configuration Quote Share this post Link to post Share on other sites
0 Kuya Jeo 120 Posted June 3, 2015 @@anjasoleil0 i think this is the line for that src/map/skill.c case GS_DESPERADO: if (rnd()%100 < src->val1) skill->attack(BF_WEAPON,ss,&src->bl,bl,sg->skill_id,sg->skill_lv,tick,0); Quote Share this post Link to post Share on other sites
0 anjasoleil0 0 Posted June 3, 2015 Level 255 All stats: 200 Weapon a normal garrison [13104] Normal Bullet [13200] I'm at jupe_ele I summoned 100 porings I cast desperado Porings are still smiling. (alive) @@anjasoleil0 i think this is the line for that src/map/skill.c case GS_DESPERADO: if (rnd()%100 < src->val1) skill->attack(BF_WEAPON,ss,&src->bl,bl,sg->skill_id,sg->skill_lv,tick,0); I'm fairly new at this, what am i suppose to do with those Thanks for the reply BTW. @@anjasoleil0 i think this is the line for that src/map/skill.c case GS_DESPERADO: if (rnd()%100 < src->val1) skill->attack(BF_WEAPON,ss,&src->bl,bl,sg->skill_id,sg->skill_lv,tick,0); I'm fairly new at this, what am i suppose to do with those Thanks for the reply BTW. Quote Share this post Link to post Share on other sites
0 Kuya Jeo 120 Posted June 4, 2015 Level 255 All stats: 200 Weapon a normal garrison [13104] Normal Bullet [13200] I'm at jupe_ele I summoned 100 porings I cast desperado Porings are still smiling. (alive) @@anjasoleil0 i think this is the line for that src/map/skill.c case GS_DESPERADO: if (rnd()%100 < src->val1) skill->attack(BF_WEAPON,ss,&src->bl,bl,sg->skill_id,sg->skill_lv,tick,0); I'm fairly new at this, what am i suppose to do with those Thanks for the reply BTW. > @@anjasoleil0 i think this is the line for that src/map/skill.c case GS_DESPERADO: if (rnd()%100 < src->val1) skill->attack(BF_WEAPON,ss,&src->bl,bl,sg->skill_id,sg->skill_lv,tick,0); I'm fairly new at this, what am i suppose to do with those Thanks for the reply BTW. can you post the line on the script? Quote Share this post Link to post Share on other sites
0 anjasoleil0 0 Posted June 4, 2015 Level 255 All stats: 200 Weapon a normal garrison [13104] Normal Bullet [13200] I'm at jupe_ele I summoned 100 porings I cast desperado Porings are still smiling. (alive) @@anjasoleil0 i think this is the line for that src/map/skill.c case GS_DESPERADO: if (rnd()%100 < src->val1) skill->attack(BF_WEAPON,ss,&src->bl,bl,sg->skill_id,sg->skill_lv,tick,0); I'm fairly new at this, what am i suppose to do with those Thanks for the reply BTW. >> @@anjasoleil0 i think this is the line for that src/map/skill.c case GS_DESPERADO: if (rnd()%100 < src->val1) skill->attack(BF_WEAPON,ss,&src->bl,bl,sg->skill_id,sg->skill_lv,tick,0);lockquote> I'm fairly new at this, what am i suppose to do with those Thanks for the reply BTW. can you post the line on the script? case GS_DESPERADO: if (rnd()%100 < src->val1) skill->attack(BF_WEAPON,ss,&src->bl,bl,sg->skill_id,sg->skill_lv,tick,0); break; default: skill->attack(skill->get_type(sg->skill_id),ss,&src->bl,bl,sg->skill_id,sg->skill_lv,tick,0); } break; Quote Share this post Link to post Share on other sites
I tried to spam desperado while I'm surrounded by enemies, but it barely hits. I casted 10 times, it only hit once. Any thoughts?
Share this post
Link to post
Share on other sites