Yonko Posted July 27, 2012 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Share Posted July 27, 2012 can someone make a src regards the npc_earthquake skill ? it can damage depends on intelligence give delays thanks! Quote Link to comment Share on other sites More sharing options...
Mystery Posted July 27, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted July 27, 2012 You could use this: https://rathena.svn....rc/map/battle.c case NPC_EARTHQUAKE: skillratio += 100 + 100 * skill_lv+100*(skill_lv/2) + sstatus->int; break; So that it's based on your INT. Or this for less (potential high damage): case NPC_EARTHQUAKE: skillratio += 100 + 100 * skill_lv + sstatus->int; break; Quote Link to comment Share on other sites More sharing options...
Yonko Posted January 18, 2013 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Author Share Posted January 18, 2013 sir not working Quote Link to comment Share on other sites More sharing options...
Yonko Posted January 22, 2013 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Author Share Posted January 22, 2013 bump? Quote Link to comment Share on other sites More sharing options...
Yonko Posted January 25, 2013 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Author Share Posted January 25, 2013 bump. Quote Link to comment Share on other sites More sharing options...
Yonko Posted January 29, 2013 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Author Share Posted January 29, 2013 bump!! Quote Link to comment Share on other sites More sharing options...
Question
Yonko
can someone make a src regards the npc_earthquake skill ? it can damage depends on intelligence give delays thanks!
Link to comment
Share on other sites
5 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.