Jump to content
  • 0
Sign in to follow this  
minx123

custom shield problem cant cast skill.

Question

hello. i need some help to fix this problem on job paladin.

this custom shield i made but using view id from official view.

 

paladin cant cast skill that need use shield.

what the problem with this script?

{	Id: 30329	AegisName: "Ultimate_Valkyrja's_Shield"	Name: "Ultimate Valkyrja's Shield"	Type: 5	Buy: 60000	Weight: 1000	Def: 4	Slots: 1	Job: 0x00404082	Loc: 32	Script: <"		bonus2 bSubEle,Ele_Water,25;		bonus2 bSubEle,Ele_Fire,25;		bonus2 bSubEle,Ele_Dark,25;		bonus2 bSubEle,Ele_Undead,25;		bonus bMdef,15;		bonus bAgi,10;		bonus bLuk,10;		bonus bMaxHPrate,5;		bonus bDef,15;	">},

error : skill failed

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

@@minx123 try to use this

 

{	Id: 30329	AegisName: "Ultimate_Valkyrja's_Shield"	Name: "Ultimate Valkyrja's Shield"	Type: 5	Buy: 60000	Weight: 1000	Def: 4	Slots: 1	Job: 0xFFFFFFFE	Loc: 32	View: 4	Script: <"		bonus2 bSubEle,Ele_Water,25;		bonus2 bSubEle,Ele_Fire,25;		bonus2 bSubEle,Ele_Dark,25;		bonus2 bSubEle,Ele_Undead,25;		bonus bMdef,15;		bonus bAgi,10;		bonus bLuk,10;		bonus bMaxHPrate,5;		bonus bDef,15;	">},

i think you forgot to put the view
view : 4

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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