Json Posted March 14, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 22 Reputation: 1 Joined: 08/16/12 Last Seen: July 31, 2013 Share Posted March 14, 2013 [Mage, Gunslinger]MaxHP+ 20% Flee+ 50[Lord Knight, Whitesmith]Add 10% chance of auto casting Lvl 1 Parrying when hit.[Paladin]Increase Shield Chain damage by 30%[Creator]MaxHP+10%[sniper]Reduce received Neutral property damage by 10%[stalker]MaxHP+10% Perfect Dodge+ 10[Acolyte]Reduce aftercast delay by 10%[Clown & Dancer]Deals 25% more damage on Musical Strike[Assassin Cross]Flee + 20, Perfect Dodge + 7I used this script: { bonus bAllStats,5; if(BaseClass==Job_Mage||BaseClass==Job_Gunslinger){ bonus bMaxHPrate,20; bonus bFlee,50; } else if(Class==4008||Class==4014||BaseClass==Job_Merchant) {bonus3 bAutoSpellWhenHit,LK_PARRYING,1,100; }else if(Class==4015||Class==4022) {bonus bMaxHPrate,10; }else if(Class==Job_Stalker) {bonus bFlee2,10; bonus bMaxHPrate,10; }else if(BaseClass==Job_Bard||BaseClass==Job_Dancer){ bonus2 bSkillAtk,BA_MUSICALSTRIKE,25; }else if(Class==4013){ bonus bFlee,20; bonus bFlee2,7;}},{},{} Quote Link to comment Share on other sites More sharing options...
DJFUNK Posted March 14, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 115 Reputation: 4 Joined: 10/25/12 Last Seen: August 31, 2023 Share Posted March 14, 2013 I dont understand what you want on this script.. did you request on database section? Quote Link to comment Share on other sites More sharing options...
Json Posted March 14, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 22 Reputation: 1 Joined: 08/16/12 Last Seen: July 31, 2013 Author Share Posted March 14, 2013 oh sorry i want to fix that script Quote Link to comment Share on other sites More sharing options...
leertaste Posted March 14, 2013 Group: Members Topic Count: 41 Topics Per Day: 0.01 Content Count: 137 Reputation: 1 Joined: 02/02/13 Last Seen: July 18, 2019 Share Posted March 14, 2013 You want to add this bonuses without consuming any items or wearing any equip? Like an permanent bonusedition for every class? Quote Link to comment Share on other sites More sharing options...
Json Posted March 15, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 22 Reputation: 1 Joined: 08/16/12 Last Seen: July 31, 2013 Author Share Posted March 15, 2013 yea Quote Link to comment Share on other sites More sharing options...
iraciz Posted March 15, 2013 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 111 Joined: 10/05/12 Last Seen: February 12, 2024 Share Posted March 15, 2013 this looks hard but no impossible Quote Link to comment Share on other sites More sharing options...
Capuche Posted March 15, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted March 15, 2013 - script ghjklkjh -1,{ OnPCStatCalcEvent: if( BaseClass == Job_Mage || BaseClass == Job_Gunslinger ) { bonus bMaxHPrate,20; bonus bFlee,50; } else if( Class == 4008 || Class == 4014 || BaseClass == Job_Merchant ) { bonus3 bAutoSpellWhenHit,LK_PARRYING,1,100; } // etc.. add as your content end; } Patch OnPCStatCalcEvent http://rathena.org/board/index.php?app=core&module=attach§ion=attach&attach_id=5315 from this topic Quote Link to comment Share on other sites More sharing options...
Json Posted March 15, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 22 Reputation: 1 Joined: 08/16/12 Last Seen: July 31, 2013 Author Share Posted March 15, 2013 im confuse Quote Link to comment Share on other sites More sharing options...
Capuche Posted March 15, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted March 15, 2013 You want to add this bonuses without consuming any items or wearing any equip? Like an permanent bonusedition for every class? yea The patch OnPCStatCalcEvent run the items scripts in the npc. These items scripts will be permanents. 1/ patch the file http://rathena.org/board/index.php?app=core&module=attach§ion=attach&attach_id=5315 in the src files and recompile 2/ add the script npc in npc folder 3/ add your items scripts in the npc Quote Link to comment Share on other sites More sharing options...
Question
Json
[Mage, Gunslinger]
MaxHP+ 20% Flee+ 50
[Lord Knight, Whitesmith]
Add 10% chance of auto casting Lvl 1 Parrying when hit.
[Paladin]
Increase Shield Chain damage by 30%
[Creator]
MaxHP+10%
[sniper]
Reduce received Neutral property damage by 10%
[stalker]
MaxHP+10% Perfect Dodge+ 10
[Acolyte]
Reduce aftercast delay by 10%
[Clown & Dancer]
Deals 25% more damage on Musical Strike
[Assassin Cross]
Flee + 20, Perfect Dodge + 7
I used this script:
{ bonus bAllStats,5; if(BaseClass==Job_Mage||BaseClass==Job_Gunslinger){ bonus bMaxHPrate,20; bonus bFlee,50; } else if(Class==4008||Class==4014||BaseClass==Job_Merchant) {bonus3 bAutoSpellWhenHit,LK_PARRYING,1,100; }else if(Class==4015||Class==4022) {bonus bMaxHPrate,10; }else if(Class==Job_Stalker) {bonus bFlee2,10; bonus bMaxHPrate,10; }else if(BaseClass==Job_Bard||BaseClass==Job_Dancer){ bonus2 bSkillAtk,BA_MUSICALSTRIKE,25; }else if(Class==4013){ bonus bFlee,20; bonus bFlee2,7;}},{},{}
Link to comment
Share on other sites
8 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.