louigui0224 Posted March 24, 2017 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 141 Reputation: 0 Joined: 06/22/14 Last Seen: 23 hours ago Share Posted March 24, 2017 im running a SHR server so i want to balance everything interms of hp but i tried to d this and its not working...can please someone help me with this item script... Tao Gunka - +200% HP, -30% DEF2, -50% MDEF *(Assassin Cross = +150% HP, Ninja/Gunslinger = +400% HP, Super Novice = +15000% HP, Taekwon = +500% HP, Star Gladiators = +300% HP, Novice = +30000% HP...thanks... Quote Link to comment Share on other sites More sharing options...
0 Hyoru Posted March 24, 2017 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 122 Reputation: 11 Joined: 01/30/12 Last Seen: Wednesday at 01:12 AM Share Posted March 24, 2017 (edited) Here it is: 4302,Tao_Gunka_Card,Tao Gunka Card,6,20,,10,,,,,,,,16,,,,,{ bonus bMaxHPrate,200; bonus bDef2Rate,-30; bonus bMdefRate,-50; if(BaseClass==Job_Assassin_Cross) bonus bMaxHPrate,150; if((Class==Job_Ninja)||(Class==Job_Gunslinger)) bonus bMaxHPrate,400; if(BaseClass==Job_SuperNovice) bonus bMaxHPrate,15000; if(BaseClass==Job_Taekwon) bonus bMaxHPrate,500; if(BaseClass==Job_Star_Gladiator) bonus bMaxHPrate,300; if(BaseClass==Job_Novice) bonus bMaxHPrate,30000; },{},{} Try to learn a little bit. Its not hard. Go to -> rathena folder/doc/item_bonus.txt You have all the info you need in this file. Edited March 24, 2017 by Hyoru Quote Link to comment Share on other sites More sharing options...
Question
louigui0224
im running a SHR server so i want to balance everything interms of hp but i tried to d this and its not working...can please someone help me with this item script...
Tao Gunka - +200% HP, -30% DEF2, -50% MDEF *(Assassin Cross = +150% HP, Ninja/Gunslinger = +400% HP, Super Novice = +15000% HP, Taekwon = +500% HP, Star Gladiators = +300% HP, Novice = +30000% HP...thanks...
Link to comment
Share on other sites
1 answer 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.