Ninjamon Posted October 27, 2014 Group: Members Topic Count: 113 Topics Per Day: 0.02 Content Count: 295 Reputation: 2 Joined: 03/06/12 Last Seen: November 4, 2014 Share Posted October 27, 2014 Is there a script that all players that is level 255 will get a bonus on skills (Preferably a NPC/function script) Example, 255 LK will get +10% Bonus Damage to Spiral Pierce , 255 Clown will get +10% Arrow Vulcan and etc. Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 27, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 3 hours ago Share Posted October 27, 2014 - script Sample#bonusdmg -1,{ OnPCStatCalcEvent: if ( BaseLevel < 255 ) end; switch( Class ) { case Job_Rune_Knight_T: bonus2 bSkillAtk,"LK_SPIRALPIERCE",10; break; case Job_Minstrel: bonus2 bSkillAtk,"CG_ARROWVULCAN",10; break; default: break; } end; } you can try something like this. Quote Link to comment Share on other sites More sharing options...
Ninjamon Posted October 27, 2014 Group: Members Topic Count: 113 Topics Per Day: 0.02 Content Count: 295 Reputation: 2 Joined: 03/06/12 Last Seen: November 4, 2014 Author Share Posted October 27, 2014 - script Sample#bonusdmg -1,{ OnPCStatCalcEvent: if ( BaseLevel < 255 ) end; switch( Class ) { case Job_Rune_Knight_T: bonus2 bSkillAtk,"LK_SPIRALPIERCE",10; break; case Job_Minstrel: bonus2 bSkillAtk,"CG_ARROWVULCAN",10; break; default: break; } end; } you can try something like this. Does it read a Skill ID Number also? Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 28, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 3 hours ago Share Posted October 28, 2014 yes Quote Link to comment Share on other sites More sharing options...
Question
Ninjamon
Is there a script that all players that is level 255 will get a bonus on skills (Preferably a NPC/function script)
Example, 255 LK will get +10% Bonus Damage to Spiral Pierce , 255 Clown will get +10% Arrow Vulcan and etc.
Link to comment
Share on other sites
3 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.