Jump to content
  • 0
Sign in to follow this  
karazu

[HELP] RWC weapon Script.

Question

Is this correct?

{	Id: 13092	AegisName: "RWC_Memory_Knife"	Name: "RWC Memory Knife"	Type: 4	Buy: 20	Weight: 650	Atk: 50	Range: 1	Slots: 1	Job: 0x228F5EEF	Upper: 63	Loc: 2	WeaponLv: 3	View: 1	Script: <" bonus bBaseAtk,20*(getrefine()/3); bonus bMatk,20*(getrefine()/3); if(getrefine()>=9){ set .@i,1; bonus4 bAutoSpell,"BS_WEAPONPERFECT",1,20,0; if(getrefine()>=6){ set .@rate,5*(.@i+1); bonus2 bAddClass,Class_All,.@rate; bonus2 bMagicAddClass,Class_All,.@rate;"> 

NVM its working now.

Working Script
 

 

 

{	Id: 13092	AegisName: "RWC_Memory_Knife"	Name: "RWC Memory Knife"	Type: 5	Buy: 1000	Sell: 500	Weight: 650	Atk: 50	Range: 1	Slots: 1	Job: 0x02800075	Upper: 63	Loc: 2	WeaponLv: 3	EquipLv: 1	View: 1	Script: <"		bonus bBaseAtk,20*(getrefine()/3);		bonus bMatk,20*(getrefine()/3);		if(getrefine()>=9) {			set .@i,1;			bonus4 bAutoSpell,"BS_WEAPONPERFECT",1,20,0;		}		if(getrefine()>=6) {			set .@rate,5*(.@i+1);			bonus2 bAddClass,Class_All,.@rate;			bonus2 bMagicAddClass,Class_All,.@rate;		}	">},) 

 

Edited by karazu

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

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.