louigui0224 Posted March 24, 2017 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
0 Hyoru Posted March 24, 2017 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
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...
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.