Jump to content
Sign in to follow this  
PB&JJ

bBonusSkillLevel

Recommended Posts



Usage:
item script command: 

 

bBonusSkillLevel,x,y; // x = skill_id y = skills level to add 
 

Example: (if you use double strafing, cast one that is two levels higher instead)

{
	Id: 1715
	AegisName: "Arbalest_"
	Name: "Arbalest"
	Type: 4
	Buy: 48000
	Weight: 1000
	Atk: 90
	Range: 5
	Slots: 2
	Job: {
		Archer: true
		Thief: true
		Hunter: true
		Rogue: true
		Bard: true
	}
	Loc: 34
	WeaponLv: 3
	EquipLv: 33
	View: 11
	Script: <" bonus bBonusSkillLevel,AC_DOUBLE,2; ">
},

 

Note:
I Couldn't find the proper entry point for skill levels, I figured I should look around in unit.c / clif.c. For now it's overloading battle_calc_attack. if you happen to find any bugs. or skills it doesn't work on (when final skill level <= 10), or if you have any suggestions Please let me know!

Edited by PB&JJ

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.