karazu 33 Posted April 1, 2014 (edited) 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 April 1, 2014 by karazu Quote Share this post Link to post Share on other sites
0 Mystery 594 Posted April 3, 2014 This is more of a database thing... since you are dealing with the item_db. Moved. Quote Share this post Link to post Share on other sites
Is this correct?
NVM its working now.
Working Script
Share this post
Link to post
Share on other sites