Jump to content
Sign in to follow this  
Beret

New fields in skill db

Recommended Posts

 

I was looking at Aegis and decided to create this suggestion to add more fields to the skill database. 

The intent of this posting is to facilitate the use of modifications of the skills.

That way we can only use one @reloadskilldb and all modifications come into operation.

 

SkillHitPer is the accuracy by level

SkillHitPer = [200,200,200,200,200,200,200,200,200,200]

 

SkillAtkPer is the attack value by level

SkillAtkPer = [300,500,600,800,1000,1200,1300,1500,1600,1800]

 

SkillHandicap applies a chance for the player to receive the effect. The level of the status is according to the skill level

OnSuccess:
	SkillHandicap = [SC_BLIND,50,100,150,200,250,300,350,400,450,500]

 

SkillResetHandicap allows you to remove an effect when you use the skill

OnUse:
	SkillResetHandicap = [SC_SLEEP,SC_STUN]

 

SkillDrainHP allows absorbing the resulting damage dealt as HP.

SkillDrainHP = [100,100,100,100,100,100,100,100,100,100]

 

SkillDrainSP Drains SP from all players around the user based on the amount of damage they would take from a normal attack.

SkillDrainSP = [20,40,60,80,100,20,40,60,80,100]

 

SkillDataString allows input of a string used by teleport skills, or message when using some skill

SkillDataString	= ["dicastes01.gat"]

 

I think these implementations would help a lot to make modifications to the abilities without shutting down the server for the modifications to come into operation

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.