Skill_require_db

leloush

New member
Messages
269
Points
0
Location
in front of my laptop =)
Emulator
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..

 
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)

 
Last edited by a moderator:
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 ) 

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

Code:
		skill_unconditional: false
 
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?

 
Last edited by a moderator:
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 :/

 
Back
Top