Jump to content
  • 0
Sign in to follow this  
leloush

Skill_require_db

Question

hi guys..

 

i just wanna know which part of src where i can check the part of skill weapon required because.. i think i mess all skills weapon required ever since i add custom link effect (like for example - i can use spiral pierce while im using sword)

(and another one i can use without violin is arrow vulcan ) 

 

 

can someone tell me where i can check this lines thanks..

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Try to check this out 

// Structure of Database:// SkillID,HPCost,MaxHPTrigger,SPCost,HPRateCost,SPRateCost,ZenyCost,RequiredWeapons,RequiredAmmoTypes,RequiredAmmoAmount,.397    ,     0,   0,18:21:24:27:30,         0,         0,       0,        2:3:4:5,                0,....//LK_SPIRALPIERCE

Okay, required weapon is 2:3:4:5 which is 

		2: One-handed swords		3: Two-handed swords		4: One-handed spears		5: Two-handed spears

 

Player who wearing that weapon can use Spiral Pierce...

(Moved to database support)

Share this post


Link to post
Share on other sites
  • 0

thanks for the reply sir.. but i think this is not my problem

 

since i already check 1by1 each weapon to see if its a little mistake on weapon type..

 

but the thing is.. even im not wearing ( example violin .. i can threw a arrow vulcan ) 

Share this post


Link to post
Share on other sites
  • 0

is it in normal character? Can you check your group.conf? skill_unconditional must set to false

		skill_unconditional: false

Share this post


Link to post
Share on other sites
  • 0

yes sir its in normal character.. not on a gm acct

 

 

and yes it is set as false in my groups.conf

skill_unconditional: false

 

any other way sir?

Edited by leloush

Share this post


Link to post
Share on other sites
  • 0

Maybe some of your modification affects your settings? try to Download a fresh copy in separate folder then test if you still experience it there. Because I cant reproduce your problem :/

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
Answer this question...

×   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.