Corrected type of script itemskill for some item (#5797)

* SQL synchro
* Fixed #5791

Thanks to @Rayvakarian !
This commit is contained in:
idk-whoami 2021-03-26 21:15:53 +07:00 committed by GitHub
parent c8567f31ec
commit 8f4d1be857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 38 deletions

View File

@ -8130,7 +8130,7 @@ Body:
- Id: 12376
AegisName: Mysterious_Can2
Name: Mysterious Can2
Type: Usable
Type: Delayconsume
Buy: 10
Weight: 100
Flags:
@ -8144,7 +8144,7 @@ Body:
- Id: 12377
AegisName: Mysterious_PET_Bottle2
Name: Mysterious PET Bottle2
Type: Usable
Type: Delayconsume
Buy: 10
Weight: 100
Flags:
@ -9030,7 +9030,7 @@ Body:
- Id: 12456
AegisName: F_Greed_Scroll
Name: F Greed Scroll
Type: Usable
Type: Delayconsume
Weight: 10
Script: |
itemskill "BS_GREED",1;
@ -9109,7 +9109,7 @@ Body:
- Id: 12466
AegisName: F_Blessing_10_Scroll
Name: F Blessing 10 Scroll
Type: Usable
Type: Delayconsume
Buy: 2
Weight: 10
Script: |
@ -9117,7 +9117,7 @@ Body:
- Id: 12467
AegisName: F_Inc_Agi_10_Scroll
Name: F Inc Agi 10 Scroll
Type: Usable
Type: Delayconsume
Buy: 2
Weight: 10
Script: |
@ -9125,7 +9125,7 @@ Body:
- Id: 12468
AegisName: F_Aspersio_5_Scroll
Name: F Aspersio 5 Scroll
Type: Usable
Type: Delayconsume
Buy: 2
Weight: 10
Script: |
@ -9133,7 +9133,7 @@ Body:
- Id: 12470
AegisName: F_Wind_Walk_10_Scroll
Name: F Wind Walk 10 Scroll
Type: Usable
Type: Delayconsume
Buy: 2
Weight: 10
Script: |
@ -9141,7 +9141,7 @@ Body:
- Id: 12471
AegisName: F_Adrenaline_Scroll
Name: F Adrenaline Scroll
Type: Usable
Type: Delayconsume
Buy: 2
Weight: 10
Script: |
@ -9707,7 +9707,7 @@ Body:
- Id: 12512
AegisName: E_Greed_Scroll
Name: E Greed Scroll
Type: Usable
Type: Delayconsume
Weight: 10
Script: |
itemskill "BS_GREED",1;
@ -9798,7 +9798,7 @@ Body:
- Id: 12522
AegisName: E_Blessing_10_Scroll
Name: Blessing Scroll Lv 10
Type: Usable
Type: Delayconsume
Buy: 2
Weight: 10
Trade:
@ -9815,7 +9815,7 @@ Body:
- Id: 12523
AegisName: E_Inc_Agi_10_Scroll
Name: Increase Agility Scroll Lv 10
Type: Usable
Type: Delayconsume
Buy: 2
Weight: 10
Trade:
@ -9832,7 +9832,7 @@ Body:
- Id: 12524
AegisName: E_Aspersio_5_Scroll
Name: Aspersio Scroll Lv 5
Type: Usable
Type: Delayconsume
Buy: 2
Weight: 10
Script: |
@ -9840,7 +9840,7 @@ Body:
- Id: 12525
AegisName: E_Assumptio_5_Scroll
Name: Assumptio Scroll Lv 5
Type: Usable
Type: Delayconsume
Buy: 2
Weight: 10
Script: |
@ -9848,7 +9848,7 @@ Body:
- Id: 12526
AegisName: E_Wind_Walk_10_Scroll
Name: Wind Walk Scroll Lv 10
Type: Usable
Type: Delayconsume
Buy: 2
Weight: 10
Script: |
@ -9856,7 +9856,7 @@ Body:
- Id: 12527
AegisName: E_Adrenaline_Scroll
Name: Adrenaline Scroll
Type: Usable
Type: Delayconsume
Buy: 2
Weight: 10
Script: |
@ -12851,7 +12851,7 @@ Body:
- Id: 12796
AegisName: Red_Booster
Name: Red Booster
Type: Usable
Type: Delayconsume
Buy: 20
Weight: 10
Trade:
@ -33893,7 +33893,7 @@ Body:
- Id: 14599
AegisName: Greed_Scroll_C
Name: Greed Scroll
Type: Usable
Type: Delayconsume
Weight: 10
NoUse:
Override: 100
@ -44256,7 +44256,7 @@ Body:
- Id: 22515
AegisName: Key_Of_Twisted_Time
Name: Twisted Key of Time
Type: Usable
Type: Delayconsume
Buy: 10
Weight: 300
Script: |
@ -46900,7 +46900,7 @@ Body:
- Id: 22899
AegisName: DowntownMap
Name: Parchment City
Type: Usable
Type: Delayconsume
Buy: 20
Script: |
itemskill "AL_INCAGI",1;

View File

@ -680,8 +680,8 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12373,'Boy\'s_Naivety','Boy\'s Pure Heart','Usable',20,10,true,100,true,'pet 1370;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12374,'Flaming_Ice','Ice Fireworks','Usable',20,50,true,100,true,'pet 1837;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12375,'Acaraje','Akaraje','Usable',80,'specialeffect2 EF_STEAL;\nbonus_script "{ bonus bHit,5; bonus bAspdRate,10; }",1200,0,0,EFST_ACARAJE;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12376,'Mysterious_Can2','Mysterious Can2','Usable',10,100,true,100,true,'percentheal 3,0;\nitemskill "PR_GLORIA",2;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12377,'Mysterious_PET_Bottle2','Mysterious PET Bottle2','Usable',10,100,true,100,true,'percentheal 0,3;\nitemskill "PR_MAGNIFICAT",1;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12376,'Mysterious_Can2','Mysterious Can2','Delayconsume',10,100,true,100,true,'percentheal 3,0;\nitemskill "PR_GLORIA",2;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12377,'Mysterious_PET_Bottle2','Mysterious PET Bottle2','Delayconsume',10,100,true,100,true,'percentheal 0,3;\nitemskill "PR_MAGNIFICAT",1;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12378,'2009_Rice_Cake_Soup','Rice Cake Soup','Usable',10,100,'percentheal 50,50;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12379,'Pope\'s_Cookie','Pope Cookie','Usable',10,10,true,'specialeffect2 EF_STEAL;\nbonus_script "{ bonus2 bAddClass,Class_All,3; bonus2 bMagicAddClass,Class_All,3; bonus bMatkRate,3; bonus2 bSubEle,Ele_Neutral,3; bonus2 bSubEle,Ele_Fire,3; bonus2 bSubEle,Ele_Water,3; bonus2 bSubEle,Ele_Wind,3; bonus2 bSubEle,Ele_Earth,3; bonus2 bSubEle,Ele_Dark,3; bonus2 bSubEle,Ele_Holy,3; bonus2 bSubEle,Ele_Ghost,3; }",1200;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12380,'Desert_Wolf_Babe_Scroll','Job Change Flute','Usable',10,10,'mercenary_create 2034,1800000;');
@ -759,7 +759,7 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VAL
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12452,'F_WOB_Schwaltz','F WOB Schwarz','Usable',10);
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12453,'F_WOB_Rachel','F WOB Rachel','Usable',10);
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12454,'F_WOB_Local','F WOB Local','Usable',10);
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12456,'F_Greed_Scroll','F Greed Scroll','Usable',10,'itemskill "BS_GREED",1;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12456,'F_Greed_Scroll','F Greed Scroll','Delayconsume',10,'itemskill "BS_GREED",1;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12457,'F_Glass_Of_Illusion','F Glass Of Illusion','Usable',10,'specialeffect2 EF_STEAL;\nsc_start SC_INCFLEE2,60000,20;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12458,'F_Abrasive','F Abrasive','Usable',10,'specialeffect2 EF_MAGICALATTHIT;\nsc_start SC_INCCRI,300000,30;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12459,'F_Med_Life_Potion','F Med Life Potion','Usable',10,'specialeffect2 EF_HEAL3;\nsc_start2 SC_L_LIFEPOTION,600000,-7,4;');
@ -769,11 +769,11 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`scr
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12463,'F_S_Mdef_Potion','F S Mdef Potion','Usable',10,'specialeffect EF_SPELLBREAKER;\nbonus_script "{ bonus3 bSubEle,Ele_All,3,BF_MAGIC; }",60,0,0,EFST_PROTECT_MDEF;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12464,'F_B_Def_Potion','F B Def Potion','Usable',10,'specialeffect EF_GUARD;\nbonus_script "{ bonus3 bSubEle,Ele_All,3,BF_SHORT; }",180,0,0,EFST_PROTECT_DEF;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12465,'F_S_Def_Potion','F S Def Potion','Usable',10,'specialeffect EF_GUARD;\nbonus_script "{ bonus3 bSubEle,Ele_All,3,BF_SHORT; }",60,0,0,EFST_PROTECT_DEF;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12466,'F_Blessing_10_Scroll','F Blessing 10 Scroll','Usable',2,10,'itemskill "AL_BLESSING",10;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12467,'F_Inc_Agi_10_Scroll','F Inc Agi 10 Scroll','Usable',2,10,'itemskill "AL_INCAGI",10;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12468,'F_Aspersio_5_Scroll','F Aspersio 5 Scroll','Usable',2,10,'itemskill "PR_ASPERSIO",5;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12470,'F_Wind_Walk_10_Scroll','F Wind Walk 10 Scroll','Usable',2,10,'itemskill "SN_WINDWALK",10;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12471,'F_Adrenaline_Scroll','F Adrenaline Scroll','Usable',2,10,'itemskill "BS_ADRENALINE",5;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12466,'F_Blessing_10_Scroll','F Blessing 10 Scroll','Delayconsume',2,10,'itemskill "AL_BLESSING",10;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12467,'F_Inc_Agi_10_Scroll','F Inc Agi 10 Scroll','Delayconsume',2,10,'itemskill "AL_INCAGI",10;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12468,'F_Aspersio_5_Scroll','F Aspersio 5 Scroll','Delayconsume',2,10,'itemskill "PR_ASPERSIO",5;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12470,'F_Wind_Walk_10_Scroll','F Wind Walk 10 Delayconsume','Usable',2,10,'itemskill "SN_WINDWALK",10;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12471,'F_Adrenaline_Scroll','F Adrenaline Scroll','Delayconsume',2,10,'itemskill "BS_ADRENALINE",5;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12472,'F_Convex_Mirror','F Convex Mirror','Usable',2,10,'sc_start SC_BOSSMAPINFO,600000,0;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12473,'RWC_Parti_Box','RWC Parti Box','Usable',20,10,true,100,true,100,true,true,true,true,true,true,'getgroupitem(IG_RWC_Parti_Box);');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12474,'RWC_Final_Comp_Box','RWC Final Comp Box','Usable',20,10,true,100,true,100,true,true,true,true,true,true,'getgroupitem(IG_RWC_Final_Comp_Box);');
@ -814,7 +814,7 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`fla
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12509,'E_WOB_Rachel','Red Butterfly Wing','Usable',10,true,100,true,true,true,true,true,true,true,'callfunc "F_CashCity",3;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12510,'E_WOB_Local','Blue Butterfly Wing','Usable',10,true,100,true,true,true,true,true,true,true,'callfunc "F_CashCity",5;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12511,'E_Siege_Teleport_Scroll','E Siege Teleport Scroll','Usable',10);
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12512,'E_Greed_Scroll','E Greed Scroll','Usable',10,'itemskill "BS_GREED",1;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12512,'E_Greed_Scroll','E Greed Scroll','Delayconsume',10,'itemskill "BS_GREED",1;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12513,'E_Glass_Of_Illusion','E Glass Of Illusion','Usable',10,'specialeffect2 EF_STEAL;\nsc_start SC_INCFLEE2,60000,20;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12514,'E_Abrasive','E Abrasive','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_MAGICALATTHIT;\nsc_start SC_INCCRI,300000,30;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12515,'E_Med_Life_Potion','E Med Life Potion','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_HEAL3;\nsc_start2 SC_L_LIFEPOTION,600000,-7,4;');
@ -824,12 +824,12 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VAL
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12519,'E_S_Mdef_Potion','E S Mdef Potion','Usable',10);
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12520,'E_B_Def_Potion','E B Def Potion','Usable',10);
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12521,'E_S_Def_Potion','E S Def Potion','Usable',10);
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12522,'E_Blessing_10_Scroll','Blessing Scroll Lv 10','Usable',2,10,100,true,true,true,true,true,true,true,'itemskill "AL_BLESSING",10;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12523,'E_Inc_Agi_10_Scroll','Increase Agility Scroll Lv 10','Usable',2,10,100,true,true,true,true,true,true,true,'itemskill "AL_INCAGI",10;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12524,'E_Aspersio_5_Scroll','Aspersio Scroll Lv 5','Usable',2,10,'itemskill "PR_ASPERSIO",5;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12525,'E_Assumptio_5_Scroll','Assumptio Scroll Lv 5','Usable',2,10,'itemskill "HP_ASSUMPTIO",5;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12526,'E_Wind_Walk_10_Scroll','Wind Walk Scroll Lv 10','Usable',2,10,'itemskill "SN_WINDWALK",10;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12527,'E_Adrenaline_Scroll','Adrenaline Scroll','Usable',2,10,'itemskill "BS_ADRENALINE",5;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12522,'E_Blessing_10_Scroll','Blessing Scroll Lv 10','Delayconsume',2,10,100,true,true,true,true,true,true,true,'itemskill "AL_BLESSING",10;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12523,'E_Inc_Agi_10_Scroll','Increase Agility Scroll Lv 10','Delayconsume',2,10,100,true,true,true,true,true,true,true,'itemskill "AL_INCAGI",10;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12524,'E_Aspersio_5_Scroll','Aspersio Scroll Lv 5','Delayconsume',2,10,'itemskill "PR_ASPERSIO",5;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12525,'E_Assumptio_5_Scroll','Assumptio Scroll Lv 5','Delayconsume',2,10,'itemskill "HP_ASSUMPTIO",5;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12526,'E_Wind_Walk_10_Scroll','Wind Walk Scroll Lv 10','Delayconsume',2,10,'itemskill "SN_WINDWALK",10;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12527,'E_Adrenaline_Scroll','Adrenaline Scroll','Delayconsume',2,10,'itemskill "BS_ADRENALINE",5;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12528,'E_Convex_Mirror','Convex Mirror','Usable',2,10,'sc_start SC_BOSSMAPINFO,600000,0;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12529,'White_Slim_Potion_Box','White Slim Potion Box','Usable',100,true,true,true,true,true,true,true,'getitem 547,200;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12530,'Mastela_Fruit_Box','Mastela Fruit Box','Usable',100,true,true,true,true,true,true,true,'getitem 522,200;');
@ -1096,7 +1096,7 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (12793,'Combat_Pill_Box10','Combat Pill Box10','Usable',20,'getitem 12791,10;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (12794,'P_Combat_Pill_Box10','P Combat Pill Box10','Usable',20,'getitem 12792,10;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12795,'2011_RWC_Scroll_Kr','2011 RWC Scroll Kr','Usable',20,10,100,true,true,true,true,true,true,true);
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12796,'Red_Booster','Red Booster','Usable',20,10,100,true,true,true,true,true,true,true,'itemskill "AC_CONCENTRATION",max(getskilllv("AC_CONCENTRATION"),3);\nspecialeffect2 EF_POTION_BERSERK;\nshowscript "Oh My GOODNESS!!! I FEEL AWESOMELY STRONG!!! WOWOW";');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12796,'Red_Booster','Red Booster','Delayconsume',20,10,100,true,true,true,true,true,true,true,'itemskill "AC_CONCENTRATION",max(getskilllv("AC_CONCENTRATION"),3);\nspecialeffect2 EF_POTION_BERSERK;\nshowscript "Oh My GOODNESS!!! I FEEL AWESOMELY STRONG!!! WOWOW";');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12797,'Wish_Maiden_Scroll','Wish Maiden Scroll','Usable',20,10,'mercenary_create 2344,1800000;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12798,'Zealotus_Scroll','Zealotus Scroll','Usable',20,10,'mercenary_create 2345,1800000;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12799,'PCBang_Coupon_Box5','PCBang Coupon Box5','Usable',20,10,100,true,true,true,true,true,true,true);
@ -2258,7 +2258,7 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_overri
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (14596,'Pierre_Treasurebox','Pierre\'s Treasure Box','Usable',100,true,'getrandgroupitem(IG_Pierre_Treasurebox,1);\ngetrandgroupitem(IG_Pierre_Treasurebox,1);\ngetrandgroupitem(IG_Pierre_Treasurebox,1);\ngetrandgroupitem(IG_Pierre_Treasurebox,1);\ngetrandgroupitem(IG_Pierre_Treasurebox,1);\ngetrandgroupitem(IG_Pierre_Treasurebox,1);');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14597,'PhreeoniS','Phreeoni Scroll','Usable',10,100,true,true,true,true,true,true,true,'sc_start2 SC_ITEMSCRIPT,180000,4121,EFST_FOOD_BASICHIT;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14598,'GhostringS','Ghostring Scroll','Usable',10,100,true,true,true,true,true,true,true,'sc_start2 SC_ITEMSCRIPT,60000,4047,EFST_ARMOR_PROPERTY;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14599,'Greed_Scroll_C','Greed Scroll','Usable',10,100,true,100,true,true,true,true,true,true,true,'itemskill "BS_GREED",1;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14599,'Greed_Scroll_C','Greed Scroll','Delayconsume',10,100,true,100,true,true,true,true,true,true,true,'itemskill "BS_GREED",1;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14600,'Mental_Potion','Mental Potion','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_SPELLBREAKER;\nbonus_script "{ bonus bUseSPrate,-10; bonus bMaxSPrate,10; }",1800;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14601,'Tyr\'s_Blessing','Tyr\'s Blessing','Usable',10,100,true,true,true,true,true,true,true,'sc_start SC_FLEEFOOD,300000,30;\nsc_start SC_HITFOOD,300000,30;\nsc_start SC_ATKPOTION,300000,20;\nsc_start SC_MATKPOTION,300000,20;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14602,'TaogunkaS','Tao Gunka Scroll','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_LIGHTSPHERE;\nbonus_script "{ bonus bMaxHPrate,100; bonus bDefRate,-50; bonus bMdefRate,-50; }",180,0,0,EFST_MVPCARD_TAOGUNKA;');
@ -3008,7 +3008,7 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22511,'Fenrir_Card__','Fenrir\'s Power Scroll','Usable',10,10,100,true,true,true,true,true,true,'bonus_script "{ bonus bMatk,25; bonus bFixedCastRate,-50; }",300,1025;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22513,'King_of_Gift_Box','King of Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'/*TODO, confirm the rates*/\ngetitem callfunc("F_Rand",12817,4403,14512),1;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (22514,'Candy_Holder','Candy Holder','Usable',20,10,true,'getrandgroupitem(IG_Candy_Holder,1);\ngetrandgroupitem(IG_Candy_Holder,1);\ngetrandgroupitem(IG_Candy_Holder,1);');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22515,'Key_Of_Twisted_Time','Twisted Key of Time','Usable',10,300,'itemskill "NPC_WIDECURSE",2;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22515,'Key_Of_Twisted_Time','Twisted Key of Time','Delayconsume',10,300,'itemskill "NPC_WIDECURSE",2;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_buyingstore`,`script`) VALUES (22516,'Dark_Red_Clot','Black As Night Piece','Usable',10,true,'sc_start SC_CURSE,4000,0,1500,0;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22517,'Loki_Summon_Scroll','Rocker Summoning Scroll','Usable',10,100,true,true,true,true,true,true,true,true,'mercenary_create 2937,1800000;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (22518,'Idn_Wisdom_Egg','Egg Of Wisdom','Cash',10,10,1,'getgroupitem(IG_Idn_Wisdom_Egg);');
@ -3208,7 +3208,7 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22894,'Limited_2015_Neuralizer','(Limited)2015 Neuralizer','Usable',20,100,true,true,true,true,true,true,true,true,'callfunc "F_CashReset";');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22895,'Limited_2015_Status_Initialization_Volume','(Limited)2015 Status Initialization Volume','Usable',20,100,true,true,true,true,true,true,true,true,'/*Works like item 6320, can reset up to 3x within 1 hour*/');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22896,'Limited_Old_Status_Initialization_Volume','(Limited)Old Status Initialization Volume','Usable',20,100,true,true,true,true,true,true,true,true,'/*Works like item 6320, can reset up to 3x within 1 hour*/');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22899,'DowntownMap','Parchment City','Usable',20,'itemskill "AL_INCAGI",1;\nheal -15,0;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22899,'DowntownMap','Parchment City','Delayconsume',20,'itemskill "AL_INCAGI",1;\nheal -15,0;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22901,'BlueboxOfQuestions','Mysterious Blue Box','Usable',20,100,true,true,true,true,true,true,true,'callfunc("F_Mysterious_box");');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22902,'Sealed_Card_Album_Scroll_II','Sealed Card Album Scroll II','Usable',20,10,100,true,true,true,true,true,true,true,'getitem callfunc("F_Rand",6238,6239,17474,22829,24243,24244,24245),1;');
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (22905,'Enchant_Stone_Box6','Costume Enchant Stone Box 6','Cash',10,10,1,'getgroupitem(IG_Enchant_Stone_Box6);');