Item script correction (#5734)
* Correction of the script part of some items according to aegis datas * Updated mob_race2_db.txt * Correction of the aegis item name * SQL synchro
This commit is contained in:
parent
fe66d0110c
commit
6ed0359522
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1685,7 +1685,7 @@ Body:
|
||||
Flags:
|
||||
BuyingStore: true
|
||||
Script: |
|
||||
guildgetexp rand(600000,1200000);
|
||||
guildgetexp rand(50000,100000);
|
||||
- Id: 659
|
||||
AegisName: Heart_Of_Her
|
||||
Name: Her Heart
|
||||
@ -3256,6 +3256,8 @@ Body:
|
||||
Script: |
|
||||
itemheal 45,0;
|
||||
transform 1507,600000,SC_MTF_MHP,1000;
|
||||
specialeffect2 EF_CLOAKING;
|
||||
showscript "Trans-Form-!! Bloody Murderer Fo-rm!!";
|
||||
- Id: 11593
|
||||
AegisName: Trance_Candy_B
|
||||
Name: Trans Candy Blue
|
||||
@ -3265,6 +3267,8 @@ Body:
|
||||
Script: |
|
||||
itemheal 45,0;
|
||||
transform 1102,600000,SC_MTF_MSP,100;
|
||||
specialeffect2 EF_CLOAKING;
|
||||
showscript "Trans-Form-!!! Bathory Fo-rm!!";
|
||||
- Id: 11594
|
||||
AegisName: Trance_Candy_Y
|
||||
Name: Trans Candy Yellow
|
||||
@ -3274,6 +3278,8 @@ Body:
|
||||
Script: |
|
||||
itemheal 45,0;
|
||||
transform 1130,600000,SC_MTF_PUMPKIN,2000;
|
||||
specialeffect2 EF_CLOAKING;
|
||||
showscript "Trans-Form-!! Jack Fo-rm!!";
|
||||
- Id: 11595
|
||||
AegisName: Trance_Candy_G
|
||||
Name: Trans Candy Green
|
||||
@ -3283,6 +3289,8 @@ Body:
|
||||
Script: |
|
||||
itemheal 45,0;
|
||||
transform 1508,600000,SC_MTF_HITFLEE,10,20;
|
||||
specialeffect2 EF_CLOAKING;
|
||||
showscript "Trans-Form-!! Cube Fo-rm!!";
|
||||
- Id: 11596
|
||||
AegisName: Blood_In_Skull
|
||||
Name: Blood In Skull
|
||||
@ -3311,7 +3319,7 @@ Body:
|
||||
Buy: 10
|
||||
Weight: 10
|
||||
- Id: 11600
|
||||
AegisName: Shining_Holy_Water
|
||||
AegisName: ShiningHolyWater
|
||||
Name: Shining Holy Water
|
||||
Type: Healing
|
||||
Buy: 10
|
||||
@ -3320,6 +3328,7 @@ Body:
|
||||
BuyingStore: true
|
||||
Script: |
|
||||
if (strcharinfo(3) == "prt_q") {
|
||||
specialeffect2 EF_GUARD;
|
||||
bonus_script "{ bonus2 bSubSize,Size_All,10; }",600;
|
||||
sc_end SC_SILENCE;
|
||||
sc_end SC_POISON;
|
||||
@ -3327,21 +3336,23 @@ Body:
|
||||
heal 1000,0;
|
||||
}
|
||||
- Id: 11601
|
||||
AegisName: Delicious_Anchovy
|
||||
AegisName: Tasty_Anchovy
|
||||
Name: Delicious Anchovy
|
||||
Type: Healing
|
||||
Buy: 20
|
||||
Weight: 30
|
||||
Script: |
|
||||
itemheal rand(30,46),0;
|
||||
specialeffect2 EF_HEAL3;
|
||||
- Id: 11602
|
||||
AegisName: Catnip_Fruit
|
||||
AegisName: Nepeta_Cataria
|
||||
Name: Catnip Fruit
|
||||
Type: Healing
|
||||
Buy: 15
|
||||
Weight: 1
|
||||
Script: |
|
||||
itemheal rand(10,40),0;
|
||||
itemheal rand(36,40),0;
|
||||
specialeffect2 EF_HEAL3;
|
||||
- Id: 11605
|
||||
AegisName: Cookies_Bat
|
||||
Name: Cookie Bat
|
||||
@ -3418,6 +3429,8 @@ Body:
|
||||
NoUse:
|
||||
Override: 100
|
||||
Sitting: true
|
||||
Script: |
|
||||
unitskilluseid getcharid(3),"AL_BLESSING",7;
|
||||
- Id: 11703
|
||||
AegisName: Mysterious_Blood
|
||||
Name: Mystery Blood
|
||||
@ -3725,14 +3738,14 @@ Body:
|
||||
Type: Healing
|
||||
Weight: 10
|
||||
Script: |
|
||||
itemheal rand(70,99),0;
|
||||
getexp2 33333333,0;
|
||||
- Id: 12022
|
||||
AegisName: Spareribs
|
||||
Name: Galbi
|
||||
Type: Healing
|
||||
Weight: 10
|
||||
Script: |
|
||||
itemheal rand(70,99),0;
|
||||
getexp2 0,33333333;
|
||||
- Id: 12023
|
||||
AegisName: Giftbox_China
|
||||
Name: Wrapped Box
|
||||
@ -4946,7 +4959,8 @@ Body:
|
||||
Buy: 1
|
||||
Weight: 10
|
||||
Script: |
|
||||
Zeny += rand(1000,10000);
|
||||
.@r = BaseLevel*100;
|
||||
getexp2 .@r,.@r;
|
||||
- Id: 12135
|
||||
AegisName: Green_Ale
|
||||
Name: Green Ale
|
||||
@ -6134,7 +6148,7 @@ Body:
|
||||
NoAuction: true
|
||||
Script: |
|
||||
skilleffect "SN_WINDWALK",0;
|
||||
sc_start SC_WINDWALK,250000,5;
|
||||
sc_start SC_WINDWALK,250000,10;
|
||||
- Id: 12220
|
||||
AegisName: Adrenaline_Scroll
|
||||
Name: LV5 Adrenaline Scroll
|
||||
@ -6306,7 +6320,7 @@ Body:
|
||||
Script: |
|
||||
percentheal 0,5;
|
||||
skilleffect "AL_BLESSING",0;
|
||||
sc_start SC_BLESSING,240000,10;
|
||||
sc_start SC_BLESSING,240000,5;
|
||||
- Id: 12236
|
||||
AegisName: Choco_Tart
|
||||
Name: Chocolate Tart
|
||||
@ -7339,7 +7353,7 @@ Body:
|
||||
NoMail: true
|
||||
NoAuction: true
|
||||
Script: |
|
||||
sc_start SC_FLEEFOOD,300000,5;
|
||||
sc_start SC_FLEEFOOD,300000,10;
|
||||
- Id: 12311
|
||||
AegisName: Large_Spray_Of_Flowers
|
||||
Name: Huge Spray Of Flowers
|
||||
@ -8425,16 +8439,15 @@ Body:
|
||||
Override: 100
|
||||
Sitting: true
|
||||
Script: |
|
||||
.@rnd = rand(1,10);
|
||||
.@rnd = rand(1,9);
|
||||
if (.@rnd == 1) itemskill "AL_TELEPORT",1;
|
||||
else if (.@rnd == 2) itemskill "AL_TELEPORT",3;
|
||||
else if (.@rnd == 3) percentheal 50,0;
|
||||
else if (.@rnd == 4) percentheal 0,50;
|
||||
else if (.@rnd == 5) end;
|
||||
else if (.@rnd == 6) getitem 512,1;
|
||||
else if (.@rnd == 7) itemskill "ALL_REVERSEORCISH",1;
|
||||
else if (.@rnd == 8) specialeffect2 EF_MAPPILLAR2;
|
||||
else if (.@rnd == 9) specialeffect2 EF_ANGEL2;
|
||||
else if (.@rnd == 5) getitem 512,1;
|
||||
else if (.@rnd == 6) itemskill "ALL_REVERSEORCISH",1;
|
||||
else if (.@rnd == 7) specialeffect2 EF_MAPPILLAR2;
|
||||
else if (.@rnd == 8) specialeffect2 EF_ANGEL2;
|
||||
else specialeffect2 EF_COIN;
|
||||
- Id: 12397
|
||||
AegisName: Fools_Day_Box2
|
||||
@ -8446,16 +8459,15 @@ Body:
|
||||
Override: 100
|
||||
Sitting: true
|
||||
Script: |
|
||||
.@rnd = rand(1,10);
|
||||
.@rnd = rand(1,9);
|
||||
if (.@rnd == 1) itemskill "TF_DETOXIFY",1;
|
||||
else if (.@rnd == 2) itemskill "TF_PICKSTONE",1;
|
||||
else if (.@rnd == 3) itemskill "BA_FROSTJOKER",1;
|
||||
else if (.@rnd == 4) itemskill "DC_SCREAM",1;
|
||||
else if (.@rnd == 5) end;
|
||||
else if (.@rnd == 6) getitem 909,1;
|
||||
else if (.@rnd == 7) itemskill "AL_RUWACH",1;
|
||||
else if (.@rnd == 8) specialeffect2 EF_BEGINASURA;
|
||||
else if (.@rnd == 9) specialeffect2 EF_MVP;
|
||||
else if (.@rnd == 5) getitem 909,1;
|
||||
else if (.@rnd == 6) itemskill "AL_RUWACH",1;
|
||||
else if (.@rnd == 7) specialeffect2 EF_BEGINASURA;
|
||||
else if (.@rnd == 8) specialeffect2 EF_MVP;
|
||||
else specialeffect2 EF_CURSEATTACK;
|
||||
- Id: 12398
|
||||
AegisName: PCBang_Gift_Box
|
||||
@ -8480,7 +8492,7 @@ Body:
|
||||
Buy: 20
|
||||
Weight: 1000
|
||||
Script: |
|
||||
Zeny += 1000000;
|
||||
Zeny += rand(50000,100000);
|
||||
- Id: 12400
|
||||
AegisName: Water_Of_Blessing_
|
||||
Name: Water Of Blessing
|
||||
@ -8898,35 +8910,47 @@ Body:
|
||||
Type: Usable
|
||||
Buy: 2
|
||||
Weight: 10
|
||||
Script: |
|
||||
callfunc "F_CashPartyCall";
|
||||
- Id: 12439
|
||||
AegisName: F_Battle_Manual
|
||||
Name: F Old Battle Manual
|
||||
Type: Usable
|
||||
Buy: 2
|
||||
Weight: 10
|
||||
Script: |
|
||||
sc_start SC_EXPBOOST,1800000,50;
|
||||
- Id: 12440
|
||||
AegisName: F_Insurance
|
||||
Name: F Insurance
|
||||
Type: Usable
|
||||
Buy: 2
|
||||
Weight: 10
|
||||
Script: |
|
||||
sc_start SC_LIFEINSURANCE,1800000,0;
|
||||
- Id: 12441
|
||||
AegisName: F_Bubble_Gum
|
||||
Name: F Old Bubble Gum
|
||||
Type: Usable
|
||||
Buy: 2
|
||||
Weight: 10
|
||||
Script: |
|
||||
sc_start SC_ITEMBOOST,1800000,100;
|
||||
- Id: 12442
|
||||
AegisName: F_Kafra_Card
|
||||
Name: F Kafra Card
|
||||
Type: Usable
|
||||
Buy: 2
|
||||
Weight: 10
|
||||
Script: |
|
||||
callfunc "F_CashStore";
|
||||
- Id: 12443
|
||||
AegisName: F_Neuralizer
|
||||
Name: F Neuralizer
|
||||
Type: Usable
|
||||
Buy: 2
|
||||
Script: |
|
||||
callfunc "F_CashReset";
|
||||
- Id: 12444
|
||||
AegisName: F_Dun_Tele_Scroll1
|
||||
Name: WoE Telport Scroll
|
||||
@ -8942,6 +8966,7 @@ Body:
|
||||
Weight: 10
|
||||
Script: |
|
||||
sc_start SC_STRFOOD,1800000,10;
|
||||
percentheal 20,10;
|
||||
- Id: 12446
|
||||
AegisName: F_Agi_Dish10_
|
||||
Name: F Agi Dish10
|
||||
@ -8950,6 +8975,7 @@ Body:
|
||||
Weight: 10
|
||||
Script: |
|
||||
sc_start SC_AGIFOOD,1800000,10;
|
||||
percentheal 15,5;
|
||||
- Id: 12447
|
||||
AegisName: F_Int_Dish10_
|
||||
Name: F Int Dish10
|
||||
@ -8958,6 +8984,7 @@ Body:
|
||||
Weight: 10
|
||||
Script: |
|
||||
sc_start SC_INTFOOD,1800000,10;
|
||||
percentheal 10,20;
|
||||
- Id: 12448
|
||||
AegisName: F_Dex_Dish10_
|
||||
Name: F Dex Dish10
|
||||
@ -8966,6 +8993,7 @@ Body:
|
||||
Weight: 10
|
||||
Script: |
|
||||
sc_start SC_DEXFOOD,1800000,10;
|
||||
percentheal 10,10;
|
||||
- Id: 12449
|
||||
AegisName: F_Luk_Dish10_
|
||||
Name: F Luk Dish10
|
||||
@ -9007,16 +9035,24 @@ Body:
|
||||
Name: F Greed Scroll
|
||||
Type: Usable
|
||||
Weight: 10
|
||||
Script: |
|
||||
itemskill "BS_GREED",1;
|
||||
- Id: 12457
|
||||
AegisName: F_Glass_Of_Illusion
|
||||
Name: F Glass Of Illusion
|
||||
Type: Usable
|
||||
Weight: 10
|
||||
Script: |
|
||||
specialeffect2 EF_STEAL;
|
||||
sc_start SC_INCFLEE2,60000,20;
|
||||
- Id: 12458
|
||||
AegisName: F_Abrasive
|
||||
Name: F Abrasive
|
||||
Type: Usable
|
||||
Weight: 10
|
||||
Script: |
|
||||
specialeffect2 EF_MAGICALATTHIT;
|
||||
sc_start SC_INCCRI,300000,30;
|
||||
- Id: 12459
|
||||
AegisName: F_Med_Life_Potion
|
||||
Name: F Med Life Potion
|
||||
@ -9038,6 +9074,9 @@ Body:
|
||||
Name: F Regeneration Potion
|
||||
Type: Usable
|
||||
Weight: 10
|
||||
Script: |
|
||||
specialeffect2 EF_LIGHTSPHERE;
|
||||
sc_start SC_INCHEALRATE,1800000,20;
|
||||
- Id: 12462
|
||||
AegisName: F_B_Mdef_Potion
|
||||
Name: F B Mdef Potion
|
||||
@ -9076,36 +9115,48 @@ Body:
|
||||
Type: Usable
|
||||
Buy: 2
|
||||
Weight: 10
|
||||
Script: |
|
||||
itemskill "AL_BLESSING",10;
|
||||
- Id: 12467
|
||||
AegisName: F_Inc_Agi_10_Scroll
|
||||
Name: F Inc Agi 10 Scroll
|
||||
Type: Usable
|
||||
Buy: 2
|
||||
Weight: 10
|
||||
Script: |
|
||||
itemskill "AL_INCAGI",10;
|
||||
- Id: 12468
|
||||
AegisName: F_Aspersio_5_Scroll
|
||||
Name: F Aspersio 5 Scroll
|
||||
Type: Usable
|
||||
Buy: 2
|
||||
Weight: 10
|
||||
Script: |
|
||||
itemskill "PR_ASPERSIO",5;
|
||||
- Id: 12470
|
||||
AegisName: F_Wind_Walk_10_Scroll
|
||||
Name: F Wind Walk 10 Scroll
|
||||
Type: Usable
|
||||
Buy: 2
|
||||
Weight: 10
|
||||
Script: |
|
||||
itemskill "SN_WINDWALK",10;
|
||||
- Id: 12471
|
||||
AegisName: F_Adrenaline_Scroll
|
||||
Name: F Adrenaline Scroll
|
||||
Type: Usable
|
||||
Buy: 2
|
||||
Weight: 10
|
||||
Script: |
|
||||
itemskill "BS_ADRENALINE",5;
|
||||
- Id: 12472
|
||||
AegisName: F_Convex_Mirror
|
||||
Name: F Convex Mirror
|
||||
Type: Usable
|
||||
Buy: 2
|
||||
Weight: 10
|
||||
Script: |
|
||||
sc_start SC_BOSSMAPINFO,600000,0;
|
||||
- Id: 12473
|
||||
AegisName: RWC_Parti_Box
|
||||
Name: RWC Parti Box
|
||||
@ -9351,6 +9402,8 @@ Body:
|
||||
NoGuildStorage: true
|
||||
NoMail: true
|
||||
NoAuction: true
|
||||
# Script: |
|
||||
# mercenary_create VALK_MERC_H,1800000;
|
||||
- Id: 12489
|
||||
AegisName: Ticket_Gift_Box2
|
||||
Name: Ticket Gift Box2
|
||||
@ -9424,18 +9477,24 @@ Body:
|
||||
Type: Usable
|
||||
Buy: 2
|
||||
Weight: 10
|
||||
Script: |
|
||||
callfunc "F_CashPartyCall";
|
||||
- Id: 12495
|
||||
AegisName: E_Battle_Manual
|
||||
Name: E Battle Manual
|
||||
Type: Usable
|
||||
Buy: 2
|
||||
Weight: 10
|
||||
Script: |
|
||||
sc_start SC_EXPBOOST,1800000,50;
|
||||
- Id: 12496
|
||||
AegisName: E_Insurance
|
||||
Name: E Insurance
|
||||
Type: Usable
|
||||
Buy: 2
|
||||
Weight: 10
|
||||
Script: |
|
||||
sc_start SC_LIFEINSURANCE,1800000,0;
|
||||
- Id: 12497
|
||||
AegisName: E_Bubble_Gum
|
||||
Name: E Bubble Gum
|
||||
@ -9653,11 +9712,16 @@ Body:
|
||||
Name: E Greed Scroll
|
||||
Type: Usable
|
||||
Weight: 10
|
||||
Script: |
|
||||
itemskill "BS_GREED",1;
|
||||
- Id: 12513
|
||||
AegisName: E_Glass_Of_Illusion
|
||||
Name: E Glass Of Illusion
|
||||
Type: Usable
|
||||
Weight: 10
|
||||
Script: |
|
||||
specialeffect2 EF_STEAL;
|
||||
sc_start SC_INCFLEE2,60000,20;
|
||||
- Id: 12514
|
||||
AegisName: E_Abrasive
|
||||
Name: E Abrasive
|
||||
@ -9921,6 +9985,8 @@ Body:
|
||||
Weight: 100
|
||||
Flags:
|
||||
BuyingStore: true
|
||||
Script: |
|
||||
percentheal 20,20;
|
||||
- Id: 12537
|
||||
AegisName: Solo_Gift_Basket
|
||||
Name: Solo Gift Basket
|
||||
@ -13304,6 +13370,8 @@ Body:
|
||||
NoGuildStorage: true
|
||||
NoMail: true
|
||||
NoAuction: true
|
||||
Script: |
|
||||
warp "iz_ng01",26,57;
|
||||
- Id: 12846
|
||||
AegisName: Unripe_Apple2
|
||||
Name: Little Unripe Apple
|
||||
@ -13328,7 +13396,7 @@ Body:
|
||||
NoMail: true
|
||||
NoAuction: true
|
||||
- Id: 12848
|
||||
AegisName: Falcon_Flute
|
||||
AegisName: Falcon_Pipe
|
||||
Name: Falcon Flute
|
||||
Type: Delayconsume
|
||||
Weight: 10
|
||||
@ -13344,7 +13412,10 @@ Body:
|
||||
Buy: 40
|
||||
Weight: 10
|
||||
Script: |
|
||||
cooking 30;
|
||||
if (BaseLevel < 20)
|
||||
cooking 30;
|
||||
else
|
||||
cooking 11;
|
||||
- Id: 12850
|
||||
AegisName: Heaven_Scroll
|
||||
Name: Heaven Scroll
|
||||
@ -32710,7 +32781,7 @@ Body:
|
||||
NoMail: true
|
||||
NoAuction: true
|
||||
Script: |
|
||||
sc_start SC_EXPBOOST,1800000,100;
|
||||
sc_start SC_EXPBOOST,3600000,100;
|
||||
- Id: 14534
|
||||
AegisName: Small_Life_Potion
|
||||
Name: Small Life Potion
|
||||
@ -33962,6 +34033,8 @@ Body:
|
||||
NoGuildStorage: true
|
||||
NoMail: true
|
||||
NoAuction: true
|
||||
Script: |
|
||||
sc_start SC_JEXPBOOST,1800000,25;
|
||||
- Id: 14607
|
||||
AegisName: Luxurious_Dinner_W
|
||||
Name: Luxurious Western Food
|
||||
@ -44183,6 +44256,40 @@ Body:
|
||||
getrandgroupitem(IG_Candy_Holder,1);
|
||||
getrandgroupitem(IG_Candy_Holder,1);
|
||||
getrandgroupitem(IG_Candy_Holder,1);
|
||||
- Id: 22515
|
||||
AegisName: Key_Of_Twisted_Time
|
||||
Name: Twisted Key of Time
|
||||
Type: Usable
|
||||
Buy: 10
|
||||
Weight: 300
|
||||
Script: |
|
||||
itemskill "NPC_WIDECURSE",2;
|
||||
- Id: 22516
|
||||
AegisName: Dark_Red_Clot
|
||||
Name: Black As Night Piece
|
||||
Type: Usable
|
||||
Buy: 10
|
||||
Flags:
|
||||
BuyingStore: true
|
||||
Script: |
|
||||
sc_start SC_CURSE,4000,0,1500,0;
|
||||
- Id: 22517
|
||||
AegisName: Loki_Summon_Scroll
|
||||
Name: Rocker Summoning Scroll
|
||||
Type: Usable
|
||||
Buy: 10
|
||||
Trade:
|
||||
Override: 100
|
||||
NoDrop: true
|
||||
NoTrade: true
|
||||
NoSell: true
|
||||
NoCart: true
|
||||
NoStorage: true
|
||||
NoGuildStorage: true
|
||||
NoMail: true
|
||||
NoAuction: true
|
||||
Script: |
|
||||
mercenary_create 2937,1800000;
|
||||
- Id: 22518
|
||||
AegisName: Idn_Wisdom_Egg
|
||||
Name: Egg Of Wisdom
|
||||
@ -44416,6 +44523,8 @@ Body:
|
||||
NoGuildStorage: true
|
||||
NoMail: true
|
||||
NoAuction: true
|
||||
# Script: |
|
||||
# mercenary_create 3024,1800000;
|
||||
- Id: 22536
|
||||
AegisName: WorkerScroll_B
|
||||
Name: Scroll Summoning Workers(Female)
|
||||
@ -44431,6 +44540,8 @@ Body:
|
||||
NoGuildStorage: true
|
||||
NoMail: true
|
||||
NoAuction: true
|
||||
# Script: |
|
||||
# mercenary_create 3025,1800000;
|
||||
- Id: 22537
|
||||
AegisName: PrizeOfHero
|
||||
Name: Prize Of Hero
|
||||
@ -44537,7 +44648,7 @@ Body:
|
||||
Script: |
|
||||
sc_start SC_ASPDPOTION1,1800000,6;
|
||||
- Id: 22545
|
||||
AegisName: Speed_Potion
|
||||
AegisName: Speed_Up_Potion_B
|
||||
Name: Speed Potion
|
||||
Type: Usable
|
||||
Buy: 10
|
||||
@ -44554,7 +44665,7 @@ Body:
|
||||
Script: |
|
||||
sc_start SC_SPEEDUP1,5000,50;
|
||||
- Id: 22546
|
||||
AegisName: Slow_Potion
|
||||
AegisName: Slow_Down_Potion_B
|
||||
Name: Slow Potion
|
||||
Type: Usable
|
||||
Buy: 10
|
||||
@ -44571,7 +44682,7 @@ Body:
|
||||
Script: |
|
||||
sc_start SC_SLOWDOWN,5000,100;
|
||||
- Id: 22547
|
||||
AegisName: Anti-Payne_Moment
|
||||
AegisName: Anodyne_B
|
||||
Name: Anti-Payne Moment
|
||||
Type: Usable
|
||||
Buy: 10
|
||||
@ -44586,7 +44697,7 @@ Body:
|
||||
NoMail: true
|
||||
NoAuction: true
|
||||
- Id: 22548
|
||||
AegisName: Wed_Cursed
|
||||
AegisName: Water_Of_Darkness_B
|
||||
Name: Wed Cursed
|
||||
Type: Usable
|
||||
Buy: 10
|
||||
@ -44601,7 +44712,7 @@ Body:
|
||||
NoMail: true
|
||||
NoAuction: true
|
||||
- Id: 22549
|
||||
AegisName: Poison_Bottle_
|
||||
AegisName: Poison_Bottle_B
|
||||
Name: Poison Bottle
|
||||
Type: Usable
|
||||
Buy: 10
|
||||
@ -44681,6 +44792,9 @@ Body:
|
||||
NoGuildStorage: true
|
||||
NoMail: true
|
||||
NoAuction: true
|
||||
Script: |
|
||||
sc_start SC_BATKFOOD,60000,10;
|
||||
sc_start SC_MATKFOOD,60000,10;
|
||||
- Id: 22554
|
||||
AegisName: First_Aid_Box
|
||||
Name: First Aid Box
|
||||
@ -44777,8 +44891,8 @@ Body:
|
||||
Type: Usable
|
||||
Buy: 20
|
||||
Weight: 100
|
||||
Script: |
|
||||
/* TODO */
|
||||
# Script: |
|
||||
# mercenary_create 3087,1800000;
|
||||
- Id: 22569
|
||||
AegisName: Gift_New_start
|
||||
Name: Gift New start
|
||||
@ -44849,13 +44963,15 @@ Body:
|
||||
Script: |
|
||||
/* TODO */
|
||||
- Id: 22612
|
||||
AegisName: Corrupt_Reagents
|
||||
AegisName: Decomposition_Potion
|
||||
Name: Corrupt Reagents
|
||||
Type: Delayconsume
|
||||
Buy: 10
|
||||
Weight: 50
|
||||
Script: |
|
||||
/* TODO */
|
||||
specialeffect2 EF_VENOMDUST;
|
||||
showscript "Yeah! Zombie night! Yeah!!";
|
||||
# transform 1015,60000,SC_GLASTHEIM_TRANS; /* todo */
|
||||
- Id: 22613
|
||||
AegisName: Contaminated_Reagents
|
||||
Name: Contaminated Reagents
|
||||
@ -45487,42 +45603,42 @@ Body:
|
||||
Script: |
|
||||
/*TODO: getitem 12529,1; getitem 12323,200; getitem 12324,50; and 5 boxes that containing quivers + oridecons*/
|
||||
- Id: 22702
|
||||
AegisName: STR_Soul_Potion
|
||||
AegisName: Minus_Str
|
||||
Name: STR Reduction Potion
|
||||
Type: Delayconsume
|
||||
Buy: 10
|
||||
Script: |
|
||||
callfunc "F_CashReduceStat",bStr,-1,22702;
|
||||
- Id: 22703
|
||||
AegisName: AGI_Soul_Potion
|
||||
AegisName: Minus_Agi
|
||||
Name: STR Reduction Potion
|
||||
Type: Delayconsume
|
||||
Buy: 10
|
||||
Script: |
|
||||
callfunc "F_CashReduceStat",bAgi,-1,22703;
|
||||
- Id: 22704
|
||||
AegisName: VIT_Soul_Potion
|
||||
AegisName: Minus_Vit
|
||||
Name: STR Reduction Potion
|
||||
Type: Delayconsume
|
||||
Buy: 10
|
||||
Script: |
|
||||
callfunc "F_CashReduceStat",bVit,-1,22704;
|
||||
- Id: 22705
|
||||
AegisName: INT_Soul_Potion
|
||||
AegisName: Minus_Int
|
||||
Name: STR Reduction Potion
|
||||
Type: Delayconsume
|
||||
Buy: 10
|
||||
Script: |
|
||||
callfunc "F_CashReduceStat",bInt,-1,22705;
|
||||
- Id: 22706
|
||||
AegisName: DEX_Soul_Potion
|
||||
AegisName: Minus_Dex
|
||||
Name: STR Reduction Potion
|
||||
Type: Delayconsume
|
||||
Buy: 10
|
||||
Script: |
|
||||
callfunc "F_CashReduceStat",bDex,-1,22706;
|
||||
- Id: 22707
|
||||
AegisName: LUK_Soul_Potion
|
||||
AegisName: Minus_Luk
|
||||
Name: STR Reduction Potion
|
||||
Type: Delayconsume
|
||||
Buy: 10
|
||||
@ -46040,7 +46156,7 @@ Body:
|
||||
getitem 678,12;
|
||||
/*No Info*/
|
||||
- Id: 22808
|
||||
AegisName: Special_Gift_Box
|
||||
AegisName: NoviceBox
|
||||
Name: Special Gift Box
|
||||
Type: Usable
|
||||
Buy: 10
|
||||
@ -46056,6 +46172,11 @@ Body:
|
||||
NoGuildStorage: true
|
||||
NoMail: true
|
||||
NoAuction: true
|
||||
Script: |
|
||||
getitem 7444,1;
|
||||
getitem 12610,1;
|
||||
getitem 12265,5;
|
||||
getitem 22979,5;
|
||||
- Id: 22812
|
||||
AegisName: Sealed_Dracula_Scroll
|
||||
Name: Sealed Dracula Scroll
|
||||
@ -46578,11 +46699,12 @@ Body:
|
||||
Script: |
|
||||
/*No Info*/
|
||||
- Id: 22876
|
||||
AegisName: Old_Money_Pocket
|
||||
AegisName: Shabby_Purse
|
||||
Name: Old Money Pocket
|
||||
Type: Usable
|
||||
Script: |
|
||||
Zeny += rand(500,550);
|
||||
specialeffect2 EF_STEAL;
|
||||
Zeny += rand(100,1000);
|
||||
- Id: 22881
|
||||
AegisName: Binding_Rope
|
||||
Name: Rope Gallows
|
||||
@ -46779,7 +46901,7 @@ Body:
|
||||
Script: |
|
||||
/*Works like item 6320, can reset up to 3x within 1 hour*/
|
||||
- Id: 22899
|
||||
AegisName: Parchment_City
|
||||
AegisName: DowntownMap
|
||||
Name: Parchment City
|
||||
Type: Usable
|
||||
Buy: 20
|
||||
@ -46838,7 +46960,7 @@ Body:
|
||||
Script: |
|
||||
getgroupitem(IG_Enchant_Stone_Box7);
|
||||
- Id: 22979
|
||||
AegisName: C_Battle_Gum_2
|
||||
AegisName: Comp_Battle_Bubble
|
||||
Name: "[Sale] Battle Manual and Bubble Gum"
|
||||
Type: Usable
|
||||
Trade:
|
||||
@ -46854,7 +46976,7 @@ Body:
|
||||
sc_start SC_EXPBOOST,1800000,50;
|
||||
sc_start SC_ITEMBOOST,1800000,100;
|
||||
- Id: 22984
|
||||
AegisName: Kahluna_Milk
|
||||
AegisName: Dr_Life_Potion_01
|
||||
Name: Kahluna Milk
|
||||
Type: Healing
|
||||
Buy: 6
|
||||
@ -46862,7 +46984,7 @@ Body:
|
||||
Script: |
|
||||
sc_start SC_DORAM_BUF_01, 180000, 0;
|
||||
- Id: 22985
|
||||
AegisName: Basil
|
||||
AegisName: Dr_Life_Potion_02
|
||||
Name: Basil
|
||||
Type: Healing
|
||||
Buy: 10
|
||||
@ -46896,7 +47018,7 @@ Body:
|
||||
bonus_script "bonus2 bRegenPercentSP,5,5000;",600,9;
|
||||
/* fix me: unknown flag and specialeffect ; disabled when LK_BERSERK */
|
||||
- Id: 23016
|
||||
AegisName: Cursed_Fragment
|
||||
AegisName: Pieces_Of_Grudge
|
||||
Name: Cursed Fragment
|
||||
Type: Usable
|
||||
Buy: 1
|
||||
@ -46919,7 +47041,7 @@ Body:
|
||||
Script: |
|
||||
getitem 11573,200;
|
||||
- Id: 23042
|
||||
AegisName: S_Seed_Of_Yggdrasil
|
||||
AegisName: Seed_Of_Yggdrasil_
|
||||
Name: "[NotForSale]Yggdrasil Seed"
|
||||
Type: Healing
|
||||
Weight: 300
|
||||
@ -47196,21 +47318,21 @@ Body:
|
||||
Script: |
|
||||
callfunc "F_CashStore";
|
||||
- Id: 23187
|
||||
AegisName: Sap_Liquid
|
||||
AegisName: Sap_Jelly
|
||||
Name: Sap Liquid
|
||||
Type: Usable
|
||||
Buy: 10
|
||||
Script: |
|
||||
pet 1180;
|
||||
- Id: 23188
|
||||
AegisName: Unprocessed_Parts
|
||||
AegisName: Airship_Part
|
||||
Name: Unprocessed Parts
|
||||
Type: Usable
|
||||
Buy: 10
|
||||
Script: |
|
||||
pet 1632;
|
||||
- Id: 23189
|
||||
AegisName: Small_Needle_Kit
|
||||
AegisName: Little_Dall_Needle
|
||||
Name: Small Needle Kit
|
||||
Type: Usable
|
||||
Buy: 10
|
||||
@ -47269,7 +47391,7 @@ Body:
|
||||
Script: |
|
||||
getgroupitem(IG_Agust_Lucky_Scroll);
|
||||
- Id: 23228
|
||||
AegisName: Hazy_Mooncake
|
||||
AegisName: HazyMooncake
|
||||
Name: Hazy Mooncake
|
||||
Type: Healing
|
||||
Buy: 768
|
||||
@ -47432,7 +47554,7 @@ Body:
|
||||
getitem(1649,1);
|
||||
getitem(15169,1);
|
||||
- Id: 23256
|
||||
AegisName: Elixir_Bandages
|
||||
AegisName: Elixir_Bandage
|
||||
Name: Elixir Bandages
|
||||
Type: Usable
|
||||
Buy: 10
|
||||
@ -47594,7 +47716,7 @@ Body:
|
||||
Script: |
|
||||
/*synthesisui 23324;*/
|
||||
- Id: 23340
|
||||
AegisName: S_Megaphone
|
||||
AegisName: Comp_Megaphone
|
||||
Name: "[Sale] Megaphone"
|
||||
Type: Usable
|
||||
Weight: 10
|
||||
|
@ -42,15 +42,15 @@ RC2_BIO5_MVP,3220,3221,3222,3223,3224,3225,3240,3241,3242,3243,3244,3245,3246
|
||||
// THANATOS
|
||||
RC2_THANATOS,1704,1705,1706,1707,1708,1709,1710,1711,1712
|
||||
// Faceworm
|
||||
RC2_FACEWORM,2528,2529,2530,2532,2533,2534,2535,2540,2541
|
||||
// Clock Tower (Need to confirm: Owl duke, Owl baron, Nightmare Mimic, Nightmare Rideword)
|
||||
RC2_CLOCKTOWER,1193,1199,1269,1270,1295,2870,2871,2910,2916,2917,2918,2919,2920,2921,2922,2923,3074
|
||||
RC2_FACEWORM,2528,2529,2530,2531,2532,2533,2534,2535,2536,2537,2539,2540,2541
|
||||
// Clock Tower
|
||||
RC2_CLOCKTOWER,1016,1023,1087,1101,1102,1109,1111,1131,1179,1189,1190,1191,1193,1195,1199,1203,1204,1205,1209,1213,1215,1216,1219,1269,1270,1275,1281,1377,1378,1622,1686,2478,2479,2916,2917,2918,2919,2920,2921,2923,3074
|
||||
// Rock Ridge
|
||||
RC2_ROCKRIDGE,3736,3737,3738,3739,3740,3741,3742,3743,3744,3745,3746,3747,3748,3749
|
||||
RC2_ROCKRIDGE,1209,1279,1211,1783,3736,3737,3738,3739,3740,3742,3743,3747,3748,3749,3787,3788
|
||||
// Heart Hunter
|
||||
//RC2_HEARTHUNTER,3626,3627,3628,3629
|
||||
RC2_HEARTHUNTER,3454,3626,3627,3628
|
||||
// Werner Laboratory
|
||||
//RC2_WERNER_LAB,3621,3622,3631,3632,3633 // miss ID 3826 - YSF Seyren monster
|
||||
RC2_WERNER_LAB,1424,3621,3622,3631,3632,3633 // miss ID 3826 - YSF Seyren monster
|
||||
// Temple of the Demon God
|
||||
//RC2_TEMPLE_DEMON,3088,3089,3090,3091,3092,3096,3097,3098,3099,3105,3106
|
||||
// Illusion of Vampire
|
||||
|
@ -1277,7 +1277,7 @@ Body:
|
||||
bonus bHPrecovRate,50;
|
||||
}
|
||||
- Mob: NINE_TAIL
|
||||
TameItem: Sap_Liquid
|
||||
TameItem: Sap_Jelly
|
||||
EggItem: Nine_Tail_Egg
|
||||
FoodItem: Suspicious_Bottle
|
||||
Fullness: 4
|
||||
@ -1296,7 +1296,7 @@ Body:
|
||||
Evolution:
|
||||
- Target: CAT_O_NINE_TAIL
|
||||
ItemRequirements:
|
||||
- Item: Sap_Liquid
|
||||
- Item: Sap_Jelly
|
||||
Amount: 3
|
||||
- Item: Fox_Tail
|
||||
Amount: 999
|
||||
@ -1305,7 +1305,7 @@ Body:
|
||||
- Item: Nine_Tail_Card
|
||||
Amount: 1
|
||||
- Mob: GREMLIN
|
||||
TameItem: Unprocessed_Parts
|
||||
TameItem: Airship_Part
|
||||
EggItem: Gremlin_Egg
|
||||
FoodItem: Cheap_Lubricant
|
||||
Fullness: 4
|
||||
@ -1324,7 +1324,7 @@ Body:
|
||||
Evolution:
|
||||
- Target: HODREMLIN
|
||||
ItemRequirements:
|
||||
- Item: Unprocessed_Parts
|
||||
- Item: Airship_Part
|
||||
Amount: 3
|
||||
- Item: Damp_Darkness
|
||||
Amount: 50
|
||||
@ -1333,7 +1333,7 @@ Body:
|
||||
- Item: Hodremlin_Card
|
||||
Amount: 1
|
||||
- Mob: MUMMY
|
||||
TameItem: Elixir_Bandages
|
||||
TameItem: Elixir_Bandage
|
||||
EggItem: Mummy_Egg
|
||||
FoodItem: Mementos
|
||||
Fullness: 7
|
||||
@ -1350,7 +1350,7 @@ Body:
|
||||
Evolution:
|
||||
- Target: ANCIENT_MUMMY
|
||||
ItemRequirements:
|
||||
- Item: Elixir_Bandages
|
||||
- Item: Elixir_Bandage
|
||||
Amount: 3
|
||||
- Item: Rune_Of_Darkness
|
||||
Amount: 200
|
||||
@ -1359,7 +1359,7 @@ Body:
|
||||
- Item: Ancient_Mummy_Card
|
||||
Amount: 1
|
||||
- Mob: TEDDY_BEAR
|
||||
TameItem: Small_Needle_Kit
|
||||
TameItem: Little_Dall_Needle
|
||||
EggItem: Teddy_Bear_Egg
|
||||
FoodItem: Cotton_Tufts
|
||||
Fullness: 3
|
||||
@ -1376,7 +1376,7 @@ Body:
|
||||
Evolution:
|
||||
- Target: XM_TEDDY_BEAR
|
||||
ItemRequirements:
|
||||
- Item: Small_Needle_Kit
|
||||
- Item: Little_Dall_Needle
|
||||
Amount: 3
|
||||
- Item: Cursed_Seal
|
||||
Amount: 300
|
||||
@ -1632,7 +1632,7 @@ Body:
|
||||
bonus bHit,4;
|
||||
}
|
||||
- Mob: AM_MUT
|
||||
EggItem: Am_Mut_Egg
|
||||
EggItem: Ammut_Egg
|
||||
FoodItem: Pet_Food
|
||||
Fullness: 2
|
||||
HungryDelay: 120
|
||||
@ -1653,7 +1653,7 @@ Body:
|
||||
bonus bMatkRate,1;
|
||||
}
|
||||
- Mob: CAT_O_NINE_TAIL
|
||||
EggItem: Cat_o_Nine_Tail_Egg
|
||||
EggItem: Cat_O_Nine_Tail_Egg
|
||||
FoodItem: Pet_Food
|
||||
Fullness: 2
|
||||
HungryDelay: 120
|
||||
@ -1691,7 +1691,7 @@ Body:
|
||||
- Item: Munak_Card
|
||||
Amount: 10
|
||||
- Mob: GRAND_PECO
|
||||
EggItem: Grand_Peco_Peco_Egg
|
||||
EggItem: Grand_Peco_Egg
|
||||
FoodItem: Pet_Food
|
||||
Fullness: 2
|
||||
HungryDelay: 120
|
||||
@ -1767,7 +1767,7 @@ Body:
|
||||
bonus bHit,1;
|
||||
}
|
||||
- Mob: XM_TEDDY_BEAR
|
||||
EggItem: Xm_Teddy_Bear_Egg
|
||||
EggItem: Xm_Teddybear_Egg
|
||||
FoodItem: Pet_Food
|
||||
Fullness: 2
|
||||
HungryDelay: 120
|
||||
@ -1815,7 +1815,7 @@ Body:
|
||||
bonus bAtk,3;
|
||||
}
|
||||
- Mob: DR_LUNATIC
|
||||
EggItem: Dr_Lunatic_Egg
|
||||
EggItem: Leaf_Lunatic_Egg
|
||||
FoodItem: Pet_Food
|
||||
Fullness: 2
|
||||
HungryDelay: 120
|
||||
@ -1844,7 +1844,7 @@ Body:
|
||||
bonus bAtk,2;
|
||||
}
|
||||
- Mob: LITTLE_ISIS
|
||||
EggItem: Little_Isis_Egg
|
||||
EggItem: Littleisis_Egg
|
||||
FoodItem: Pet_Food
|
||||
Fullness: 2
|
||||
HungryDelay: 120
|
||||
@ -1865,7 +1865,7 @@ Body:
|
||||
bonus bAtkRate,1;
|
||||
}
|
||||
- Mob: DIABOLIC2
|
||||
EggItem: Diabolic_2_Egg
|
||||
EggItem: Diabolic_Egg2
|
||||
FoodItem: Pet_Food
|
||||
Fullness: 2
|
||||
HungryDelay: 120
|
||||
@ -1898,7 +1898,7 @@ Body:
|
||||
bonus bMatkRate,1;
|
||||
}
|
||||
- Mob: DELETER_2
|
||||
EggItem: Fire_Deleter_Egg
|
||||
EggItem: Red_Deleter_Egg2
|
||||
FoodItem: Pet_Food
|
||||
Fullness: 2
|
||||
HungryDelay: 120
|
||||
|
@ -32192,7 +32192,7 @@ Body:
|
||||
- Level: 5
|
||||
Amount: 24
|
||||
ItemCost:
|
||||
- Item: Catnip_Fruit
|
||||
- Item: Nepeta_Cataria
|
||||
Amount: 1
|
||||
Unit:
|
||||
Id: Catnippowder
|
||||
@ -32656,7 +32656,7 @@ Body:
|
||||
Duration2: 20000
|
||||
Requires:
|
||||
ItemCost:
|
||||
- Item: Catnip_Fruit
|
||||
- Item: Nepeta_Cataria
|
||||
Amount: 1
|
||||
Unit:
|
||||
Id: Dummyskill
|
||||
|
@ -21,43 +21,53 @@ function script F_Pieces_Of_Sentiment { // 22687
|
||||
if (strcharinfo(3) == "lhz_dun_n")// usage forbidden on the same map
|
||||
return;
|
||||
specialeffect2 EF_HIT4;
|
||||
.@r = rand(18);
|
||||
if (.@r == 0)
|
||||
warp "lhz_dun_n",40,212;
|
||||
else if (.@r == 1)
|
||||
warp "lhz_dun_n",87,84;
|
||||
else if (.@r == 2)
|
||||
.@r = rand(1,23);
|
||||
if (.@r == 1)
|
||||
warp "lhz_dun_n",140,89;
|
||||
else if (.@r == 3)
|
||||
warp "lhz_dun_n",162,252;
|
||||
else if (.@r == 4)
|
||||
warp "lhz_dun_n",201,101;
|
||||
else if (.@r == 5)
|
||||
warp "lhz_dun_n",34,70;
|
||||
else if (.@r == 6)
|
||||
else if (.@r == 2)
|
||||
warp "lhz_dun_n",75,138;
|
||||
else if (.@r == 3)
|
||||
warp "lhz_dun_n",198,151;
|
||||
else if (.@r == 4)
|
||||
warp "lhz_dun_n",200,189;
|
||||
else if (.@r == 5)
|
||||
warp "lhz_dun_n",87,84;
|
||||
else if (.@r == 6)
|
||||
warp "lhz_dun_n",201,101;
|
||||
else if (.@r == 7)
|
||||
warp "lhz_dun_n",78,189;
|
||||
else if (.@r == 8)
|
||||
warp "lhz_dun_n",28,140;
|
||||
else if (.@r == 9)
|
||||
warp "lhz_dun_n",240,64;
|
||||
else if (.@r == 10)
|
||||
warp "lhz_dun_n",140,39;
|
||||
else if (.@r == 11)
|
||||
warp "lhz_dun_n",140,191;
|
||||
else if (.@r == 12)
|
||||
warp "lhz_dun_n",124,138;
|
||||
else if (.@r == 13)
|
||||
warp "lhz_dun_n",131,235;
|
||||
else if (.@r == 14)
|
||||
warp "lhz_dun_n",140,114;
|
||||
else if (.@r == 15)
|
||||
warp "lhz_dun_n",99,106;
|
||||
else if (.@r == 16)
|
||||
warp "lhz_dun_n",115,253;
|
||||
else
|
||||
warp "lhz_dun_n",230,138;
|
||||
else if (.@r == 8)
|
||||
warp "lhz_dun_n",239,220;
|
||||
else if (.@r == 9)
|
||||
warp "lhz_dun_n",162,252;
|
||||
else if (.@r == 10)
|
||||
warp "lhz_dun_n",99,106;
|
||||
else if (.@r == 11)
|
||||
warp "lhz_dun_n",40,212;
|
||||
else if (.@r == 12)
|
||||
warp "lhz_dun_n",140,191;
|
||||
else if (.@r == 13)
|
||||
warp "lhz_dun_n",164,77;
|
||||
else if (.@r == 14)
|
||||
warp "lhz_dun_n",124,138;
|
||||
else if (.@r == 15)
|
||||
warp "lhz_dun_n",28,140;
|
||||
else if (.@r == 16)
|
||||
warp "lhz_dun_n",78,189;
|
||||
else if (.@r == 17)
|
||||
warp "lhz_dun_n",137,262;
|
||||
else if (.@r == 18)
|
||||
warp "lhz_dun_n",115,253;
|
||||
else if (.@r == 19)
|
||||
warp "lhz_dun_n",140,39;
|
||||
else if (.@r == 20)
|
||||
warp "lhz_dun_n",240,64;
|
||||
else if (.@r == 21)
|
||||
warp "lhz_dun_n",131,235;
|
||||
else if (.@r == 22)
|
||||
warp "lhz_dun_n",34,70;
|
||||
else
|
||||
warp "lhz_dun_n",176,202;
|
||||
delitem 22687,1;
|
||||
return;
|
||||
}
|
||||
@ -74,52 +84,56 @@ function script F_Cursed_Crystal { // 23080
|
||||
}
|
||||
|
||||
function script F_Cursed_Fragment { // 23016
|
||||
// custom rates
|
||||
.@r = rand(981);
|
||||
if (.@r < 166) {
|
||||
if (rand(2) == 0)
|
||||
showscript "Please... stay with me...";
|
||||
else
|
||||
showscript "Stay... here with me...";
|
||||
sleep2 200;
|
||||
.@r = rand(1,12);
|
||||
if (.@r == 1) {
|
||||
showscript "I will never forgive you...!";
|
||||
sc_start SC_ATKPOTION,600000,50;
|
||||
sc_start SC_MATKPOTION,600000,50;
|
||||
}
|
||||
else if (.@r == 2) {
|
||||
showscript "Somebody please help me...";
|
||||
sc_start SC_CURSE,10000,0;
|
||||
}
|
||||
else if (.@r == 3) {
|
||||
showscript "Stop it... It hurts...";
|
||||
sc_start SC_BLEEDING,5000,0;
|
||||
}
|
||||
else if (.@r == 4) {
|
||||
showscript "It's so cold in here...";
|
||||
sc_start SC_FREEZE,5000,0;
|
||||
}
|
||||
else if (.@r == 5) {
|
||||
showscript "Please... Stay with me...";
|
||||
warp "Random",0,0;
|
||||
}
|
||||
else if (.@r < 231) {
|
||||
showscript "It's so cold in here...";
|
||||
sc_start SC_FREEZE,8000,0;
|
||||
else if (.@r == 6) {
|
||||
showscript "Stay... here with me...";
|
||||
warp "Random",0,0;
|
||||
}
|
||||
else if (.@r < 304) {
|
||||
showscript "I'm sorry... I will leave now... thank you...";
|
||||
getitem 6820,1;// Energy_Fragment
|
||||
else if (.@r == 7) {
|
||||
showscript "You shouldn't have come here...";
|
||||
sc_start SC_STUN,5000,0;
|
||||
}
|
||||
else if (.@r < 317)
|
||||
sc_start SC_CONFUSION,3000,0;
|
||||
else if (.@r < 328) {
|
||||
showscript "Somebody please help me...";
|
||||
sc_start SC_CURSE,3000,0;
|
||||
else if (.@r == 8) {
|
||||
showscript "Hello... Is anyone there...?";
|
||||
sc_start SC_BLIND,5000,0;
|
||||
}
|
||||
else if (.@r < 408) {
|
||||
else if (.@r == 9) {
|
||||
showscript "I am so scared....scared....";
|
||||
sc_start SC_CONFUSION,10000,0;
|
||||
}
|
||||
else if (.@r == 10) {
|
||||
showscript "Dear Odin...";
|
||||
sc_start SC_ASSUMPTIO,100000,5;
|
||||
specialeffect2 EF_ASSUMPTIO;
|
||||
}
|
||||
else if (.@r < 496) {
|
||||
showscript "I will never forgive you...!";
|
||||
sc_start SC_ATKPOTION,600000,10;
|
||||
sc_start SC_MATKPOTION,600000,10;
|
||||
else if (.@r == 11) {
|
||||
showscript "Wake up!";
|
||||
percentheal 0,20;
|
||||
}
|
||||
else {
|
||||
.@rand = rand(5);
|
||||
if (.@rand == 0)
|
||||
showscript "Wake up!";
|
||||
else if (.@rand == 1)
|
||||
showscript "Stop it... It hurts...";
|
||||
else if (.@rand == 2)
|
||||
showscript "I'm so scared... scared...";
|
||||
else if (.@rand == 3)
|
||||
showscript "You shouldn't have come here...";
|
||||
else
|
||||
showscript "Hello... Is anyone there... ?";
|
||||
showscript "I am sorry... I will leave now... thank you...";
|
||||
getitem 6820,1;// Energy_Fragment
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -581,7 +581,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`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4293,'Cookie_Card','Cookie Card','Card',20,10,true,true,true,'CLIENT','bonus bLuk,2;\nbonus2 bSkillAtk,"AL_HOLYLIGHT",10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4294,'Quve_Card','Quve Card','Card',20,10,true,true,true,'CLIENT','if (BaseJob == Job_Novice || BaseJob == Job_SuperNovice)\n bonus3 bAutoSpellWhenHit,"AL_INCAGI",1,100;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4295,'Kraben_Card','Kraben Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Blind,600;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4296,'Cramp_Card','Cramp Card','Card',20,10,true,true,true,true,'CLIENT','bonus2 bGetZenyNum,500,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4296,'Cramp_Card','Cramp Card','Card',20,10,true,true,true,true,'CLIENT','bonus2 bGetZenyNum,500,3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4297,'Cruiser_Card','Cruiser Card','Card',20,10,true,true,'CLIENT','bonus bCritAtkRate,10;\nbonus2 bCriticalAddRace,RC_Brute,7;\nbonus2 bCriticalAddRace,RC_Player_Doram,7;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4298,'Cremy_Fear_Card','Creamy Fear Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Confusion,600;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4299,'Clock_Card','Clock Card','Card',20,10,true,true,'CLIENT','bonus3 bAutoSpellWhenHit,"CR_AUTOGUARD",3+7*(getskilllv("CR_AUTOGUARD") == 10),30;','sc_end SC_AUTOGUARD;');
|
||||
@ -594,7 +594,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`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4306,'Toad_Card','Toad Card','Card',20,10,true,true,'CLIENT','bonus bFlee2,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4307,'Kind_Of_Beetle_Card','Beetle King Card','Card',20,10,true,true,'CLIENT','bonus2 bSPGainRace,RC_Fish,5;','heal 0,-5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4308,'Tri_Joint_Card','Tri Joint Card','Card',20,10,true,true,'CLIENT','bonus2 bSPGainRace,RC_Formless,5;','heal 0,-5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4309,'Parasite_Card','Parasite Card','Card',20,10,true,true,'CLIENT','bonus bDef,1;\nbonus2 bSubRace,RC_Formless,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4309,'Parasite_Card','Parasite Card','Card',20,10,true,true,'CLIENT','bonus bDef,1;\nbonus2 bSubEle,Ele_Neutral,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4310,'Panzer_Goblin_Card','Panzer Goblin Card','Card',20,10,true,true,'CLIENT','bonus bCritAtkRate,10;\nbonus2 bCriticalAddRace,RC_Demon,7;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4311,'Permeter_Card','Permeter Card','Card',20,10,true,true,true,true,'CLIENT','bonus2 bSubEle,Ele_Dark,15;\nbonus2 bSubEle,Ele_Undead,15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4312,'Fur_Seal_Card','Seal Card','Card',20,10,true,true,'CLIENT','bonus bFlee,3;\nbonus bHit,10;\nif (BaseClass == Job_Acolyte) {\n bonus2 bCriticalAddRace,RC_Undead,9;\n bonus2 bCriticalAddRace,RC_Demon,9;\n}');
|
||||
@ -652,7 +652,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`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4364,'Magaleta_Card','Margaretha Sorin Card','Card',20,10,true,true,true,true,'CLIENT','bonus bInt,1;\nbonus5 bAutoSpellWhenHit,"PR_LEXDIVINA",5,150,BF_MAGIC,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4365,'B_Katrinn_Card','High Wizard Card','Card',20,10,true,true,true,true,'CLIENT','bonus2 bIgnoreMdefClassRate,Class_Normal,100;\nbonus bVariableCastrate,100;\nbonus bSPrecovRate,-100;','heal 0,-2000;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4366,'Katrinn_Card','Kathryne Keyron Card','Card',20,10,true,true,true,true,'CLIENT','.@r = getrefine();\nbonus bVariableCastrate,.@r*-1;\nif (.@r>=9) {\n bonus bMatkRate,2;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4367,'B_Shecil_Card','Sniper Card','Card',20,10,true,true,'CLIENT','bonus2 bHPDrainRate,100,20;\nbonus bHPrecovRate,-10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4367,'B_Shecil_Card','Sniper Card','Card',20,10,true,true,'CLIENT','bonus2 bHPDrainRate,50,20;\nbonus bHPrecovRate,-10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4368,'Shecil_Card','Cecil Damon Card','Card',20,10,true,true,'CLIENT','bonus bAspdRate,5;\nbonus bHit,-30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4369,'Venatu_Card','Venatu Card','Card',20,10,true,true,'CLIENT','bonus bLuk,readparam(bAgi)/18;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4370,'Dimik_Card','Dimik Card','Card',20,10,true,true,'CLIENT','bonus bVit,getrefine()-5;');
|
||||
@ -660,7 +660,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`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4372,'Bacsojin_Card','White Lady Card','Card',20,10,true,true,true,true,'CLIENT','bonus bHealPower,30;\nbonus bUseSPrate,15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4373,'Chung_E_Card','Green Maiden Card','Card',20,10,true,true,'CLIENT','.@r = getrefine();\nbonus bLuk,.@r-5;\nbonus bCritical,.@r;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4374,'Apocalips_H_Card','Vesper Card','Card',20,10,true,true,true,true,'CLIENT','bonus bDex,2;\nbonus2 bIgnoreMdefClassRate,Class_Boss,30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4375,'Orc_Baby_Card','Orc Baby Card','Card',20,10,true,true,'CLIENT','.@i = (getrefine()>=9?15:10);\nbonus2 bSubEle,Ele_Neutral,.@i;\nbonus bFlee,.@i;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4375,'Orc_Baby_Card_Card','Orc Baby Card','Card',20,10,true,true,'CLIENT','.@i = (getrefine()>=9?15:10);\nbonus2 bSubEle,Ele_Neutral,.@i;\nbonus bFlee,.@i;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4376,'Lady_Tanee_Card','Lady Tanee Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,-40;\nbonus bMaxSPrate,50;\nbonus2 bAddMonsterDropItem,513,200;\nbonus2 bAddItemHealRate,513,100;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4377,'Green_Iguana_Card','Grove Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAddMonsterDropItem,12063,RC_Formless,50;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4378,'Acidus_Card','Gold Acidus Card','Card',20,10,true,true,'CLIENT','if (getrefine()<=4) {\n bonus bMaxHPrate,8;\n bonus bMaxSPrate,8;\n bonus bHPrecovRate,5;\n bonus bSPrecovRate,5;\n}\nelse {\n bonus bMaxHPrate,4;\n bonus bMaxSPrate,4;\n}');
|
||||
@ -696,11 +696,11 @@ 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`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4408,'Gloom_Under_Night_Card','Gloom Under Night Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEle,Ele_Holy,40;\nbonus2 bAddEle,Ele_Dark,40;\nbonus2 bAddRace,RC_Angel,40;\nbonus2 bAddRace,RC_Demon,40;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4409,'Agav_Card','Agav Card','Card',20,10,true,true,'CLIENT','bonus bMatkRate,5;\nbonus bDef,-10;\nif (BaseClass == Job_Mage)\n bonus bMaxSP,100;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4410,'Echio_Card','Echio Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,15;\nif (BaseClass == Job_Swordman)\n bonus bMaxHP,500;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4411,'Vanberk_Card','Vanberk Card','Card',20,10,true,true,true,true,'CLIENT','bonus bStr,2;\nautobonus "{ bonus bCritical,100; }",5,5000,0,"{ specialeffect2 EF_ENHANCE; }";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4411,'Vanberk_Card','Vanberk Card','Card',20,10,true,true,true,true,'CLIENT','bonus bStr,2;\nautobonus "{ bonus bCritical,100; }",5,5000,BF_NORMAL,"{ specialeffect2 EF_ENHANCE; }";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4412,'Isilla_Card','Isilla Card','Card',20,10,true,true,true,true,'CLIENT','bonus bInt,2;\nautobonus "{ bonus bVariableCastrate,-50; bonus bFlee,30; }",50,5000,BF_MAGIC,"{ specialeffect2 EF_SUFFRAGIUM; }";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4413,'Hodremlin_Card','Hodremlin Card','Card',20,10,true,true,'CLIENT','bonus2 bSubSize,Size_All,15;\nautobonus2 "{ bonus bFlee2,30; }",3,10000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_WIND; }";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4414,'Seeker_Card','Seeker Card','Card',20,10,true,true,'CLIENT','skill "MG_STONECURSE",1;\nbonus2 bResEff,Eff_Stone,3000;\nbonus bMdef,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4415,'Snowier_Card','Snowier Card','Card',20,10,true,true,true,'CLIENT','bonus2 bAddMonsterDropItem,536,500;\nbonus2 bAddItemHealRate,536,100;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4415,'Snowier_Card','Snowier Card','Card',20,10,true,true,true,'CLIENT','bonus2 bAddMonsterDropItem,536,2000;\nbonus2 bAddItemHealRate,536,100;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4416,'Siroma_Card','Siroma Card','Card',20,10,true,true,true,'CLIENT','bonus2 bSkillAtk,"MG_COLDBOLT",25;\nbonus2 bVariableCastrate,"MG_COLDBOLT",-25;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4417,'Ice_Titan_Card','Ice Titan Card','Card',20,10,true,true,'CLIENT','bonus bVit,2;\nautobonus2 "{ bonus bDef,10; }",3,10000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_FREEZED; }";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4418,'Gazeti_Card','Gazeti Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAutoSpell,"MG_COLDBOLT",2,100;');
|
||||
@ -712,10 +712,10 @@ 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`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4424,'Stapo_Card','Stapo Card','Card',20,10,true,true,true,'CLIENT','skill "TF_PICKSTONE",1;\nskill "TF_THROWSTONE",1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4425,'Atroce_Card','Atroce Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,25;\nautobonus "{ bonus bAspdRate,100; }",5,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4426,'Byorgue_Card','Byorgue Card','Card',20,10,true,true,'CLIENT','if (BaseJob == Job_Rogue) {\n bonus bMatkRate,10;\n bonus2 bAddClass,Class_All,10;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4427,'Sword_Guardian_Card','Sword Guardian Card','Card',20,10,true,true,'CLIENT','.@i = getiteminfo(getequipid(EQI_HAND_R),11);\nif (.@i == W_1HSWORD || .@i == W_2HSWORD) {\n bonus bHit,5;\n bonus bCritical,5;\n bonus2 bSkillAtk,62,25;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4427,'Sword_Guardian_Card','Sword Guardian Card','Card',20,10,true,true,'CLIENT','.@i = getiteminfo(getequipid(EQI_HAND_R),11);\nif (.@i == W_1HSWORD || .@i == W_2HSWORD) {\n bonus bHit,5;\n bonus bCritical,5;\n bonus2 bSkillAtk,"KN_BOWLINGBASH",25;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4428,'Bow_Guardian_Card','Bow Guardian Card','Card',20,10,true,true,'CLIENT','if (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOW) {\n bonus bHit,5;\n bonus bCritical,5;\n bonus2 bSkillAtk,"AC_SHOWER",50;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4429,'Salamander_Card','Salamander Card','Card',20,10,true,true,'CLIENT','bonus2 bSkillAtk,"WZ_FIREPILLAR",40;\nbonus2 bSkillAtk,"WZ_METEOR",40;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4430,'Ifrit_Card','Ifrit Card','Card',20,10,true,true,true,'CLIENT','bonus bBaseAtk,(JobLevel/10);\nbonus bCritical,(JobLevel/10);\nbonus bHit,(JobLevel/10);\nbonus3 bAutoSpellWhenHit,"NPC_EARTHQUAKE",10,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4430,'Ifrit_Card','Ifrit Card','Card',20,10,true,true,true,'CLIENT','bonus bBaseAtk,(JobLevel/10);\nbonus bCritical,(JobLevel/10);\nbonus bHit,(JobLevel/10);\nbonus3 bAutoSpellWhenHit,"NPC_EARTHQUAKE",2,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4431,'Kasa_Card','Kasa Card','Card',20,10,true,true,'CLIENT','bonus3 bAutoSpell,"MG_FIREBALL",5,20;\nbonus3 bAutoSpell,"MG_FIREBOLT",5,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4432,'Magmaring_Card','Magmaring Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,5;\nbonus2 bAddEle,Ele_Earth,10;\nbonus2 bCriticalAddRace,RC_Brute,15;\nbonus2 bCriticalAddRace,RC_Player_Doram,15;\nbonus2 bCriticalAddRace,RC_Plant,15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4433,'Imp_Card','Imp Card','Card',20,10,true,true,true,'CLIENT','bonus2 bSkillAtk,"MG_FIREBOLT",25;\nbonus2 bVariableCastrate,"MG_FIREBOLT",-25;');
|
||||
@ -731,7 +731,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`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4443,'Aqua_Elemental_Card','Aqua Elemental Card','Card',20,10,true,true,'CLIENT','bonus2 bSubDefEle,Ele_Water,20;\nbonus2 bAddEle,Ele_Water,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4444,'Draco_Card','Draco Card','Card',20,10,true,true,'CLIENT','bonus2 bSubDefEle,Ele_Earth,20;\nbonus2 bAddEle,Ele_Earth,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4445,'Luciola_Vespa_Card','Luciola Vespa Card','Card',20,10,true,true,'CLIENT','bonus2 bSubDefEle,Ele_Wind,20;\nbonus2 bAddEle,Ele_Wind,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4446,'Enhanced_Skeleton_Card','Enhanced Skeleton Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,15;\nbonus2 bAddEff,Eff_Stun,(BaseLevel>=100?300:200);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4446,'P_Skeleton_Card','Enhanced Skeleton Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,15;\nbonus2 bAddEff,Eff_Stun,(BaseLevel>=100?300:200);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4447,'Centipede_Card','Centipede Card','Card',20,10,true,true,'CLIENT','bonus2 bSubDefEle,Ele_Poison,20;\nbonus2 bAddEle,Ele_Poison,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4448,'Cornus_Card','Cornus Card','Card',20,10,true,true,'CLIENT','bonus2 bSubDefEle,Ele_Holy,20;\nbonus2 bAddEle,Ele_Holy,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4449,'Dark_Shadow_Card','Dark Shadow Card','Card',20,10,true,true,'CLIENT','bonus2 bSubDefEle,Ele_Dark,20;\nbonus2 bAddEle,Ele_Dark,5;');
|
||||
@ -743,16 +743,16 @@ 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`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`) VALUES (4455,'Light_Up_Card2','Light Up Card','Card',20,10,true,true,'CLIENT');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4456,'Nidhogg_Shadow_Card','Nidhoggur Shadow Card','Card',20,10,true,true,'CLIENT','bonus bInt,5;\nif (Class == Job_High_Wizard || Class == Job_Baby_Warlock || Class == Job_Warlock || Class == Job_Warlock_T)\n bonus bFixedCastrate,-50;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4457,'Nahtzigger_Card','Naght Sieger Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Ghost,30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4458,'Duneirre_Card','Duneyrr Card','Card',20,10,true,true,true,true,'CLIENT','bonus bBaseAtk,10;\nautobonus "{ bonus bFlee2,10; }",10,10000,0,"{ specialeffect2 EF_HASTEUP; }";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4458,'Duneirre_Card','Duneyrr Card','Card',20,10,true,true,true,true,'CLIENT','bonus bBaseAtk,10;\nautobonus "{ bonus bFlee2,10; }",10,4000,BF_NORMAL,"{ specialeffect2 EF_HASTEUP; }";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4459,'Lata_Card','Rata Card','Card',20,10,true,true,true,true,'CLIENT','bonus bMatk,10;\nautobonus "{ bonus bFixedCastrate,-50; }",5,4000,BF_MAGIC,"{ specialeffect2 EF_SUFFRAGIUM; }";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4460,'Ringco_Card','Rhyncho Card','Card',20,10,true,true,true,true,'CLIENT','bonus bHealPower,4;\nbonus2 bSkillUseSP,"AL_HEAL",-15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4461,'Pillar_Card','Phylla Card','Card',20,10,true,true,true,true,'CLIENT','bonus bDex,1;\nbonus bAgi,1;\nautobonus "{ bonus bCritical,20; }",15,4000,0,"{ specialeffect2 EF_ENHANCE; }";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4461,'Pillar_Card','Phylla Card','Card',20,10,true,true,true,true,'CLIENT','bonus bDex,1;\nbonus bAgi,1;\nautobonus "{ bonus bCritical,20; }",15,4000,BF_NORMAL,"{ specialeffect2 EF_ENHANCE; }";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4462,'Hardrock_Mommos_Card','Hardrock Mammoth Card','Card',20,10,true,true,'CLIENT','.@r = getrefine();\nbonus bDef,5;\nif (.@r>=12) {\n bonus bDef,20;\n bonus bMaxHPrate,10;\n}\nif (.@r>=14) {\n bonus bMaxHPrate,3;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4463,'Tendrilion_Card','Tendrilrion Card','Card',20,10,true,true,'CLIENT','bonus bCritical,5;\n.@r = getrefine();\nif (.@r>=12) {\n bonus bBaseAtk,35;\n}\nif (.@r>=14) {\n bonus bCritical,10;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4464,'Aunoe_Card','Aunoe Card','Card',20,10,true,true,'CLIENT','bonus bCritAtkRate,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4465,'Panat_Card','Fanat Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,10;\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSWORD) {\n .@r = getrefine();\n if (.@r>=10) {\n bonus bAspd,1;\n }\n if (.@r>=14) {\n bonus bAspd,1;\n }\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4466,'Beholder_Master_Card','Beholder Master Card','Card',20,10,true,true,'CLIENT','bonus bLongAtkRate,3;\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOW) {\n .@r = getrefine();\n if (.@r>=10) {\n bonus bAspd,1;\n }\n if (.@r>=14) {\n bonus bAspd,1;\n }\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4467,'Heavy_Metaling_Card','Heavy Metaling Card','Card',20,10,true,true,'CLIENT','bonus bStr,2;\nif (BaseClass == Job_Merchant) {\n bonus2 bSkillAtk,"MC_CARTREVOLUTION",50;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4467,'Heavy_Metaling_Card','Heavy Metaling Card','Card',20,10,true,true,'CLIENT','bonus bStr,2;\nif (BaseClass == Job_Merchant) {\n bonus2 bSkillAtk,"MC_CARTREVOLUTION",50;\n bonus2 bSkillUseSP,"MC_CARTREVOLUTION",-12;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4468,'Pinguicula_Dark_Card','Dark Pinguicula Card','Card',20,10,true,true,true,true,'CLIENT','bonus bBaseAtk,10;\nbonus2 bAddMonsterDropItem,7932,10;\nbonus2 bAddMonsterDropItem,7933,10;\nbonus2 bAddMonsterDropItem,7934,10;\nbonus2 bAddMonsterDropItem,7935,10;\nbonus2 bAddMonsterDropItem,7936,10;\nbonus2 bAddMonsterDropItem,7937,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4469,'Naga_Card','Naga Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Fish,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4470,'Nepenthes_Card','Nepenthes Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Plant,10;');
|
||||
@ -792,7 +792,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`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4504,'Sealed_Eddga_Card','Sealed Eddga Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,((getrefine()>14)?-35:-50);\nbonus bNoWalkDelay;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4505,'Scaraba_Card','Scaraba Card','Card',20,10,true,true,true,'CLIENT','bonus bMatk,20;\nbonus bMaxSPrate,-1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4506,'Dolomedes_Card','Dolomedes Card','Card',20,10,true,true,true,true,'CLIENT','bonus bDex,2;\nif (BaseClass == Job_Archer) {\n bonus bDex,getrefine()/3;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4507,'Q_Scaraba_Card','Queen Scaraba Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace2,RC2_SCARABA,30;\nbonus2 bAddMonsterDropItem,12806,30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4507,'Q_Scaraba_Card','Queen Scaraba Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace2,RC2_SCARABA,30;\nbonus2 bAddMonsterDropItem,12806,50;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4508,'Gold_Scaraba_Card','Gold Scaraba Card','Card',20,10,true,true,true,'CLIENT','bonus bBaseAtk,20;\nbonus bMaxHPrate,-1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4509,'Gold_Q_Scaraba_Card','Gold Queen Scaraba Card','Card',20,10,true,true,true,true,'CLIENT','bonus bInt,3;\nbonus2 bSubRace,RC_Insect,10;\nif (getrefine()>=9) {\n bonus2 bSubRace,RC_Insect,5;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4510,'Miming_Card','Miming Card','Card',20,10,true,true,'CLIENT','bonus3 bAutoSpell,"WM_LULLABY_DEEPSLEEP",1,30;');
|
||||
@ -805,7 +805,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`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4517,'Cendrawasih_Card','Cendrawasih Card','Card',20,10,true,true,true,true,'CLIENT','bonus bInt,2;\nif (BaseClass == Job_Mage) {\n bonus bInt,getrefine()/3;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4518,'Banaspaty_Card','Banaspaty Card','Card',20,10,true,true,'CLIENT','bonus3 bAddEff,Eff_Burning,500,ATF_TARGET;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4519,'Butoijo_Card','Butoijo Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace,RC_Angel,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4520,'Leak_Card','Leak Card','Card',20,10,true,true,'CLIENT','bonus bStr,3;\nbonus2 bAddEff,Eff_Confusion,5000;\nbonus3 bAddEff,Eff_Confusion,5000,ATF_TARGET;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4520,'Leak_Card','Leak Card','Card',20,10,true,true,'CLIENT','bonus bStr,3;\nbonus3 bAddEffWhenHit,Eff_Confusion,100,ATF_WEAPON|ATF_MAGIC;\nbonus3 bAddEffWhenHit,Eff_Fear,100,ATF_WEAPON|ATF_MAGIC;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4521,'Sedora_Card','Sedora Card','Card',20,10,true,true,'CLIENT','bonus bCritAtkRate,15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4522,'Sropho_Card','Sropho Card','Card',20,10,true,true,'CLIENT','bonus4 bAddEff,Eff_Crystalize,500,ATF_SHORT,3000;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4523,'Pot_Dofle_Card','Pot Dofle Card','Card',20,10,true,true,'CLIENT','bonus bDefEle,Ele_Water;\nbonus2 bSubRace,RC_Fish,10;');
|
||||
@ -845,11 +845,11 @@ 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`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4558,'Woodie_Card','Woodie Card','Card',20,10,true,true,'CLIENT','/* bonus bAllStats,2; only during event period */\nbonus2 bSubEle,Ele_Earth,20;\nbonus3 bAutoSpellWhenHit,"PR_KYRIE",max(2,getskilllv("PR_KYRIE")),20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4559,'M_Morocc_Card','Evil Morocc Card','Card',20,100,true,true,'CLIENT','bonus bAspd,1;\nbonus bMaxSPrate,-10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4560,'Clown_Card','Clown Alphoccio Card','Card',20,10,true,true,'CLIENT','skill "BA_POEMBRAGI",10;\nbonus bFlee,(readparam(bVit)>=110)?40:20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4561,'Professor_Card','Professor Celia Card','Card',20,10,true,true,'CLIENT','bonus bMatkRate,(readparam(bDex)>=110)?14:7;\nbonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",5,70,BF_MAGIC,0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4562,'Champion_Card','Champion Chen Card','Card',20,10,true,true,'CLIENT','bonus2 bAddClass,Class_All,(readparam(bAgi)>=110)?14:7;\nbonus5 bAutoSpellWhenHit,"MO_INVESTIGATE",5,70,BF_WEAPON,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4563,'Creator_Card','Creator Flamel Card','Card',20,10,true,true,'CLIENT','bonus bCritical,(readparam(bStr)>=110)?40:20;\nbonus5 bAutoSpellWhenHit,"AM_ACIDTERROR",5,70,BF_WEAPON,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4564,'Stalker_Card','Stalker Gertie Card','Card',20,10,true,true,'CLIENT','bonus bHit,(readparam(bLuk)>=110)?40:20;\nbonus5 bAutoSpellWhenHit,"ST_FULLSTRIP",1,70,BF_WEAPON,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4565,'Paladin_Card','Paladin Randel Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,(readparam(bInt)>=110)?20:10;\nbonus5 bAutoSpellWhenHit,"CR_GRANDCROSS",10,70,BF_WEAPON,0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4561,'Professor_Card','Professor Celia Card','Card',20,10,true,true,'CLIENT','bonus bMatkRate,(readparam(bDex)>=110)?14:7;\nbonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",5,100,BF_MAGIC,0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4562,'Champion_Card','Champion Chen Card','Card',20,10,true,true,'CLIENT','bonus2 bAddClass,Class_All,(readparam(bAgi)>=110)?14:7;\nbonus5 bAutoSpellWhenHit,"MO_INVESTIGATE",5,100,BF_WEAPON,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4563,'Creator_Card','Creator Flamel Card','Card',20,10,true,true,'CLIENT','bonus bCritical,(readparam(bStr)>=110)?40:20;\nbonus5 bAutoSpellWhenHit,"AM_ACIDTERROR",5,100,BF_WEAPON,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4564,'Stalker_Card','Stalker Gertie Card','Card',20,10,true,true,'CLIENT','bonus bHit,(readparam(bLuk)>=110)?40:20;\nbonus5 bAutoSpellWhenHit,"ST_FULLSTRIP",1,100,BF_WEAPON,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4565,'Paladin_Card','Paladin Randel Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,(readparam(bInt)>=110)?20:10;\nbonus5 bAutoSpellWhenHit,"CR_GRANDCROSS",10,100,BF_WEAPON,0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4566,'Gypsy_Card','Gypsy Trentini Card','Card',20,10,true,true,'CLIENT','skill "DC_FORTUNEKISS",10;\nbonus bFlee,(readparam(bVit)>=110)?40:20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4567,'Alphoccio_Card','Alphoccio Card','Card',20,10,true,true,'CLIENT','bonus bFlee,10;\nif (BaseJob == Job_Bard) {\n bonus bMaxHPrate,10;\n bonus bMaxSPrate,5;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4568,'Ceila_Card','Celia Card','Card',20,10,true,true,'CLIENT','bonus bFlee,10;\nskill "SA_ABRACADABRA",1;');
|
||||
@ -862,7 +862,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`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4575,'Soheon_Card','Armed Guard Soheon Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,10;\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_DAGGER) {\n .@r = getrefine();\n if (.@r>=10) {\n bonus bAspd,1;\n }\n if (.@r>=14) {\n bonus bAspd,1;\n }\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4576,'Gioia_Card','Gioia Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Wind,100;\nbonus2 bMagicAtkEle,Ele_Ghost,100;\nbonus2 bSubEle,Ele_All,-30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4577,'Elvira_Card','Elvira Card','Card',20,10,true,true,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Wind,20;\nbonus2 bMagicAtkEle,Ele_Ghost,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4578,'Pyuriel_Card','Angry Student Pyuriel Card','Card',20,10,true,true,'CLIENT','bonus bCritAtkRate,30;\nbonus2 bSubRace,RC_All,-10;\nbonus2 bSubRace,RC_Player_Human,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4578,'Pyuriel_Card','Angry Student Pyuriel Card','Card',20,10,true,true,'CLIENT','bonus bCritAtkRate,30;\nbonus2 bSubRace,RC_All,-10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4579,'Lora_Card','Warrior Lola Card','Card',20,10,true,true,'CLIENT','if (getiteminfo(getequipid(EQI_HAND_R),11) == W_MACE) {\n bonus bBaseAtk,20;\n bonus bCritical,10;\n}\n.@r = getrefine();\nbonus bBaseAtk,.@r;\nbonus bCritical,.@r;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4580,'Kades_Card','Dark Guardian Kades Card','Card',20,10,true,true,'CLIENT','bonus2 bSubEle,Ele_Water,50;\nbonus2 bSubEle,Ele_Earth,50;\nbonus2 bSubEle,Ele_Fire,50;\nbonus2 bSubEle,Ele_Wind,50;\nbonus2 bSubEle,Ele_Dark,50;\nbonus2 bSubEle,Ele_Undead,50;\nbonus2 bSubEle,Ele_Holy,-100;\nbonus2 bSubEle,Ele_Ghost,-100;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4581,'Rudo_Card','Rudo Card','Card',20,10,true,true,'CLIENT','autobonus "{ bonus bAgi,44; heal 0,-40; }",500,3000,0,"{ sc_start SC_SPEEDUP1,3000,50; }";');
|
||||
@ -871,12 +871,12 @@ 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`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4584,'Manananggal_Card','Manananggal Card','Card',20,10,true,true,'CLIENT','bonus bSPDrainValue,1;\nbonus bMaxSPrate,-1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4585,'Mangkukulam_Card','Mangkukulam Card','Card',20,10,true,true,'CLIENT','bonus bMaxSPrate,10;\nbonus bHPGainValue,-666;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4586,'Tikbalang_Card','Tikbalang Card','Card',20,10,true,true,true,true,'CLIENT','bonus bMatk,10;\nbonus2 bMagicAtkEle,Ele_Wind,(getrefine()>=9)?10:5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4587,'Tiyanak_Card','Tiyanak Card','Card',20,10,true,true,true,'CLIENT','bonus2 bCriticalAddRace,RC_Brute,12;\nbonus2 bCriticalAddRace,RC_Player_Doram,12;\nbonus2 bCriticalAddRace,RC_Fish,12;\nbonus2 bCriticalAddRace,RC_DemiHuman,12;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4587,'Tiyanak_Card','Tiyanak Card','Card',20,10,true,true,true,'CLIENT','bonus2 bCriticalAddRace,RC_DemiHuman,12;\nbonus2 bCriticalAddRace,RC_Player_Human,12;\nbonus2 bCriticalAddRace,RC_Brute,12;\nbonus2 bCriticalAddRace,RC_Player_Doram,12;\nbonus2 bCriticalAddRace,RC_Fish,12;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4588,'Wakwak_Card','Wakwak Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,5*readparam(bStr)/10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4589,'Jejeling_Card','Jejeling Card','Card',20,10,true,true,'CLIENT','bonus bMaxHP,200*readparam(bVit)/10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4590,'Bangungot_Card','Bangungot Card','Card',20,10,true,true,'CLIENT','bonus bInt,4;\nbonus5 bAutoSpellWhenHit,"NPC_WIDESLEEP",5,70,BF_MAGIC,0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4591,'Bakonawa_Card','Bakonawa Card','Card',20,10,true,true,'CLIENT','bonus bStr,4;\nbonus5 bAutoSpellWhenHit,"NPC_WIDEBLEEDING",5,70,BF_WEAPON,0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4592,'Buwaya_Card','Buwaya Card','Card',20,10,true,true,'CLIENT','bonus bVit,4;\nbonus5 bAutoSpellWhenHit,"NPC_WIDESTONE",5,70,BF_MAGIC,0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4590,'Bangungot_Card','Bangungot Card','Card',20,10,true,true,'CLIENT','bonus bInt,4;\nbonus5 bAutoSpellWhenHit,"NPC_WIDESLEEP",4,20,BF_MAGIC,0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4591,'Bakonawa_Card','Bakonawa Card','Card',20,10,true,true,'CLIENT','bonus bStr,4;\nbonus5 bAutoSpellWhenHit,"NPC_WIDEBLEEDING",4,20,BF_WEAPON,0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4592,'Buwaya_Card','Buwaya Card','Card',20,10,true,true,'CLIENT','bonus bVit,4;\nbonus5 bAutoSpellWhenHit,"NPC_WIDESTONE",4,20,BF_MAGIC,0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4593,'Menblatt_Card','Menblatt Card','Card',20,10,true,true,'CLIENT','bonus bLongAtkRate,readparam(bDex)/10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4594,'Petal_Card','Petal Card','Card',20,10,true,true,'CLIENT','bonus bCritAtkRate,2*(readparam(bLuk)/10);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4595,'Cenere_Card','Cenere Card','Card',20,10,true,true,'CLIENT','bonus bAspdRate,2*(readparam(bAgi)/10);');
|
||||
@ -887,30 +887,30 @@ 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`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4600,'LichternG_Card','Lichtern Yellow Card','Card',20,10,true,true,true,true,'CLIENT','bonus bMatk,10;\nbonus2 bMagicAtkEle,Ele_Earth,(getrefine()>=9)?10:5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4601,'Amdarais_Card','Amdarais Card','Card',20,10,true,true,'CLIENT','bonus2 bAddClass,Class_All,15;\nbonus bMatkRate,15;\nbonus2 bHPLossRate,666,4000;\nbonus2 bSPLossRate,66,4000;','heal -6666,-666;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4602,'AmdaraisH_Card','Realized Amdarais Card','Card',20,10,true,true,'CLIENT','bonus2 bAddClass,Class_All,20;\nbonus bMatkRate,20;\nbonus2 bHPLossRate,666,6000;\nbonus2 bSPLossRate,66,6000;','heal -6666,-666;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4603,'CorruptionRoot_Card','Corruption Root Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,20;\nbonus5 bAutoSpell,"NPC_WIDESTONE",1,70,BF_WEAPON,0;\nbonus5 bAutoSpell,"NPC_WIDESLEEP",1,70,BF_WEAPON,0;\nbonus5 bAutoSpell,"NPC_WIDECURSE",1,70,BF_WEAPON,0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4604,'CorruptionRootH_Card','Realized Corruption Root Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,30;\nbonus5 bAutoSpell,"NPC_WIDESTONE",2,70,BF_WEAPON,0;\nbonus5 bAutoSpell,"NPC_WIDESLEEP",2,70,BF_WEAPON,0;\nbonus5 bAutoSpell,"NPC_WIDECURSE",2,70,BF_WEAPON,0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4603,'CorruptionRoot_Card','Corruption Root Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,20;\nbonus5 bAutoSpell,"NPC_WIDESTONE",1,50,BF_WEAPON,0;\nbonus5 bAutoSpell,"NPC_WIDESLEEP",1,50,BF_WEAPON,0;\nbonus5 bAutoSpell,"NPC_WIDECURSE",1,50,BF_WEAPON,0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4604,'CorruptionRootH_Card','Realized Corruption Root Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,30;\nbonus5 bAutoSpell,"NPC_WIDESTONE",2,50,BF_WEAPON,0;\nbonus5 bAutoSpell,"NPC_WIDESLEEP",2,50,BF_WEAPON,0;\nbonus5 bAutoSpell,"NPC_WIDECURSE",2,50,BF_WEAPON,0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4605,'UndeadKnightM_Card','Agony Of Royal Knight Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,-44;\nbonus bHPGainValue,200+10*getrefine();');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4606,'UndeadKnightF_Card','Grudge of Royal Knight Card','Card',20,10,true,true,'CLIENT','bonus bMaxSPrate,-44;\nbonus bSPGainValue,20+(getrefine()/2);','heal 0,-444;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4607,'FaithfulManager_Card','Faithful Manager Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,5;\nbonus bMatk,5;\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOOK) {\n .@r = getrefine();\n if (.@r>=10) {\n bonus bBaseAtk,20;\n bonus bMatk,20;\n }\n if (.@r>=14) {\n bonus bBaseAtk,20;\n bonus bMatk,20;\n }\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4608,'White_Knight_Card','White Knight Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,15;\nbonus2 bAddSize,Size_Medium,20;\nbonus2 bAddSize,Size_Large,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4609,'Khalitzburg_Knight_Card','Khalitzburg Knight Card','Card',20,10,true,true,'CLIENT','bonus bDef,20;\nbonus2 bSubSize,Size_Medium,25;\nbonus2 bSubSize,Size_Large,25;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4608,'White_Knightage_Card','White Knight Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,15;\nbonus2 bAddSize,Size_Medium,20;\nbonus2 bAddSize,Size_Large,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4609,'Khaliz_Knightage_Card','Khalitzburg Knight Card','Card',20,10,true,true,'CLIENT','bonus bDef,20;\nbonus2 bSubSize,Size_Medium,25;\nbonus2 bSubSize,Size_Large,25;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4610,'Sarah_Card','Sarah Card','Card',10,10,true,true,'CLIENT','bonus bAbsorbDmgMaxHP,100;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4625,'Time_Holder_Card','Time Holder Card','Card',10,10,true,true,'CLIENT','bonus bMatkRate,20;\nbonus bUseSPrate,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4625,'Timeholder_Card','Time Holder Card','Card',10,10,true,true,'CLIENT','bonus bMatkRate,20;\nbonus bUseSPrate,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4626,'Big_Ben_Card','Big Ben Card','Card',10,10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Formless,5;\nbonus2 bMagicAddRace,RC_Demon,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4627,'Big_Bell_Card','Big Bell Card','Card',10,10,true,true,'CLIENT','bonus2 bAddRace,RC_Formless,10;\nbonus2 bAddRace,RC_Demon,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4628,'Neo_Punk_Card','Neo Punk Card','Card',10,10,true,true,'CLIENT','bonus2 bSubRace,RC_Formless,20;\nbonus2 bSubRace,RC_Demon,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4629,'Arc_Elder_Card','Arc Elder Card','Card',10,10,true,true,'CLIENT','bonus2 bSubEle,Ele_Neutral,15;\nbonus2 bMagicAtkEle,Ele_Earth,getrefine()*3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4630,'Nightmare_Timer_Keeper_Card','Nightmare Timer Keeper Card','Card',10,10,true,true,'CLIENT','bonus3 bAutoSpell,"NPC_WIDECURSE",2,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4630,'Time_Keeper_Card','Nightmare Timer Keeper Card','Card',10,10,true,true,'CLIENT','bonus3 bAutoSpell,"NPC_WIDECURSE",2,30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4631,'Owl_Viscount_Card','Owl Viscount Card','Card',10,10,true,true,true,'CLIENT','bonus bAspdRate,3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4632,'Owl_Marquees_Card','Owl Marquees Card','Card',10,10,true,true,true,'CLIENT','bonus5 bAutoSpell,"SA_VIOLENTGALE",(getskilllv("SA_VIOLENTGALE") == 5?5:1),1,BF_WEAPON,0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4633,'Enhanced_Archer_Skeleton_Card','Enhanced Archer Skeleton Card','Card',20,10,true,true,'CLIENT','bonus bLongAtkRate,(BaseLevel>=100?12:10);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4634,'Enhanced_Soldier_Skeleton_Card','Enhanced Soldier Skeleton Card','Card',20,10,true,true,'CLIENT','if (BaseLevel<100) {\n bonus bCritical,9;\n}\nelse {\n bonus bCritical,10;\n bonus bCritAtkRate,5;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4635,'Enhanced_Amdarais_Card','Enhanced Amdarais Card','Card',20,10,true,true,'CLIENT','.@r = getrefine();\nbonus bDef,(.@r*10);\nbonus bFlee,(.@r*-2);\nif (BaseLevel>=100)\n bonus bMaxHP,500;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4632,'Owl_Marquees_Card','Owl Marquees Card','Card',10,10,true,true,true,'CLIENT','bonus5 bAutoSpell,"SA_VIOLENTGALE",(getskilllv("SA_VIOLENTGALE") == 5?5:1),20,BF_WEAPON,0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4633,'P_Archer_Skeleton_Card','Enhanced Archer Skeleton Card','Card',20,10,true,true,'CLIENT','bonus bLongAtkRate,(BaseLevel>=100?12:10);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4634,'P_Soldier_Skeleton_Card','Enhanced Soldier Skeleton Card','Card',20,10,true,true,'CLIENT','if (BaseLevel<100) {\n bonus bCritical,9;\n}\nelse {\n bonus bCritical,10;\n bonus bCritAtkRate,5;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4635,'P_Amdarais_Card','Enhanced Amdarais Card','Card',20,10,true,true,'CLIENT','.@r = getrefine();\nbonus bDef,(.@r*10);\nbonus bFlee,(.@r*-2);\nif (BaseLevel>=100)\n bonus bMaxHP,500;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4636,'Bijou_Card','Bijou Card','Card',20,10,true,true,'CLIENT','bonus2 bResEff,Eff_Freeze,10000;\nbonus2 bAddClass,Class_All,10;\nbonus bMatkRate,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4637,'Immortal_Corps_Card','Immortal Corps Card','Card',20,10,true,true,'CLIENT','bonus bHPGainValue,50;\nbonus bSPGainValue,5;\nbonus bNoRegen,1;\nbonus bNoRegen,2;','heal -1000,-100;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4637,'Immotal_Corps_Card','Immortal Corps Card','Card',20,10,true,true,'CLIENT','bonus bHPGainValue,50;\nbonus bSPGainValue,5;\nbonus bNoRegen,1;\nbonus bNoRegen,2;','heal -1000,-100;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4638,'Watcher_Card','Watcher Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,30;\nbonus bSPDrainValue,-5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4639,'Taffy_Card','Taffy Card','Card',20,10,true,true,true,'CLIENT','bonus2 bAddClass,Class_All,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4640,'Frozen_Wolf_Card','Frozen Wolf Card','Card',20,10,true,true,true,'CLIENT','bonus bMatkRate,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4639,'Tappy_Card','Taffy Card','Card',20,10,true,true,true,'CLIENT','bonus2 bAddClass,Class_All,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4640,'Frozenwolf_Card','Frozen Wolf Card','Card',20,10,true,true,true,'CLIENT','bonus bMatkRate,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4641,'Zombie_Guard_Card','Zombie Guard Card','Card',20,10,true,true,'CLIENT','bonus bNoRegen,2;\nbonus bSPDrainValue,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4642,'Min_Toad_Card','Infinite Toad Card','Card',20,10,true,true,'CLIENT','.@r = getrefine();\nif (.@r>6) {\n .@b += 2;\n if (.@r>8)\n .@b += 3;\n}\nbonus bFlee2,2+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4643,'Min_Vagabond_Wolf_Card','Infinite Vagabond Wolf Card','Card',20,10,true,true,'CLIENT','.@r = getrefine();\nif (.@r>6) {\n .@b += 10;\n if (.@r>8)\n .@b += 15;\n}\nbonus bBaseAtk,10+.@b;');
|
||||
@ -922,52 +922,52 @@ 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`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4649,'Min_Phreeoni_Card','Infinite Phreeoni Card','Card',20,10,true,true,'CLIENT','bonus bCritical,100;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4650,'Min_Orc_Hero_Card','Infinite Orc Hero Card','Card',20,10,true,true,true,true,'CLIENT','bonus bVit,3;\nbonus3 bAddEffWhenHit,Eff_Stun,10000,ATF_MAGIC;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4651,'Min_Tao_Gunka_Card','Infinite Tao Gunka Card','Card',20,10,true,true,'CLIENT','bonus bMaxHP,10000;\nbonus bAgi,-10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4652,'N_Amon_Ra_Card','Nightmare Amon Ra Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Demon,50;\nbonus2 bMagicAddRace,RC_Undead,50;\nbonus2 bMagicAddEle,Ele_Dark,50;\nbonus2 bMagicAddEle,Ele_Undead,50;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4653,'N_Arclouse_Card','Nightmare Arclouse Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_Brute,20;\nbonus2 bSubRace,RC_Player_Doram,20;\nbonus2 bSubRace,RC_Undead,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4654,'N_Mimic_Card','Nightmare Mimic Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Brute,5;\nbonus2 bMagicAddRace,RC_Player_Doram,5;\nbonus2 bMagicAddRace,RC_Undead,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4655,'N_Minorous_Card','Nightmare Minorous Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace,RC_Brute,10;\nbonus2 bAddRace,RC_Player_Doram,10;\nbonus2 bAddRace,RC_Undead,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4656,'N_Mummy_Card','Nightmare Mummy Card','Card',20,10,true,true,'CLIENT','/* Unofficial chance */\nbonus3 bAutoSpellWhenHit,"NPC_WIDESLEEP",2,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4657,'N_Ancient_Mummy_Card','Nightmare Ancient Mummy Card','Card',20,10,true,true,'CLIENT','bonus2 bSubEle,Ele_Neutral,15;\nbonus2 bMagicAtkEle,Ele_Fire,getrefine()*3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4658,'N_Verit_Card','Nightmare Verit Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAddClass,Class_All,5;\nif (getrefine()>6) {\n bonus2 bMagicAddClass,Class_All,3;\n}\nif (getrefine()>8) {\n bonus2 bMagicAddClass,Class_All,2;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4652,'Grave_Amon_Ra_Card','Nightmare Amon Ra Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Demon,50;\nbonus2 bMagicAddRace,RC_Undead,50;\nbonus2 bMagicAddEle,Ele_Dark,50;\nbonus2 bMagicAddEle,Ele_Undead,50;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4653,'Grave_Arclouse_Card','Nightmare Arclouse Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_Brute,20;\nbonus2 bSubRace,RC_Player_Doram,20;\nbonus2 bSubRace,RC_Undead,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4654,'Grave_Mimic_Card','Nightmare Mimic Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Brute,5;\nbonus2 bMagicAddRace,RC_Player_Doram,5;\nbonus2 bMagicAddRace,RC_Undead,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4655,'Grave_Minorous_Card','Nightmare Minorous Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace,RC_Brute,10;\nbonus2 bAddRace,RC_Player_Doram,10;\nbonus2 bAddRace,RC_Undead,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4656,'Grave_Mummy_Card','Nightmare Mummy Card','Card',20,10,true,true,'CLIENT','/* Unofficial chance */\nbonus3 bAutoSpellWhenHit,"NPC_WIDESLEEP",2,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4657,'Grave_A_Mummy_Card','Nightmare Ancient Mummy Card','Card',20,10,true,true,'CLIENT','bonus2 bSubEle,Ele_Neutral,15;\nbonus2 bMagicAtkEle,Ele_Fire,getrefine()*3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4658,'Grave_Verit_Card','Nightmare Verit Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAddClass,Class_All,5;\nif (getrefine()>6) {\n bonus2 bMagicAddClass,Class_All,3;\n}\nif (getrefine()>8) {\n bonus2 bMagicAddClass,Class_All,2;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (4659,'Eggring_Card','Eggring Card','Card',20,10,true,'CLIENT','bonus bLuk,2;\nbonus bMaxHP,50;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (4660,'Scout_Basilisk_Card','Scout Basilisk Card','Card',20,10,true,'CLIENT','bonus2 bSubSize,Size_Small,5;\nbonus2 bSubSize,Size_Medium,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (4661,'Charge_Basilisk_Card','Charge Basilisk Card','Card',20,10,true,'CLIENT','bonus2 bSubSize,Size_Medium,20;\nbonus2 bSubSize,Size_Large,20;\nbonus2 bSubSize,Size_Small,-15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (4660,'Basilisk1_Card','Scout Basilisk Card','Card',20,10,true,'CLIENT','bonus2 bSubSize,Size_Small,5;\nbonus2 bSubSize,Size_Medium,5;\nbonus2 bMagicSubSize,Size_Small,5;\nbonus2 bMagicSubSize,Size_Medium,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (4661,'Basilisk2_Card','Charge Basilisk Card','Card',20,10,true,'CLIENT','bonus2 bSubSize,Size_Medium,20;\nbonus2 bSubSize,Size_Large,20;\nbonus2 bSubSize,Size_Small,-15;\nbonus2 bMagicSubSize,Size_Medium,20;\nbonus2 bMagicSubSize,Size_Large,20;\nbonus2 bMagicSubSize,Size_Small,-15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (4662,'Big_Eggring_Card','Big Eggring Card','Card',20,10,true,'CLIENT','bonus bBaseAtk,25-5*min(readParam(bStr)/10,5);\nbonus bMatk,25-5*min(readParam(bInt)/10,5);\nbonus bAspdRate,10-2*min(readParam(bAgi)/10,5);\nbonus bMaxHP,1000-200*min(readParam(bVit)/10,5);\nbonus bLongAtkRate,5-1*min(readParam(bDex)/10,5);\nbonus bCritAtkRate,10-2*min(readParam(bLuk)/10,5);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (4663,'Leaf_Lunatic_Card','Leaf Lunatic Card','Card',20,10,true,'CLIENT','bonus bMaxSP,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (4664,'Grass_Fabre_Card','Grass Fabre Card','Card',20,10,true,'CLIENT','bonus bLuk,1;\nbonus bMaxHP,100;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (4665,'Wild_Hornet_Card','Wild Hornet Card','Card',20,10,true,'CLIENT','bonus bBaseAtk,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (4666,'Sweet_Roda_Frog_Card','Sweet Roda Frog Card','Card',20,10,true,'CLIENT','bonus bMaxSP,10;\nbonus bMaxHP,300;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (4665,'Wild_Honet_Card','Wild Hornet Card','Card',20,10,true,'CLIENT','bonus bBaseAtk,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (4666,'Sw_Roda_Frog_Card','Sweet Roda Frog Card','Card',20,10,true,'CLIENT','bonus bMaxSP,10;\nbonus bMaxHP,300;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (4667,'Hunter_Wolf_Card','Hunter Wolf Card','Card',20,10,true,'CLIENT','bonus bMaxSP,30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (4668,'Trance_Spore_Card','Trance Spore Card','Card',20,10,true,true,true,'CLIENT','bonus bVit,1;\nbonus bInt,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (4669,'Jungle_Mandragora_Card','Jungle Mandragora Card','Card',20,10,true,'CLIENT','.@r = getrefine();\nbonus2 bAddEle,Ele_Wind,((.@r>=9)?7:((.@r>=7)?5:3));');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (4670,'Fruit_Pom_Spider_Card','Fruit Pom Spider Card','Card',20,10,true,'CLIENT','.@r = getrefine();\nbonus2 bAddEle,Ele_Fire,((.@r>=9)?7:((.@r>=7)?5:3));');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4671,'V_Celia_Card','Sorcerer Celia Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) {\n bonus bMaxHPrate,10;\n bonus bMatkRate,10;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4672,'V_Chen_Card','Sura Chen Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Monk) {\n bonus bMaxHPrate,10;\n bonus2 bAddClass,Class_All,10;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4673,'V_Alphoccio_Card','Minstel Alphoccio Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Bard) {\n bonus bMaxHPrate,15;\n bonus bMaxSPrate,10;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4674,'V_Eremes_Card','Guillotine Cross Eremes Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Assassin) {\n bonus bFlee2,10;\n bonus2 bAddClass,Class_All,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4675,'V_Magaleta_Card','Arch Bishop Magaleta Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Priest) {\n bonus bMaxHPrate,10;\n bonus bHealPower,10;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4676,'V_Shecil_Card','Ranger Cecil Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) {\n bonus bCritical,20;\n bonus bLongAtkRate,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4677,'V_Howard_Card','Mechanic Howard Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Blacksmith) {\n bonus bHit,20;\n bonus2 bAddClass,Class_All,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4678,'V_Katrinn_Card','Warlock Kathryne Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) {\n bonus bMdef,80;\n bonus bMatkRate,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4679,'V_Seyren_Card','Rune Knight Seyren Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Knight) {\n bonus bAspd,2;\n bonus2 bAddClass,Class_All,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4680,'V_Randel_Card','Royal Guard Randel Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) {\n bonus bDef,350;\n bonus2 bAddClass,Class_All,10;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4681,'V_Flamel_Card','Genetic Flamel Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) {\n bonus bFlee,20;\n bonus2 bAddClass,Class_All,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4682,'V_Gertie_Card','Shadow Chaser Gertie Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue) {\n bonus2 bAddClass,Class_All,5;\n bonus bMatkRate,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4683,'V_Trentini_Card','Wanderer Trentini Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Dancer) {\n bonus bMaxHPrate,10;\n bonus bMaxSPrate,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4684,'V_B_Eremes_Card','True Eremes Guile Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"GC_CROSSIMPACT",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4685,'V_B_Magaleta_Card','True Margaretha Sorin Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"AB_ADORAMUS",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4686,'V_B_Katrinn_Card','True Kathryne Keyron Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"WL_CRIMSONROCK",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4687,'V_B_Shecil_Card','True Cecil Damon Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"RA_CLUSTERBOMB",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4688,'V_B_Harword_Card','True Howard Alt-Eisen Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"NC_AXETORNADO",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4689,'V_B_Seyren_Card','True Seyren Windsor Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"RK_IGNITIONBREAK",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4690,'V_B_Randel_Card','True Randel Lawrence Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"LG_EARTHDRIVE",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4691,'V_B_Flamel_Card','True Flamel Emure Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"GN_CART_TORNADO",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4692,'V_B_Celia_Card','True Celia Alde Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"SO_VARETYR_SPEAR",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4693,'V_B_Chen_Card','True Chen Liu Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"SR_RAMPAGEBLASTER",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4694,'V_B_Gertie_Card','True Gertie Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"SC_FEINTBOMB",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4695,'V_B_Trentini_Card','True Trentini Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4696,'V_B_Alphoccio_Card','True Alphoccio Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"WM_REVERBERATION",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (4697,'Charleston3_Card','Charleston3 Card','Card',20,10,true,'CLIENT','bonus bMaxSP,-300;\nbonus bBreakArmorRate,1500;\n/* Custom rate [Secret] */');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (4669,'Ju_Mandragora_Card','Jungle Mandragora Card','Card',20,10,true,'CLIENT','.@r = getrefine();\nbonus2 bAddEle,Ele_Wind,((.@r>=9)?7:((.@r>=7)?5:3));');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (4670,'Fru_Pom_Spider_Card','Fruit Pom Spider Card','Card',20,10,true,'CLIENT','.@r = getrefine();\nbonus2 bAddEle,Ele_Fire,((.@r>=9)?7:((.@r>=7)?5:3));');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4671,'Sorcerer_Card','Sorcerer Celia Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) {\n bonus bMaxHPrate,10;\n bonus bMatkRate,10;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4672,'Sura_Card','Sura Chen Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Monk) {\n bonus bMaxHPrate,10;\n bonus2 bAddRace,RC_All,10;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4673,'Minstrel_Card','Minstel Alphoccio Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Bard) {\n bonus bMaxHPrate,15;\n bonus bMaxSPrate,10;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4674,'GuillotineCross_Card','Guillotine Cross Eremes Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Assassin) {\n bonus bFlee2,10;\n bonus2 bAddRace,RC_All,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4675,'Archbishop_Card','Arch Bishop Magaleta Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Priest) {\n bonus bMaxHPrate,10;\n bonus bHealPower,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4676,'Ranger_Card','Ranger Cecil Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) {\n bonus bCritical,20;\n bonus bLongAtkRate,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4677,'Mechanic_Card','Mechanic Howard Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Blacksmith) {\n bonus bHit,20;\n bonus2 bAddRace,RC_All,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4678,'Warlock_Card','Warlock Kathryne Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) {\n bonus bMdef,80;\n bonus bMatkRate,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4679,'RuneKnight_Card','Rune Knight Seyren Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Knight) {\n bonus bAspd,2;\n bonus2 bAddRace,RC_All,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4680,'RoyalGuard_Card','Royal Guard Randel Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) {\n bonus bDef,350;\n bonus2 bAddRace,RC_All,10;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4681,'Genetic_Card','Genetic Flamel Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) {\n bonus bFlee,20;\n bonus2 bAddRace,RC_All,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4682,'ShadowChaser_Card','Shadow Chaser Gertie Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue) {\n bonus bMatkRate,15;\n bonus2 bAddRace,RC_All,5;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4683,'Wanderer_Card','Wanderer Trentini Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Dancer) {\n bonus bMaxHPrate,10;\n bonus bMaxSPrate,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4684,'Real_Eremes_Card','True Eremes Guile Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"GC_CROSSIMPACT",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4685,'Real_Magaleta_Card','True Margaretha Sorin Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"AB_ADORAMUS",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4686,'Real_Katrinn_Card','True Kathryne Keyron Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"WL_CRIMSONROCK",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4687,'Real_Shecil_Card','True Cecil Damon Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"RA_CLUSTERBOMB",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4688,'Real_Harword_Card','True Howard Alt-Eisen Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"NC_AXETORNADO",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4689,'Real_Seyren_Card','True Seyren Windsor Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"RK_IGNITIONBREAK",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4690,'Real_Randel_Card','True Randel Lawrence Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"LG_EARTHDRIVE",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4691,'Real_Flamel_Card','True Flamel Emure Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"GN_CART_TORNADO",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4692,'Real_Ceila_Card','True Celia Alde Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"SO_VARETYR_SPEAR",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4693,'Real_Chen_Card','True Chen Liu Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"SR_RAMPAGEBLASTER",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4694,'Real_Gertie_Card','True Gertie Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"SC_FEINTBOMB",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4695,'Real_Trentini_Card','True Trentini Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4696,'Real_Alphoccio_Card','True Alphoccio Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"WM_REVERBERATION",20+.@b;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (4697,'Charleston_Card','Charleston3 Card','Card',20,10,true,'CLIENT','bonus bBreakArmorRate,5000;\nbonus bMaxSP,-300;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (4698,'Step_Card','Step Card','Card',20,10,true,'CLIENT','bonus2 bSkillAtk,"NC_AXEBOOMERANG",30+((getrefine() >= 10)*30);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (4699,'Rock_Step_Card','Rock Step Card','Card',20,10,true,'CLIENT','bonus2 bSkillAtk,"NC_ARMSCANNON",20+((getrefine()>=10)*20);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (4700,'Strength1','STR+1','Card',20,10,'bonus bStr,1;');
|
||||
@ -1263,12 +1263,12 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VAL
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (4991,'Reactor_A_ASPD','ASPD Supplement Reactor','Card','bonus bAspd,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (4992,'HPdrain1','HP Absorb 1','Card','bonus2 bHPDrainRate,10,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (4993,'SPdrain1','SP Absorb 1','Card','bonus2 bSPDrainRate,10,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (4994,'Rune_of_Strength_Lv_1','Rune of Strength Lv 1','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bStr,5;\n}\nif (.@r>=10) {\n bonus2 bAddClass,Class_All,5;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (4995,'Rune_of_Strength_Lv_2','Rune of Strength Lv 2','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bStr,6;\n}\nif (.@r>=11) {\n bonus bStr,1;\n bonus2 bAddClass,Class_All,7;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (4996,'Rune_of_Strength_Lv_3','Rune of Strength_Lv 3','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bStr,7;\n}\nif (.@r>=12) {\n bonus bStr,1;\n bonus2 bAddClass,Class_All,8;\n}\nif (.@r>=13) {\n bonus bStr,1;\n bonus2 bAddClass,Class_All,2;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (4997,'Rune_of_Agility_Lv_1','Rune of Agility Lv 1','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bAgi,5;\n}\nif (.@r>=10) {\n bonus bFlee2,5;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (4998,'Rune_of_Agility_Lv_2','Rune of Agility Lv 2','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bAgi,6;\n}\nif (.@r>=11) {\n bonus bAgi,1;\n bonus bFlee2,7;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (4999,'Rune_of_Agility_Lv_3','Rune of Agility Lv 3','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bAgi,7;\n}\nif (.@r>=12) {\n bonus bAgi,1;\n bonus bFlee2,5;\n}\nif (.@r>=13) {\n bonus bAgi,1;\n bonus bFlee2,5;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (4994,'Neev_STR_1','Rune of Strength Lv 1','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bStr,5;\n}\nif (.@r>9) {\n bonus2 bAddRace,RC_All,5;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (4995,'Neev_STR_2','Rune of Strength Lv 2','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bStr,6;\n}\nif (.@r>=11) {\n bonus bStr,1;\n bonus2 bAddRace,RC_All,7;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (4996,'Neev_STR_3','Rune of Strength_Lv 3','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bStr,7;\n}\nif (.@r>=12) {\n bonus bStr,1;\n bonus2 bAddRace,RC_All,8;\n}\nif (.@r>=13) {\n bonus bStr,1;\n bonus2 bAddRace,RC_All,2;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (4997,'Neev_AGI_1','Rune of Agility Lv 1','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bAgi,5;\n}\nif (.@r>=10) {\n bonus bFlee2,5;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (4998,'Neev_AGI_2','Rune of Agility Lv 2','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bAgi,6;\n}\nif (.@r>=11) {\n bonus bAgi,1;\n bonus bFlee2,7;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (4999,'Neev_AGI_3','Rune of Agility Lv 3','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bAgi,7;\n}\nif (.@r>=12) {\n bonus bAgi,1;\n bonus bFlee2,5;\n}\nif (.@r>=13) {\n bonus bAgi,1;\n bonus bFlee2,5;\n}');
|
||||
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`) VALUES (6000,'Dark_Ashes','Ashes of Darkness','Etc',100,true,true,true,true,true,true,true);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`) VALUES (6001,'Essence_Of_Fire','Essence of Fire','Etc',10,true);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`) VALUES (6002,'Token_Of_Apostle','Token of Apostle','Etc',10,true);
|
||||
@ -3275,10 +3275,7 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`pr
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`price_buy`,`weight`,`attack`,`job_alchemist`,`job_blacksmith`,`class_third`,`class_third_upper`,`class_third_baby`,`location_ammo`,`equip_level_min`,`script`) VALUES (18002,'Dark_Cannon_Ball','Dark Cannon Ball','Ammo','Cannonball',200,10,120,true,true,true,true,true,true,99,'bonus bAtkEle,Ele_Dark;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`price_buy`,`weight`,`attack`,`job_alchemist`,`job_blacksmith`,`class_third`,`class_third_upper`,`class_third_baby`,`location_ammo`,`equip_level_min`,`script`) VALUES (18003,'Soul_Cannon_Ball','Soul Cannon Ball','Ammo','Cannonball',200,10,120,true,true,true,true,true,true,99,'bonus bAtkEle,Ele_Ghost;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`price_buy`,`weight`,`attack`,`job_alchemist`,`job_blacksmith`,`class_third`,`class_third_upper`,`class_third_baby`,`location_ammo`,`equip_level_min`) VALUES (18004,'Iron_Cannon_Ball','Iron Cannon Ball','Ammo','Cannonball',500,10,250,true,true,true,true,true,true,99);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (22515,'Twisted_Key_of_Time','Twisted Key of Time','Etc',10,300);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_buyingstore`) VALUES (22516,'Dark_Red_Clot','Black As Night Piece','Etc',10,true);
|
||||
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`) VALUES (22517,'Loki_Summon_Scroll','Rocker Summoning Scroll','Etc',10,100,true,true,true,true,true,true,true,true);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`) VALUES (22519,'Pc_Stop_Cancel','Stops Buff','Etc',10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`) VALUES (22519,'Pc_Stop','Stops Buff','Etc',10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`) VALUES (22520,'Stops_Buff_Reset','Stops Buff Reset','Etc',10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`) VALUES (22566,'Frost_Crystal','Last Year\'s Frost','Etc',20,100,true,true,true);
|
||||
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`) VALUES (22589,'Savage_Ora','Savage Ora Ora','Etc',10,100,true,true,true,true,true,true,true);
|
||||
@ -3608,41 +3605,41 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`fla
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (25898,'Siroods_Fish_Rod','Searud\'s Fishing Rod','Etc',100,true,true,true,true,true,true,true,true);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`) VALUES (25899,'E_Abyss1','Abyssal Essence','Etc',10,true);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27012,'Kick_Step_Card','Kick Step Card','Card',20,10,true,'CLIENT','bonus bMaxHPrate,8;\nif ((eaclass()&EAJ_THIRDMASK) == EAJ_MECHANIC) {\n bonus bLongAtkDef,30;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27013,'Kick_&_Kick_Card','Kick & Kick Card','Card',20,10,true,'CLIENT','bonus2 bSkillAtk,"NC_VULCANARM",10+((getrefine()>=10)*20);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27014,'Green_Cenere_Card','Green Cenere Card','Card',20,10,true,'CLIENT','bonus bMaxHPrate,2;\nautobonus2 "{ bonus2 bHPRegenRate,1000,1000; }",30,5000;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27015,'Repair_Robot_Turbo_Card','Repair Robot Turbo Card','Card',20,10,true,true,true,'CLIENT','bonus bHPrecovRate,25;\nbonus bSPrecovRate,25;\n.@r = getrefine();\nbonus bHPGainValue,30+((.@r>=7)*10);\nbonus bSPGainValue,3+((.@r>=7)*3);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27016,'Exploration_Rover_Turbo_Card','Exploration Rover Turbo Card','Card',20,10,true,'CLIENT','bonus2 bCriticalAddRace,RC_Formless,30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27017,'Scrap_Robots_Card','Scrap Robots Card','Card',20,10,true,'CLIENT','bonus2 bSubRace,RC_Formless,10*((getrefine()>=7)*5);\n/* TODO: Has a chance to gain accessories when a monster is killed. */');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27018,'GC109_Card','GC109 Card','Card',20,10,true,true,'CLIENT','bonus bDelayrate,-(1+(BaseLevel>=90)+(BaseLevel>=120));');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27013,'KickAndKick_Card','Kick & Kick Card','Card',20,10,true,'CLIENT','bonus2 bSkillAtk,"NC_VULCANARM",10+((getrefine()>=10)*20);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27014,'GreenCenere_Card','Green Cenere Card','Card',20,10,true,'CLIENT','bonus bMaxHPrate,2;\nautobonus2 "{ bonus2 bHPRegenRate,1000,1000; }",20,5000,BF_NORMAL|BF_MAGIC,"{ specialeffect2 EF_HEAL2; }";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27015,'RepairRobot_T_Card','Repair Robot Turbo Card','Card',20,10,true,true,true,'CLIENT','bonus bHPrecovRate,25;\nbonus bSPrecovRate,25;\n.@r = getrefine();\nbonus bHPGainValue,30+((.@r>=7)*10);\nbonus bSPGainValue,3+((.@r>=7)*3);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27016,'ExplorationRover_T_Card','Exploration Rover Turbo Card','Card',20,10,true,'CLIENT','bonus2 bCriticalAddRace,RC_Formless,30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27017,'Scr_MT_Robots_Card','Scrap Robots Card','Card',20,10,true,'CLIENT','if (getrefine()<7)\n bonus2 bSubRace,RC_Formless,10;\nelse {\n bonus2 bSubRace,RC_Formless,15;\n bonus2 bAddMonsterDropItem,7317,10;\n bonus2 bAddMonsterDropItem,998,5;\n bonus2 bAddMonsterDropItem,7319,3;\n bonus2 bAddMonsterDropItem,7095,3;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27018,'GC109_Card','GC109 Card','Card',20,10,true,true,'CLIENT','bonus bAspdRate,-(1+(BaseLevel>=90)+(BaseLevel>=120));');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27019,'DR815_Card','DR815 Card','Card',20,10,true,true,'CLIENT','bonus bHit,1+(BaseLevel>=90)+(BaseLevel>=120);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27020,'T_W_O_Card','T W O Card','Card',20,10,true,'CLIENT','bonus2 bAddClass,Class_All,10;\nbonus3 bAutoSpell,"NPC_WIDESOULDRAIN",2,50+((getrefine()/3)*10);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27020,'T_W_O_Card','T W O Card','Card',20,10,true,'CLIENT','bonus2 bAddClass,Class_All,10;\nbonus3 bAutoSpell,"NPC_WIDESOULDRAIN",2,5+((getrefine()/3)*10);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27025,'Lich_Lord_Card','Lich Lord Card','Card',20,10,true,true,'CLIENT','bonus bDef,30;\nbonus bMdef,10;\nbonus2 bAddEff,Eff_Silence,900;\nif (getequipid() == 28483) {\n bonus2 bAddClass,Class_All,5;\n bonus bMatkRate,5;\n}\n/* TODO: Confirm Mob ID to transform */\nautobonus "{ bonus bIgnoreDefClass,Class_All; bonus bIgnoreMdefRace,RC_All; }",20,7000,BF_WEAPON|BF_MAGIC,"{ active_transform 1875,7000; }";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27026,'Fire_Condor_Card','Fire Condor Card','Card',20,10,true,true,'CLIENT','bonus2 bVariableCastRate,"MG_FIREBALL",-50;\nbonus2 bSkillAtk,"MG_FIREBALL",100;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27027,'Fire_Sandman_Card','Fire Sandman Card','Card',20,10,true,'CLIENT','bonus bDef,50;\nbonus2 bSubDefEle,Ele_Fire,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27027,'Fire_Sand_Man_Card','Fire Sandman Card','Card',20,10,true,'CLIENT','bonus bDef,50;\nbonus2 bSubDefEle,Ele_Fire,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27028,'Fire_Frilldora_Card','Fire Frilldora Card','Card',20,10,true,'CLIENT','.@r = getrefine();\nbonus2 bMagicAddEle,Ele_Earth,3+((.@r>=7)*5)+((.@r>=9)*7);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (27029,'Fire_Golem_Card','Fire Golem Card','Card',20,10,true,'CLIENT','bonus2 bSubDefEle,Ele_Fire,20;\nbonus2 bAddEle,Ele_Fire,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27030,'Fulbuk_Card','Firebug Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAddEff,Eff_Burning,700,ATF_WEAPON|ATF_MAGIC;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27081,'Angry_Moonlight_Flower_Card','Angry Moonlight Flower Card','Card',20,10,true,'CLIENT','skill "PA_PRESSURE",4;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27082,'Angry_Nine_Tail_Card','Angry Nine Tail Card','Card',20,10,true,'CLIENT','.@val = 5;\nbonus bCritAtkRate,10;\nif (getrefine() >= 10) {\n .@val += 10;\n}\nbonus bCritical,.@val;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27083,'Resentful_Bongun_Card','Resentful Bongun Card','Card',20,10,true,'CLIENT','bonus bBaseAtk,20;\nbonus bMatk,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27084,'Resentful_Sohee_Card','Resentful Sohee Card','Card',20,10,true,'CLIENT','bonus bMatk,10;\nif (getrefine() >= 10) {\n bonus bMatkRate,2;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27085,'Resentful_Munak_Card','Resentful Munak Card','Card',20,10,true,'CLIENT','bonus bBaseAtk,15;\nbonus bMatk,15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27086,'Resentful_Soldier_Card','Resentful Soldier Card','Card',20,10,true,'CLIENT','if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_BOW) {\n bonus3 bAutoSpell,"AC_DOUBLE",5,30;\n if (getrefine() >= 10) {\n bonus2 bWeaponDamageRate,W_BOW,20;\n }\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27087,'Truthful_Wizard_Card','Truthful Wizard Card','Card',20,10,true,'CLIENT','bonus bMatk,25;\nautobonus "{ bonus bNoCastCancel; }",5,5000,BF_MAGIC,"{ showscript \\"This is the truth!\\"; }";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27088,'Fury_Hero_Card','Fury Hero Card','Card',20,10,true,true,true,'CLIENT','bonus2 bAddClass,Class_All,2;\nbonus5 bAutoSpell,"SM_ENDURE",1,5,BF_SHORT,0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27101,'Sweet_Nightmare_Card','Sweet Nightmare Card','Card',20,10,true,'CLIENT','bonus bMatk,20;\nbonus bNoCastCancel;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27102,'Matt_Drainliar_Card','Matt Drainliar Card','Card',20,10,true,true,true,'CLIENT','bonus2 bResEff,Eff_Burning,10000;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27103,'Living_Dead_Card','Living Dead Card','Card',20,10,true,'CLIENT','bonus bBaseAtk,20;\nbonus bUnbreakableWeapon;\nbonus bUnbreakableArmor;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27104,'Furious_Dracula_Card','Furious Dracula Card','Card',20,10,true,'CLIENT','skill "PF_HPCONVERSION",1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27081,'AngerMoonlight_Card','Angry Moonlight Flower Card','Card',20,10,true,'CLIENT','skill "PA_PRESSURE",4;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27082,'AngerNineTail_Card','Angry Nine Tail Card','Card',20,10,true,'CLIENT','.@val = 5;\nbonus bCritAtkRate,10;\nif (getrefine() >= 10) {\n .@val += 10;\n}\nbonus bCritical,.@val;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27083,'BitterBonGun_Card','Resentful Bongun Card','Card',20,10,true,'CLIENT','bonus bBaseAtk,20;\nbonus bMatk,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27084,'BitterSohee_Card','Resentful Sohee Card','Card',20,10,true,'CLIENT','bonus bMatk,10;\nif (getrefine() >= 10) {\n bonus bMatkRate,2;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27085,'BitterMunak_Card','Resentful Munak Card','Card',20,10,true,'CLIENT','bonus bBaseAtk,15;\nbonus bMatk,15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27086,'BitterArcherSk_Card','Resentful Soldier Card','Card',20,10,true,'CLIENT','if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_BOW) {\n bonus3 bAutoSpell,"AC_DOUBLE",5,30;\n if (getrefine() >= 10) {\n bonus2 bWeaponDamageRate,W_BOW,20;\n }\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27087,'WizardOfVeritas_Card','Truthful Wizard Card','Card',20,10,true,'CLIENT','bonus bMatk,25;\nautobonus "{ bonus bNoCastCancel; }",5,5000,BF_MAGIC,"{ specialeffect2 EF_POTION_BERSERK; showscript \\"This is the truth!\\"; }";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27088,'FuryHero_Card','Fury Hero Card','Card',20,10,true,true,true,'CLIENT','bonus2 bAddClass,Class_All,2;\nbonus5 bAutoSpell,"SM_ENDURE",1,5,BF_SHORT,0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27101,'SweetNightM_Card','Sweet Nightmare Card','Card',20,10,true,'CLIENT','bonus bMatk,20;\nbonus bNoCastCancel;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27102,'MattDrainliar_Card','Matt Drainliar Card','Card',20,10,true,true,true,'CLIENT','bonus2 bResEff,Eff_Burning,10000;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27103,'LivingDead_Card','Living Dead Card','Card',20,10,true,'CLIENT','bonus bBaseAtk,20;\nbonus bUnbreakableWeapon;\nbonus bUnbreakableArmor;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27104,'Ill_Dracula_Card','Furious Dracula Card','Card',20,10,true,'CLIENT','skill "PF_HPCONVERSION",1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`flag_dropeffect`,`script`) VALUES (27105,'Bomi_Card','Bomi Card','Card',20,10,true,'CLIENT','skill "HW_NAPALMVULCAN",4;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27106,'Awaken_Pere_Card','Awaken Pere Card','Card',20,10,true,'CLIENT','if (BaseJob == Job_Bard || BaseJob == Job_Dancer) {\n bonus bMatk,(15*getrefine());\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`flag_dropeffect`,`script`) VALUES (27107,'Playing_Pere_Card','Playing Pere Card','Card',20,10,true,'CLIENT','bonus2 bAddEle,Ele_Neutral,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27108,'Singing_Pere_Card','Singing Pere Card','Card',20,10,true,'CLIENT','bonus2 bMagicAddEle,Ele_Neutral,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27109,'Jitterbug_Card','Jitterbug Card','Card',20,10,true,true,true,'CLIENT','bonus2 bSubDefEle,Ele_Neutral,10;\nbonus bMaxHP,500;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27110,'Furious_Gazeti_Card','Furious Gazeti Card','Card',20,10,true,'CLIENT','bonus bLongAtkDef,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27111,'Furious_Snowier_Card','Furious Snowier Card','Card',20,10,true,true,'CLIENT','bonus2 bAddItemHealRate,11522,50;\nbonus2 bAddItemHealRate,11523,50;\nbonus2 bAddItemHealRate,11524,50;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27112,'Furious_Ice Titan_Card','Furious Ice Titan Card','Card',20,10,true,'CLIENT','bonus bDef,(5*(1+getrefine()));');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27113,'Awaken_Ktullanux_Card','Awaken Ktullanux Card','Card',20,10,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Water,(20+(3*getrefine()));');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27106,'Grand_Pere_Card','Awaken Pere Card','Card',20,10,true,'CLIENT','if (BaseJob == Job_Bard || BaseJob == Job_Dancer) {\n bonus bMatk,(15*getrefine());\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`flag_dropeffect`,`script`) VALUES (27107,'PlayingPere_Card','Playing Pere Card','Card',20,10,true,'CLIENT','bonus2 bAddEle,Ele_Neutral,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27108,'SingingPere_Card','Singing Pere Card','Card',20,10,true,'CLIENT','bonus2 bMagicAddEle,Ele_Neutral,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27109,'JitterbugCard','Jitterbug Card','Card',20,10,true,true,true,'CLIENT','bonus2 bSubDefEle,Ele_Neutral,10;\nbonus bMaxHP,500;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27110,'AngerGazeti_Card','Furious Gazeti Card','Card',20,10,true,'CLIENT','bonus bLongAtkDef,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27111,'AngerSnowier_Card','Furious Snowier Card','Card',20,10,true,true,'CLIENT','bonus2 bAddItemHealRate,11522,50;\nbonus2 bAddItemHealRate,11523,50;\nbonus2 bAddItemHealRate,11524,50;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27112,'AngerIceTitan_Card','Furious Ice Titan Card','Card',20,10,true,'CLIENT','bonus bDef,(5*(1+getrefine()));');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27113,'AwakenKtullanux_Card','Awaken Ktullanux Card','Card',20,10,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Water,(20+(3*getrefine()));');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27114,'Ominous_Solider_Card','Ominous Solider Card','Card',20,10,true,'CLIENT','bonus bMaxHPrate,(10+(getrefine()/3));\n.@val = 50;\nif (BaseLevel >= 160) {\n .@val += 50;\n bonus bVit,3;\n}\nbonus bDef,.@val;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27115,'Ominous_Permeter_Card','Ominous Permeter Card','Card',20,10,true,true,true,'CLIENT','.@r = getrefine();\nbonus bInt,1;\nbonus bMaxSP,(80+10*(.@r/2));\nif (.@r >= 7) {\n bonus bSPrecovRate,30;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27116,'Ominous_Heater_Card','Ominous Heater Card','Card',20,10,true,true,'CLIENT','bonus bCritical,3;\nbonus bCritAtkRate,5;');
|
||||
@ -3652,15 +3649,15 @@ 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`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27120,'Iara_Card','Iara Card','Card',20,10,true,true,'CLIENT','skill "PR_STRECOVERY",1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27121,'Piranha_Card','Piranha Card','Card',20,10,true,'CLIENT','.@val = 10;\nif (getrefine() >= 9) {\n .@val += 5;\n}\nbonus2 bAddRace,RC_Fish,.@val;\nbonus2 bMagicAddRace,RC_Fish,.@val;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27122,'Curupira_Card','Curupira Card','Card',20,10,true,'CLIENT','.@val = 3;\n.@r = getrefine();\nif (.@r>=7) {\n .@val += 5;\n}\nif (.@r>=9) {\n .@val += 7;\n}\nbonus2 bMagicAddEle,Ele_Water,.@val;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27123,'Tucan_Card','Toucan Card','Card',20,10,true,true,true,'CLIENT','.@val = 10;\nif (getrefine() >= 9) {\n .@val += 5;\n}\nbonus2 bMagicAddRace,RC_Insect,.@val;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27124,'Jaguar_Card','Jaguar Card','Card',20,10,true,true,true,'CLIENT','.@val = 10;\nif (getrefine() >= 9) {\n .@val += 5;\n}\nbonus2 bMagicAddRace,RC_Brute,.@val;\nbonus2 bMagicAddRace,RC_Player_Doram,.@val;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27123,'Toucan_Card','Toucan Card','Card',20,10,true,true,true,'CLIENT','.@val = 10;\nif (getrefine() >= 9) {\n .@val += 5;\n}\nbonus2 bMagicAddRace,RC_Insect,.@val;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27124,'Jaguar_Card','Jaguar Card','Card',20,10,true,true,true,'CLIENT','.@val = 10;\nif (getrefine() >= 9) {\n .@val += 5;\n}\nbonus2 bMagicAddRace,RC_Brute,.@val;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27125,'Headless_Mule_Card','Headless Mule Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Water,20;\nbonus2 bMagicAtkEle,Ele_Holy,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27126,'Boitata_Card','Boitata Card','Card',20,10,true,'CLIENT','bonus2 bAddEle,Ele_Wind,40;\nbonus2 bAddEle,Ele_Earth,40;\nbonus2 bAddRace,RC_Brute,40;\nbonus2 bAddRace,RC_Player_Doram,40;\nbonus2 bAddRace,RC_Insect,40;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27147,'Humanoid_Chimera_Card','Humanoid Chimera Card','Card',20,10,true,true,'CLIENT','bonus bHit,(BaseLevel >= 90 ? 15 : 5);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27148,'Material_Chimera_Card','Material Chimera Card','Card',20,10,true,true,'CLIENT','bonus bFlee,(BaseLevel >= 90 ? 20 : 10);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27126,'Boitata_Card','Boitata Card','Card',20,10,true,'CLIENT','bonus2 bAddEle,Ele_Wind,40;\nbonus2 bAddEle,Ele_Earth,40;\nbonus2 bAddRace,RC_Brute,40;\nbonus2 bAddRace,RC_Insect,40;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27147,'Human_Kimera_Card','Humanoid Chimera Card','Card',20,10,true,true,'CLIENT','bonus bHit,(BaseLevel >= 90 ? 15 : 5);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27148,'Matter_Kimera_Card','Material Chimera Card','Card',20,10,true,true,'CLIENT','bonus bFlee,(BaseLevel >= 90 ? 20 : 10);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27149,'Heart_Hunter_Card','Heart Hunter Card','Card',20,10,true,'CLIENT','.@type = getiteminfo(getequipid(EQI_COMPOUND_ON),11);\n.@r = getrefine();\nif (.@type == 17 || .@type == 18 || .@type == 21) {\n bonus bLongAtkRate,5+.@r+(.@r >= 10 ? 5 : 0);\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27150,'Toxic_Enchanted_Chimera_Card','Toxic Enchanted Chimera Card','Card',20,10,true,'CLIENT','bonus bMaxHP,1000;\nbonus bMaxSP,200;\nif (getrefine() >= 12) {\n bonus bMaxHPrate,15;\n bonus bMaxSPrate,15;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27151,'Heart_Hunter_Evil_Card','Heart Hunter Evil Card','Card',20,10,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Freeze,3000 + (readparam(bInt) >= 110 ? 1000 : 0);\nbonus bMdef,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27150,'Venom_Kimera_Card','Toxic Enchanted Chimera Card','Card',20,10,true,'CLIENT','bonus bMaxHP,1000;\nbonus bMaxSP,200;\nif (getrefine() >= 12) {\n bonus bMaxHPrate,15;\n bonus bMaxSPrate,15;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27151,'Evil_Card','Heart Hunter Evil Card','Card',20,10,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Freeze,3000 + (readparam(bInt) >= 110 ? 1000 : 0);\nbonus bMdef,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27152,'Cutie_Card','Cutie Card','Card',20,10,true,'CLIENT','bonus bMaxHPrate,10;\n.@r = getrefine()/2;\nbonus bAgi,.@r;\nbonus bAspdRate,.@r;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27157,'Wood_Goblin_Card','Wood Goblin Card','Card',20,10,true,'CLIENT','.@r = getrefine();\nbonus2 bAddEle,Ele_Water,(.@r >= 9 ? 10 : 5);\nbonus2 bAddEle,Ele_Earth,(.@r >= 9 ? 10 : 5);\nbonus2 bSubDefEle,Ele_Water,-5;\nbonus2 bSubDefEle,Ele_Earth,-5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (27158,'Les_Card','Les Card','Card',20,10,true,'CLIENT','bonus2 bSubEle,Ele_Wind,30;');
|
||||
@ -3669,26 +3666,26 @@ 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`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27161,'Mavka_Card','Mavka Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Fire,20;\nbonus2 bMagicAtkEle,Ele_Earth,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27162,'Gopinich_Card','Gopinich Card','Card',20,10,true,true,true,'CLIENT','bonus bSPDrainValue,5;\nbonus bUseSPrate,50;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27163,'Faceworm_Card','Faceworm Card','Card',20,10,true,true,'CLIENT','bonus bAgi,-1;\nbonus bDex,-1;\nbonus bAspdRate,3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27164,'Faceworm_Queen_Card','Faceworm Queen Card','Card',20,10,true,'CLIENT','bonus bMaxHPrate,-10;\n.@r = getrefine();\nbonus bCritical,15 + .@r;\nbonus bCritAtkRate,.@r;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27165,'Dark_Faceworm_Card','Dark Faceworm Card','Card',20,10,true,true,'CLIENT','bonus bVit,-1;\nbonus bInt,-1;\nbonus bDelayrate,-3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27164,'Faceworm_Q_Card','Faceworm Queen Card','Card',20,10,true,'CLIENT','bonus bMaxHPrate,-10;\n.@r = getrefine();\nbonus bCritical,15 + .@r;\nbonus bCritAtkRate,.@r;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27165,'Faceworm_D_Card','Dark Faceworm Card','Card',20,10,true,true,'CLIENT','bonus bVit,-1;\nbonus bInt,-1;\nbonus bDelayrate,-3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27166,'Faceworm_Egg_Card','Faceworm Egg Card','Card',20,10,true,'CLIENT','.@r = getrefine();\n.@sub = 2+(.@r >= 9 ? 3 : .@r >= 7 ? 1 : 0);\nbonus2 bSubEle,Ele_Fire,.@sub;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27167,'Faceworm_Larva_Card','Faceworm Larva Card','Card',20,10,true,'CLIENT','bonus2 bSubEle,Ele_Neutral,15;\nbonus2 bMagicAtkEle,Ele_Water,getrefine()*3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27168,'Irene_High_Elder_Card','Irene High Elder Card','Card',20,10,true,'CLIENT','bonus bHit,10 + 5 * (getrefine()/3);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27167,'Faceworm_L_Card','Faceworm Larva Card','Card',20,10,true,'CLIENT','bonus2 bSubEle,Ele_Neutral,15;\nbonus2 bMagicAtkEle,Ele_Water,getrefine()*3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27168,'Irene_Elder_Card','Irene High Elder Card','Card',20,10,true,'CLIENT','bonus bHit,10 + 5 * (getrefine()/3);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27169,'Payon_Soldier_Card','Payon Soldier Card','Card',20,10,true,'CLIENT','.@atk = 5;\n.@r = getrefine();\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_SPEAR && .@r >= 10) {\n .@atk += 20;\n if (.@r >= 14) {\n .@atk += 20;\n }\n}\nbonus bBaseAtk,.@atk;\nbonus bMatk,.@atk;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27170,'Shotgun_Buffalo_Bandit_Card','Shotgun Buffalo Bandit Card','Card',20,10,true,'CLIENT','bonus bAgi,7;\nbonus bHit,7;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`flag_dropeffect`,`script`) VALUES (27171,'Revolver_Buffalo_Bandit_Card','Revolver Buffalo Bandit Card','Card',20,10,true,'CLIENT','bonus bStr,4;\nbonus2 bAddClass,Class_All,4;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27172,'Scimitar_Buffalo_Bandit_Card','Scimitar Buffalo Bandit Card','Card',20,10,true,'CLIENT','.@bonus = 5;\n.@type = getiteminfo(getequipid(EQI_COMPOUND_ON),11);\nif (.@type == W_DAGGER) {\n .@r = getrefine();\n if (.@r>=10) {\n .@bonus += 20;\n }\n if (.@r>=14) {\n .@bonus += 20;\n }\n}\nbonus bBaseAtk,.@bonus;\nbonus bMatk,.@bonus;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27173,'Elite_Shotgun_Buffalo_Bandit_Card','Elite Shotgun Buffalo Bandit Card','Card',20,10,true,'CLIENT','.@bonus = 10;\n.@r = getrefine();\nif (.@r>=10) {\n .@bonus += 20;\n}\nif (.@r>=14) {\n .@bonus += 20;\n}\nbonus2 bSkillAtk,"GS_SPREADATTACK",.@bonus;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27174,'Elite_Revolver_Buffalo_Bandit_Card','Elite Revolver Buffalo Bandit Card','Card',20,10,true,'CLIENT','.@bonus = 10;\n.@r = getrefine();\nif (.@r>=10) {\n .@bonus += 20;\n}\nif (.@r>=14) {\n .@bonus += 20;\n}\nbonus2 bSkillAtk,"GS_RAPIDSHOWER",.@bonus;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27175,'Elite_Scimitar_Buffalo_Bandit_Card','Elite Scimitar Buffalo Bandit Card','Card',20,10,true,'CLIENT','bonus2 bAddSize,Size_Small,10;\nbonus2 bMagicAddSize,Size_Small,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27176,'Brown_Rat_Card','Brown Rat Card','Card',20,10,true,'CLIENT','.@str = readparam(bStr);\n.@bonus = 3*(.@str/10);\nif (.@str>=120) {\n .@bonus += 40;\n}\nbonus bBaseAtk,.@bonus;\nbonus bAspdRate,(.@str/10);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27177,'Marsh_Arclouse_Card','Marsh Arclouse Card','Card',20,10,true,'CLIENT','.@int = readparam(bInt);\n.@bonus = 3*(.@int/10);\nif (.@int>=120) {\n .@bonus += 40;\n}\nbonus bMatk,.@bonus;\nbonus bAspdRate,(.@int/10);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27170,'Cowraiders1_Card','Shotgun Buffalo Bandit Card','Card',20,10,true,'CLIENT','bonus bAgi,7;\nbonus bHit,7;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`flag_dropeffect`,`script`) VALUES (27171,'Cowraiders2_Card','Revolver Buffalo Bandit Card','Card',20,10,true,'CLIENT','bonus bStr,4;\nbonus2 bAddClass,Class_All,4;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27172,'Cowraiders3_Card','Scimitar Buffalo Bandit Card','Card',20,10,true,'CLIENT','.@bonus = 5;\n.@type = getiteminfo(getequipid(EQI_COMPOUND_ON),11);\nif (.@type == W_DAGGER) {\n .@r = getrefine();\n if (.@r>=10) {\n .@bonus += 20;\n }\n if (.@r>=14) {\n .@bonus += 20;\n }\n}\nbonus bBaseAtk,.@bonus;\nbonus bMatk,.@bonus;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27173,'E_Cowraiders1_Card','Elite Shotgun Buffalo Bandit Card','Card',20,10,true,'CLIENT','.@bonus = 10;\n.@r = getrefine();\nif (.@r>=10) {\n .@bonus += 20;\n}\nif (.@r>=14) {\n .@bonus += 20;\n}\nbonus2 bSkillAtk,"GS_SPREADATTACK",.@bonus;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27174,'E_Cowraiders2_Card','Elite Revolver Buffalo Bandit Card','Card',20,10,true,'CLIENT','.@bonus = 10;\n.@r = getrefine();\nif (.@r>=10) {\n .@bonus += 20;\n}\nif (.@r>=14) {\n .@bonus += 20;\n}\nbonus2 bSkillAtk,"GS_RAPIDSHOWER",.@bonus;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27175,'E_Cowraiders3_Card','Elite Scimitar Buffalo Bandit Card','Card',20,10,true,'CLIENT','bonus2 bAddSize,Size_Small,10;\nbonus2 bMagicAddSize,Size_Small,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27176,'Rr_Cramp_Card','Brown Rat Card','Card',20,10,true,'CLIENT','.@str = readparam(bStr);\n.@bonus = 3*(.@str/10);\nif (.@str>=120) {\n .@bonus += 40;\n}\nbonus bBaseAtk,.@bonus;\nbonus bAspdRate,(.@str/10);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27177,'Rr_Arclouse_Card','Marsh Arclouse Card','Card',20,10,true,'CLIENT','.@int = readparam(bInt);\n.@bonus = 3*(.@int/10);\nif (.@int>=120) {\n .@bonus += 40;\n}\nbonus bMatk,.@bonus;\nbonus bAspdRate,(.@int/10);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (27178,'Gaster_Card','Gaster Card','Card',20,10,true,'CLIENT','bonus2 bSubClass,Class_Normal,25;\nbonus2 bSubClass,Class_Boss,-50;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27179,'Coyote_Card','Coyote Card','Card',20,10,true,'CLIENT','bonus bNoCastCancel;\n.@hp = -12;\n.@sp = -6;\nif (getrefine() >= 10) {\n .@hp += 6;\n .@sp += 3;\n}\nbonus bMaxHPrate,.@hp;\nbonus bMaxSPrate,.@sp;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27180,'Mechaspider_Card','Mechaspider Card','Card',20,10,true,'CLIENT','bonus bBreakWeaponRate,500;\nbonus bBreakArmorRate,500;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27181,'Airship_Raid_Card','Airship Raid Card','Card',20,10,true,'CLIENT','.@r = getrefine();\nbonus bLongAtkRate,1 + .@r/2;\nbonus bCritical,.@r/2;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27182,'Captain_Felock_Card','Captain Felock Card','Card',20,10,true,'CLIENT','bonus bBaseAtk,30;\n.@r = getrefine();\nbonus2 bSkillAtk,"RL_AM_BLAST",.@r >= 10 ? 60 : 30;\nbonus2 bSkillAtk,"RL_HAMMER_OF_GOD",.@r >= 10 ? 60 : 30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27183,'Gigantes_Card','Gigantes Card','Card',20,10,true,'CLIENT','bonus bBaseAtk,20;\nif (readparam(bStr) >= 120) {\n bonus bBaseAtk,20;\nbonus bAspdRate,3;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27180,'Mechaspider_Card','Mechaspider Card','Card',20,10,true,'CLIENT','bonus bBreakWeaponRate,1000;\nbonus bBreakArmorRate,1000;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27181,'AirShip_Raid_Card','Airship Raid Card','Card',20,10,true,'CLIENT','.@r = getrefine();\nbonus bLongAtkRate,1 + .@r/2;\nbonus bCritical,.@r/2;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27182,'Felock_Card','Captain Felock Card','Card',20,10,true,'CLIENT','bonus bBaseAtk,30;\n.@r = getrefine();\nbonus2 bSkillAtk,"RL_AM_BLAST",.@r >= 10 ? 60 : 30;\nbonus2 bSkillAtk,"RL_HAMMER_OF_GOD",.@r >= 10 ? 60 : 30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27183,'Gigantes_Card','Gigantes Card','Card',20,10,true,'CLIENT','bonus bBaseAtk,20;\nif (readparam(bStr) >= 120) {\n bonus bBaseAtk,20;\n bonus bAspdRate,-3;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27184,'Knight_Sakray_Card','Knight Sakray Card','Card',20,10,true,'CLIENT','bonus bBaseAtk,20;\nbonus2 bAddRace,RC_Demon,30;\nbonus2 bAddRace,RC_Undead,30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27196,'Nihil_M_Heine_Card','Nihil M. Heine Card','Card',20,10,true,'CLIENT','bonus2 bMagicAddSize,Size_Small,15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27197,'Agnes_Lugenburg_Card','Agnes Lugenburg Card','Card',20,10,true,'CLIENT','bonus2 bAddSize,Size_Small,15;');
|
||||
@ -3713,21 +3710,21 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`loc
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27222,'SLD_Pyuriel_Card','Sealed Fallen Pyuriel Card','Card',10,true,'CLIENT','if (getrefine()<15) {\n bonus bCritAtkRate,20;\n bonus2 bSubRace,RC_All,-20;\n}\nelse {\n bonus bCritAtkRate,25;\n bonus2 bSubRace,RC_All,-15;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27224,'SLD_Kades_Card','Sealed Guardian Kades Card','Card',10,true,'CLIENT','bonus2 bSubEle,Ele_Holy,-100;\nbonus2 bSubEle,Ele_Ghost,-100;\nif (getrefine()<15) {\n bonus2 bSubEle,Ele_Water,20;\n bonus2 bSubEle,Ele_Earth,20;\n bonus2 bSubEle,Ele_Fire,20;\n bonus2 bSubEle,Ele_Wind,20;\n bonus2 bSubEle,Ele_Dark,20;\n bonus2 bSubEle,Ele_Undead,20;\n}\nelse {\n bonus2 bSubEle,Ele_Water,20;\n bonus2 bSubEle,Ele_Earth,20;\n bonus2 bSubEle,Ele_Fire,20;\n bonus2 bSubEle,Ele_Wind,20;\n bonus2 bSubEle,Ele_Dark,20;\n bonus2 bSubEle,Ele_Undead,20;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27225,'SLD_Timeholder_Card','Sealed Time Holder Card','Card',10,true,'CLIENT','if (getrefine()<15) {\n bonus bMatkRate,10;\n bonus bUseSPrate,20;\n}\nelse {\n bonus bMatkRate,15;\n bonus bUseSPrate,15;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27249,'Arhi_Card','Arhi Card','Card',20,10,true,'CLIENT','bonus bBaseAtk,15;\nbonus bMatk,15;\nbonus bMaxHP,500;\nbonus bHit,15;\nbonus bFlee,15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27249,'Archi_Card','Arhi Card','Card',20,10,true,'CLIENT','bonus bBaseAtk,15;\nbonus bMatk,15;\nbonus bMaxHP,500;\nbonus bHit,15;\nbonus bFlee,15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27250,'Dio_Anemos_Card','Dio Anemos Card','Card',20,10,true,'CLIENT','bonus bMatkRate,3;\nbonus2 bMagicAtkEle,Ele_Neutral,5;\nbonus2 bMagicAtkEle,Ele_Earth,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27251,'Geffen_Gang_Member_Card','Geffen Gang Member Card','Card',20,10,true,'CLIENT','bonus bCritAtkRate,3;\nbonus bAspdRate,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27252,'Geffen_Bully_Card','Geffen Bully Card','Card',20,10,true,'CLIENT','bonus bCritAtkRate,5;\nbonus bAspdRate,3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27253,'Geffen_Shoplifter_Card','Geffen Shoplifter Card','Card',20,10,true,'CLIENT','bonus bMatkRate,3;\nbonus2 bMagicAtkEle,Ele_Fire,5;\nbonus2 bMagicAtkEle,Ele_Holy,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27254,'Faymont_Card','Faymont Card','Card',20,10,true,'CLIENT','bonus bSPrecovRate,10;\nbonus3 bAutoSpellWhenHit,"CH_SOULCOLLECT",1,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27251,'Geffen_Gang_Card','Geffen Gang Member Card','Card',20,10,true,'CLIENT','bonus bCritAtkRate,3;\nbonus bAspdRate,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27252,'Geffen_Thug_Card','Geffen Bully Card','Card',20,10,true,'CLIENT','bonus bCritAtkRate,5;\nbonus bAspdRate,3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27253,'Geffen_Thief_Card','Geffen Shoplifter Card','Card',20,10,true,'CLIENT','bonus bMatkRate,3;\nbonus2 bMagicAtkEle,Ele_Fire,5;\nbonus2 bMagicAtkEle,Ele_Holy,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27254,'Pa_Monk_Card','Faymont Card','Card',20,10,true,'CLIENT','bonus bSPrecovRate,10;\nbonus3 bAutoSpellWhenHit,"CH_SOULCOLLECT",1,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27255,'Ordre_Card','Ordre Card','Card',20,10,true,'CLIENT','bonus bMatkRate,3;\nbonus2 bMagicAtkEle,Ele_Wind,5;\nbonus2 bMagicAtkEle,Ele_Water,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27256,'Blut_Hase_Card','Blut Hase Card','Card',20,10,true,'CLIENT','bonus2 bAddClass,Class_All,3;\nbonus bLongAtkRate,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27257,'Kuro_Akuma_Card','Kuro Akuma Card','Card',20,10,true,'CLIENT','bonus bCastrate,3;\nbonus bLongAtkRate,5;\nbonus2 bSkillAtk,"NJ_HUUJIN",5;\nbonus2 bSkillAtk,"NJ_HYOUSENSOU",5;\nbonus2 bSkillAtk,"NJ_KOUENKA",5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27258,'Ifodes_Card','Ifodes Card','Card',20,10,true,'CLIENT','bonus2 bAddClass,Class_All,3;\nbonus bAspdRate,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27259,'Licheniyes_Card','Licheniyes Card','Card',20,10,true,'CLIENT','bonus bMatkRate,3;\nbonus2 bMagicAtkEle,Ele_Holy,5;\nbonus bHealPower,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27260,'Odoric_Card','Odoric Card','Card',20,10,true,'CLIENT','bonus bAspdRate,3;\nbonus bLongAtkRate,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27261,'Ju_Card','Ju Card','Card',20,10,true,'CLIENT','.@rate = 10 + (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOOK ? 20 : 0) + (getrefine() >= 14 ? 20 : 0);\nbonus2 bSkillAtk,"MG_FIREBOLT",.@rate;\nbonus2 bSkillAtk,"MG_COLDBOLT",.@rate;\nbonus2 bSkillAtk,"MG_LIGHTNINGBOLT",.@rate;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27262,'Dwigh_Card','Dwigh Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Dark,20;\nbonus2 bMagicAtkEle,Ele_Neutral,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27263,'Fay_Kanavian_Card','Fay Kanavian Card','Card',20,10,true,'CLIENT','autobonus "{ bonus bDef,300; }",100,10000,BF_WEAPON|BF_SHORT,"{ active_transform 1040,10000; }";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27257,'Kuro_Akuma_Card','Kuro Akuma Card','Card',20,10,true,'CLIENT','bonus bVariableCastrate,-3;\nbonus bLongAtkRate,5;\nbonus2 bSkillAtk,"NJ_HUUJIN",5;\nbonus2 bSkillAtk,"NJ_HYOUSENSOU",5;\nbonus2 bSkillAtk,"NJ_KOUENKA",5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27258,'Hyper_Death_Card','Ifodes Card','Card',20,10,true,'CLIENT','bonus2 bAddClass,Class_All,3;\nbonus bAspdRate,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27259,'Rechenier_Card','Licheniyes Card','Card',20,10,true,'CLIENT','bonus bMatkRate,3;\nbonus2 bMagicAtkEle,Ele_Holy,5;\nbonus bHealPower,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27260,'Odorico_Card','Odoric Card','Card',20,10,true,'CLIENT','bonus bAspdRate,3;\nbonus bLongAtkRate,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27261,'Jew_Card','Ju Card','Card',20,10,true,'CLIENT','.@rate = 10 + (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOOK ? 20 : 0) + (getrefine() >= 14 ? 20 : 0);\nbonus2 bSkillAtk,"MG_FIREBOLT",.@rate;\nbonus2 bSkillAtk,"MG_COLDBOLT",.@rate;\nbonus2 bSkillAtk,"MG_LIGHTNINGBOLT",.@rate;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27262,'Dy_Card','Dwigh Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Dark,20;\nbonus2 bMagicAtkEle,Ele_Neutral,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27263,'Fei_Kanabian_Card','Fay Kanavian Card','Card',20,10,true,'CLIENT','autobonus "{ bonus bDef,300; }",20,10000,BF_WEAPON|BF_SHORT,"{ specialeffect2 EF_POTION_BERSERK; active_transform 1040,10000; }";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (27264,'Evil_Shadow_Card','Evil Shadow Card','Card',20,10,true,'CLIENT','bonus2 bSubEle,Ele_Dark,30;\nbonus2 bSubEle,Ele_Undead,30;\nbonus2 bSubEle,Ele_Holy,-30;\nbonus2 bSubEle,Ele_Fire,-30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27265,'Evil_Fanatics_Card','Evil Fanatics Card','Card',20,10,true,'CLIENT','bonus2 bAddEle,Ele_Dark,30;\nbonus2 bAddEle,Ele_Undead,30;\nbonus2 bMagicAddEle,Ele_Dark,30;\nbonus2 bMagicAddEle,Ele_Undead,30;\nbonus2 bAddEle,Ele_Holy,-30;\nbonus2 bAddEle,Ele_Fire,-30;\nbonus2 bMagicAddEle,Ele_Holy,-30;\nbonus2 bMagicAddEle,Ele_Fire,-30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27286,'Colorful_Teddy_Bear_Card','Colorful Teddy Bear Card','Card',20,10,true,'CLIENT','bonus bMatk,5;\nbonus2 bMagicAddSize,Size_Large,15;');
|
||||
@ -3745,22 +3742,22 @@ 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`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (27298,'Ancient_Wootan_Defender_Card','Ancient Wootan Defender Card','Card',20,10,true,'CLIENT','.@val = 30;\nif (getrefine() >= 10) {\n .@val += 20;\n}\nbonus2 bSubClass,Class_Boss,.@val;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27301,'Labyrinth_Doppelganger_Card','Labyrinth Doppelganger Card','Card',20,10,true,'CLIENT','bonus2 bAddClass,Class_All,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27304,'E_EA2S_Card','E EA2S Card','Card',20,10,true,true,'CLIENT','bonus bHPrecovRate,50;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27305,'EL_A17T_Card','EL A17T Card','Card',20,10,true,true,'CLIENT','bonus5 bAutoSpell,"WL_HELLINFERNO",3,1,ATF_SHORT|ATF_WEAPON,1;\n/* fix me: unknown rate */');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27306,'Bellare_Card','Bellare Card','Card',20,10,true,'CLIENT','if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_REVOLVER) {\n .@r = getrefine();\nbonus bHit,20;\nbonus bLongAtkRate,(5+.@r);\nif (.@r >= 10) {\n bonus2 bSkillAtk,"RL_FIREDANCE",15;\n} }');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27307,'Greater_Bellare_Card','Greater Bellare Card','Card',20,10,true,'CLIENT','if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_GATLING) {\n .@r = getrefine();\n bonus bHit,20;\n bonus bLongAtkRate,(5+.@r);\n if (.@r >= 10) {\n bonus2 bSkillAtk,"RL_R_TRIP",15;\n }\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27305,'EL_A17T_Card','EL A17T Card','Card',20,10,true,true,'CLIENT','bonus4 bAutoSpell,"WL_HELLINFERNO",3,20,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27306,'Bellare_Card','Bellare Card','Card',20,10,true,'CLIENT','if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_REVOLVER) {\n .@r = getrefine();\n bonus bHit,20;\n bonus bLongAtkRate,(5+.@r);\n if (.@r >= 10) {\n bonus2 bSkillAtk,"RL_FIREDANCE",15;\n }\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27307,'High_Bellare_Card','Greater Bellare Card','Card',20,10,true,'CLIENT','if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_GATLING) {\n .@r = getrefine();\n bonus bHit,20;\n bonus bLongAtkRate,(5+.@r);\n if (.@r >= 10) {\n bonus2 bSkillAtk,"RL_R_TRIP",15;\n }\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27308,'Sanare_Card','Sanare Card','Card',20,10,true,'CLIENT','.@r = getrefine();\n.@val = 2;\nif (.@r >= 9) {\n .@val += 3;\n}\nif (.@r >= 11) {\n .@val += 5;\n}\nbonus bHealPower,.@val;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27309,'Greater_Sanare_Card','Greater Sanare Card','Card',20,10,true,true,true,'CLIENT','bonus bMatk,10;\n.@val = 5;\nif (getrefine() >= 9) {\n .@val += 5;\n}\nbonus2 bMagicAtkEle,Ele_Holy,.@val;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27309,'High_Sanare_Card','Greater Sanare Card','Card',20,10,true,true,true,'CLIENT','bonus bMatk,10;\n.@val = 5;\nif (getrefine() >= 9) {\n .@val += 5;\n}\nbonus2 bMagicAtkEle,Ele_Holy,.@val;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27310,'Plaga_Card','Plaga Card','Card',20,10,true,true,true,'CLIENT','bonus bMatk,10;\n.@val = 5;\nif (getrefine() >= 9) {\n .@val += 5;\n}\nbonus2 bMagicAtkEle,Ele_Neutral,.@val;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27311,'Mutant_Plaga_Card','Mutant Plaga Card','Card',20,10,true,'CLIENT','if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_KNUCKLE) {\n .@r = getrefine();\n bonus bHit,20;\n bonus bBaseAtk,15;\n if (.@r >= 10) {\n .@val = 15;\n }\n bonus2 bAddSize,Size_Large,(.@r+.@val);\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27312,'Dolor_Card','Dolor Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace,RC_Demon,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27313,'Mutant_Dolor_Card','Mutant Dolor Card','Card',20,10,true,'CLIENT','if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_KATAR) {\n .@r = getrefine();\n bonus bCritical,7;\n bonus bBaseAtk,15;\n bonus bCritAtkRate,(2*.@r);\n if (.@r >= 10) {\n bonus2 bAddSize,Size_Large,15;\n }\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27313,'Mt_Dolor_Card','Mutant Dolor Card','Card',20,10,true,'CLIENT','if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_KATAR) {\n .@r = getrefine();\n bonus bCritical,7;\n bonus bBaseAtk,15;\n bonus bCritAtkRate,(2*.@r);\n if (.@r >= 10) {\n bonus2 bAddSize,Size_Large,15;\n }\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27314,'Venenum_Card','Venenum Card','Card',20,10,true,'CLIENT','bonus2 bAddRace,RC_Brute,15;\nbonus2 bAddRace,RC_Player_Doram,15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27315,'Mutant_Venenum_Card','Mutant Venenum Card','Card',20,10,true,'CLIENT','bonus2 bMagicAddRace,RC_Brute,15;\nbonus2 bMagicAddRace,RC_Player_Doram,15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27316,'Twin_Caput_Card','Twin Caput Card','Card',20,10,true,'CLIENT','bonus bDef,50;\nbonus2 bSubDefEle,Ele_Poison,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27317,'Mutant_Twin_Caput_Card','Mutant Twin Caput Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace,RC_Formless,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27315,'Mt_Venenum_Card','Mutant Venenum Card','Card',20,10,true,'CLIENT','bonus2 bMagicAddRace,RC_Brute,15;\nbonus2 bMagicAddRace,RC_Player_Doram,15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27316,'Caput_Card','Twin Caput Card','Card',20,10,true,'CLIENT','bonus bDef,50;\nbonus2 bSubDefEle,Ele_Poison,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27317,'Mt_Caput_Card','Mutant Twin Caput Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace,RC_Formless,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27318,'Miguel_Card','Miguel Card','Card',20,10,true,'CLIENT','bonus bCritAtkRate,20;\nbonus2 bSubRace,RC_All,-10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27319,'R48_85_BESTIA_Card','R48-85-BESTIA Card','Card',20,10,true,'CLIENT','bonus2 bAddEle,Ele_Poison,40;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27320,'E_EA1L_card','E-EA1L card','Card',20,10,true,'CLIENT','.@r = getrefine();\n.@val = 3;\nif (.@r >= 9) {\n .@val += 2;\n if (.@r >= 11) {\n .@val += 5;\n }\n}\nbonus2 bMagicAtkEle,Ele_Fire,.@val;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27319,'R48_85_Bestia_Card','R48-85-BESTIA Card','Card',20,10,true,'CLIENT','bonus2 bAddEle,Ele_Poison,40;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27320,'E_EA1L_Card','E-EA1L card','Card',20,10,true,'CLIENT','.@r = getrefine();\n.@val = 3;\nif (.@r >= 9) {\n .@val += 2;\n if (.@r >= 11) {\n .@val += 5;\n }\n}\nbonus2 bMagicAtkEle,Ele_Fire,.@val;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27321,'Despair_God_Morocc_Card','Despair God Morocc Card','Card',20,10,true,'CLIENT','bonus2 bAddClass,Class_All,10;\nbonus bMaxHPRate,-50;\nbonus2 bAddRace,RC_DemiHuman,30;\nbonus2 bAddRace,RC_Player_Human,30;\nbonus2 bAddRace,RC_Angel,30;\nautobonus3 "{ }",1000,5000,"NV_FIRSTAID","{ active_transform 3097,5000; }";\n/* unknown transformation rates */');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27322,'Demon_God\'s_Apostle_Ahat_Card','Demon God\'s Apostle Ahat Card','Card',20,10,true,true,'CLIENT','bonus bMaxSPrate,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27323,'Demon_God\'s_Apostle_Shnaim_Card','Demon God\'s Apostle Shnaim Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,5;');
|
||||
@ -3810,18 +3807,18 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`loc
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27386,'C_Raydric_Card','Cursed Raydric Card','Card',10,true,'CLIENT','bonus2 bAddRace,RC_Undead,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`flag_dropeffect`,`script`) VALUES (27387,'C_Raydric_Archer_Card','Cursed Raydric Archer Card','Card',10,true,'CLIENT','bonus2 bAddRace,RC_Demon,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27388,'C_Cursed_Butler','Cursed Servant Card','Card',10,true,true,'CLIENT','bonus bHPrecovRate,30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29000,'Rune_of_Intellect_Lv_1','Rune of Intellect Lv 1','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bInt,5;\n}\nif (.@r>=10) {\n bonus bMatkRate,5;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29001,'Rune_of_Intellect_Lv_2','Rune of Intellect Lv 2','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bInt,6;\n}\nif (.@r>=11) {\n bonus bInt,1;\n bonus bMatkRate,7;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29002,'Rune_of_Intellect_Lv_3','Rune of Intellect Lv 3','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bInt,7;\n}\nif (.@r>=12) {\n bonus bInt,1;\n bonus bMatkRate,8;\n}\nif (.@r>=13) {\n bonus bInt,1;\n bonus bMatkRate,2;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29003,'Rune_of_Dexterity_Lv_1','Rune of Dexterity Lv 1','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bDex,5;\n}\nif (.@r>=10) {\n bonus bLongAtkRate,5;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29004,'Rune_of_Dexterity_Lv_2','Rune of Dexterity Lv 2','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bDex,6;\n}\nif (.@r>=11) {\n bonus bDex,1;\n bonus bLongAtkRate,7;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29005,'Rune_of_Dexterity_Lv_3','Rune of Dexterity Lv 3','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bDex,7;\n}\nif (.@r>=12) {\n bonus bDex,1;\n bonus bLongAtkRate,8;\n}\nif (.@r>=13) {\n bonus bDex,1;\n bonus bLongAtkRate,2;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29006,'Rune_of_Luck_Lv_1','Rune of Luck Lv 1','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bLuk,5;\n}\nif (.@r>=10) {\n bonus bCritAtkRate,5;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29007,'Rune_of_Luck_Lv_2','Rune of Luck Lv 2','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bLuk,6;\n}\nif (.@r>=11) {\n bonus bLuk,1;\n bonus bCritAtkRate,7;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29008,'Rune_of_Luck_Lv_3','Rune of Luck Lv 3','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bLuk,7;\n}\nif (.@r>=12) {\n bonus bLuk,1;\n bonus bCritAtkRate,8;\n}\nif (.@r>=13) {\n bonus bLuk,1;\n bonus bCritAtkRate,6;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29009,'Rune_of_Vitality_Lv_1','Rune of Vitality Lv 1','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bVit,5;\n}\nif (.@r>=10) {\n bonus bMaxHPrate,5;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29010,'Rune_of_Vitality_Lv_2','Rune of Vitality Lv 2','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bVit,6;\n}\nif (.@r>=11) {\n bonus bVit,1;\n bonus bMaxHPrate,7;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29011,'Rune_of_Vitality_Lv_3','Rune of Vitality Lv 3','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bVit,7;\n}\nif (.@r>=12) {\n bonus bVit,1;\n bonus bMaxHPrate,8;\n}\nif (.@r>=13) {\n bonus bVit,1;\n bonus bMaxHPrate,2;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29000,'Neev_INT_1','Rune of Intellect Lv 1','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bInt,5;\n}\nif (.@r>=10) {\n bonus bMatkRate,5;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29001,'Neev_INT_2','Rune of Intellect Lv 2','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bInt,6;\n}\nif (.@r>=11) {\n bonus bInt,1;\n bonus bMatkRate,7;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29002,'Neev_INT_3','Rune of Intellect Lv 3','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bInt,7;\n}\nif (.@r>=12) {\n bonus bInt,1;\n bonus bMatkRate,8;\n}\nif (.@r>=13) {\n bonus bInt,1;\n bonus bMatkRate,2;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29003,'Neev_DEX_1','Rune of Dexterity Lv 1','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bDex,5;\n}\nif (.@r>=10) {\n bonus bLongAtkRate,5;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29004,'Neev_DEX_2','Rune of Dexterity Lv 2','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bDex,6;\n}\nif (.@r>=11) {\n bonus bDex,1;\n bonus bLongAtkRate,7;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29005,'Neev_DEX_3','Rune of Dexterity Lv 3','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bDex,7;\n}\nif (.@r>=12) {\n bonus bDex,1;\n bonus bLongAtkRate,8;\n}\nif (.@r>=13) {\n bonus bDex,1;\n bonus bLongAtkRate,2;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29006,'Neev_LUK_1','Rune of Luck Lv 1','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bLuk,5;\n}\nif (.@r>=10) {\n bonus bCritAtkRate,5;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29007,'Neev_LUK_2','Rune of Luck Lv 2','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bLuk,6;\n}\nif (.@r>=11) {\n bonus bLuk,1;\n bonus bCritAtkRate,7;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29008,'Neev_LUK_3','Rune of Luck Lv 3','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bLuk,7;\n}\nif (.@r>=12) {\n bonus bLuk,1;\n bonus bCritAtkRate,8;\n}\nif (.@r>=13) {\n bonus bLuk,1;\n bonus bCritAtkRate,6;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29009,'Neev_VIT_1','Rune of Vitality Lv 1','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bVit,5;\n}\nif (.@r>=10) {\n bonus bMaxHPrate,5;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29010,'Neev_VIT_2','Rune of Vitality Lv 2','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bVit,6;\n}\nif (.@r>=11) {\n bonus bVit,1;\n bonus bMaxHPrate,7;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29011,'Neev_VIT_3','Rune of Vitality Lv 3','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bVit,7;\n}\nif (.@r>=12) {\n bonus bVit,1;\n bonus bMaxHPrate,8;\n}\nif (.@r>=13) {\n bonus bVit,1;\n bonus bMaxHPrate,2;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29013,'HPdrain3','HP Absorption 3','Card','bonus2 bHPDrainRate,10,3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29014,'STR3INT','STR+3 INT-3','Card','bonus bStr,3;\nbonus bInt,-3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29015,'STR3DEX','STR+3 DEX-3','Card','bonus bStr,3;\nbonus bDex,-3;');
|
||||
@ -3836,9 +3833,9 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VAL
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29024,'LUK3STR','LUK+3 STR-3','Card','bonus bLuk,3;\nbonus bStr,-3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29025,'LUK3INT','LUK+3 INT-3','Card','bonus bLuk,3;\nbonus bInt,-3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29026,'Def20','DEF+20','Card',10,'bonus bDef,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29027,'EXP2','EXP+2%','Card','bonus2 bExpAddClass,Class_All,2;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29028,'Atk1p_Top','ATK + 1%','Card','bonus2 bAddClass,Class_All,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29029,'Atk1p_Bottom','ATK+1%(Lower)','Card','bonus2 bAddClass,Class_All,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29027,'EXP2','EXP+2%','Card','bonus2 bExpAddRace,RC_All,2;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29028,'Atk1p_Top','ATK + 1%','Card','bonus2 bAddRace,RC_All,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29029,'Atk1p_Bottom','ATK+1%(Lower)','Card','bonus2 bAddRace,RC_All,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29030,'Matk1p_Top','MATK+1%','Card','bonus bMatkRate,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29031,'Matk1p_Bottom','MATK+1%(Lower)','Card','bonus bMatkRate,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29032,'SPdrain1_Top','SP Absorption 1','Card','bonus2 bSPDrainRate,10,1;');
|
||||
@ -3857,66 +3854,66 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VAL
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29055,'Skill_Delay1_Bottom','After Skill Delay1 Lower','Card','bonus bDelayrate,-1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29056,'FixedCasting05','Reduces Fixed Cast','Card','bonus bFixedCast,-500;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29057,'Kyrie','Kyrie','Card','skill "PR_KYRIE",1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29061,'Ambition1Lv','Mettle Lv. 1','Card',10,'bonus2 bAddClass,Class_All,3;\nbonus bHit,3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29062,'Ambition2Lv','Mettle Lv. 2','Card',10,'bonus2 bAddClass,Class_All,6;\nbonus bHit,6;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29063,'Ambition3Lv','Mettle Lv. 3','Card',10,'bonus2 bAddClass,Class_All,9;\nbonus bHit,9;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29064,'Ambition4Lv','Mettle Lv. 4','Card',10,'bonus2 bAddClass,Class_All,12;\nbonus bHit,12;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29065,'Ambition5Lv','Mettle Lv. 5','Card',10,'bonus2 bAddClass,Class_All,15;\nbonus bHit,15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29066,'Ambition6Lv','Mettle Lv. 6','Card',10,'bonus2 bAddClass,Class_All,18;\nbonus bHit,18;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29067,'Ambition7Lv','Mettle Lv. 7','Card',10,'bonus2 bAddClass,Class_All,21;\nbonus bHit,21;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29068,'Ambition8Lv','Mettle Lv. 8','Card',10,'bonus2 bAddClass,Class_All,24;\nbonus bHit,24;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29069,'Ambition9Lv','Mettle Lv. 9','Card',10,'bonus2 bAddClass,Class_All,27;\nbonus bHit,27;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29070,'Ambition10Lv','Mettle Lv. 10','Card',10,'bonus2 bAddClass,Class_All,33;\nbonus bHit,30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29071,'Tab1Lv','Magic Essence Lv. 1','Card',10,'bonus bMatkRate,3;\nbonus bFixedCast,-100;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29072,'Tab2Lv','Magic Essence Lv. 2','Card',10,'bonus bMatkRate,6;\nbonus bFixedCast,-200;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29073,'Tab3Lv','Magic Essence Lv. 3','Card',10,'bonus bMatkRate,9;\nbonus bFixedCast,-300;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29074,'Tab4Lv','Magic Essence Lv. 4','Card',10,'bonus bMatkRate,12;\nbonus bFixedCast,-400;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29075,'Tab5Lv','Magic Essence Lv. 5','Card',10,'bonus bMatkRate,15;\nbonus bFixedCast,-500;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29076,'Tab6Lv','Magic Essence Lv. 6','Card',10,'bonus bMatkRate,18;\nbonus bFixedCast,-600;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29077,'Tab7Lv','Magic Essence Lv. 7','Card',10,'bonus bMatkRate,21;\nbonus bFixedCast,-700;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29078,'Tab8Lv','Magic Essence Lv. 8','Card',10,'bonus bMatkRate,24;\nbonus bFixedCast,-800;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29079,'Tab9Lv','Magic Essence Lv. 9','Card',10,'bonus bMatkRate,27;\nbonus bFixedCast,-900;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29080,'Tab10Lv','Magic Essence Lv. 10','Card',10,'bonus bMatkRate,33;\nbonus bFixedCast,-1000;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29081,'Expect1Lv','Acute Lv. 1','Card',10,'bonus bCritAtkRate,10;\nbonus bCritical,3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29082,'Expect2Lv','Acute Lv. 2','Card',10,'bonus bCritAtkRate,20;\nbonus bCritical,6;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29083,'Expect3Lv','Acute Lv. 3','Card',10,'bonus bCritAtkRate,30;\nbonus bCritical,9;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29084,'Expect4Lv','Acute Lv. 4','Card',10,'bonus bCritAtkRate,40;\nbonus bCritical,12;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29085,'Expect5Lv','Acute Lv. 5','Card',10,'bonus bCritAtkRate,50;\nbonus bCritical,15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29086,'Expect6Lv','Acute Lv. 6','Card',10,'bonus bCritAtkRate,60;\nbonus bCritical,18;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29087,'Expect7Lv','Acute Lv. 7','Card',10,'bonus bCritAtkRate,70;\nbonus bCritical,21;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29088,'Expect8Lv','Acute Lv. 8','Card',10,'bonus bCritAtkRate,80;\nbonus bCritical,24;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29089,'Expect9Lv','Acute Lv. 9','Card',10,'bonus bCritAtkRate,90;\nbonus bCritical,27;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29090,'Expect10Lv','Acute Lv. 10','Card',10,'bonus bCritAtkRate,110;\nbonus bCritical,30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29091,'ArchLine1Lv','Master Archer Lv. 1','Card',10,'bonus bLongAtkRate,4;\nbonus bAspdRate,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29092,'ArchLine2Lv','Master Archer Lv. 2','Card',10,'bonus bLongAtkRate,8;\nbonus bAspdRate,2;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29093,'ArchLine3Lv','Master Archer Lv. 3','Card',10,'bonus bLongAtkRate,12;\nbonus bAspdRate,3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29094,'ArchLine4Lv','Master Archer Lv. 4','Card',10,'bonus bLongAtkRate,16;\nbonus bAspdRate,4;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29095,'ArchLine5Lv','Master Archer Lv. 5','Card',10,'bonus bLongAtkRate,20;\nbonus bAspdRate,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29096,'ArchLine6Lv','Master Archer Lv. 6','Card',10,'bonus bLongAtkRate,24;\nbonus bAspdRate,6;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29097,'ArchLine7Lv','Master Archer Lv. 7','Card',10,'bonus bLongAtkRate,28;\nbonus bAspdRate,7;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29098,'ArchLine8Lv','Master Archer Lv. 8','Card',10,'bonus bLongAtkRate,32;\nbonus bAspdRate,8;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29099,'ArchLine9Lv','Master Archer Lv. 9','Card',10,'bonus bLongAtkRate,36;\nbonus bAspdRate,9;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29100,'ArchLine10Lv','Master Archer Lv. 10','Card',10,'bonus bLongAtkRate,44;\nbonus bAspdRate,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29101,'Steel1Lv','Adamantine Lv. 1','Card',10,'bonus bMaxHPrate,5;\nbonus bDef,15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29102,'Steel2Lv','Adamantine Lv. 2','Card',10,'bonus bMaxHPrate,10;\nbonus bDef,30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29103,'Steel3Lv','Adamantine Lv. 3','Card',10,'bonus bMaxHPrate,15;\nbonus bDef,45;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29104,'Steel4Lv','Adamantine Lv. 4','Card',10,'bonus bMaxHPrate,20;\nbonus bDef,60;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29105,'Steel5Lv','Adamantine Lv. 5','Card',10,'bonus bMaxHPrate,25;\nbonus bDef,75;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29106,'Steel6Lv','Adamantine Lv. 6','Card',10,'bonus bMaxHPrate,30;\nbonus bDef,90;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29107,'Steel7Lv','Adamantine Lv. 7','Card',10,'bonus bMaxHPrate,35;\nbonus bDef,105;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29108,'Steel8Lv','Adamantine Lv. 8','Card',10,'bonus bMaxHPrate,40;\nbonus bDef,120;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29109,'Steel9Lv','Adamantine Lv. 9','Card',10,'bonus bMaxHPrate,45;\nbonus bDef,135;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29110,'Steel10Lv','Adamantine Lv. 10','Card',10,'bonus bMaxHPrate,55;\nbonus bDef,150;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29111,'Mercy1Lv','Affection Lv. 1','Card',10,'bonus bHealPower,5;\nbonus bMdef,3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29112,'Mercy2Lv','Affection Lv. 2','Card',10,'bonus bHealPower,10;\nbonus bMdef,6;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29113,'Mercy3Lv','Affection Lv. 3','Card',10,'bonus bHealPower,15;\nbonus bMdef,9;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29114,'Mercy4Lv','Affection Lv. 4','Card',10,'bonus bHealPower,20;\nbonus bMdef,12;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29115,'Mercy5Lv','Affection Lv. 5','Card',10,'bonus bHealPower,25;\nbonus bMdef,15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29116,'Mercy6Lv','Affection Lv. 6','Card',10,'bonus bHealPower,30;\nbonus bMdef,18;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29117,'Mercy7Lv','Affection Lv. 7','Card',10,'bonus bHealPower,35;\nbonus bMdef,21;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29118,'Mercy8Lv','Affection Lv. 8','Card',10,'bonus bHealPower,40;\nbonus bMdef,24;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29119,'Mercy9Lv','Affection Lv. 9','Card',10,'bonus bHealPower,45;\nbonus bMdef,27;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29120,'Mercy10Lv','Affection Lv. 10','Card',10,'bonus bHealPower,55;\nbonus bMdef,30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29061,'Mettle1','Mettle Lv. 1','Card',10,'bonus2 bAddClass,Class_All,3;\nbonus bHit,3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29062,'Mettle2','Mettle Lv. 2','Card',10,'bonus2 bAddClass,Class_All,6;\nbonus bHit,6;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29063,'Mettle3','Mettle Lv. 3','Card',10,'bonus2 bAddClass,Class_All,9;\nbonus bHit,9;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29064,'Mettle4','Mettle Lv. 4','Card',10,'bonus2 bAddClass,Class_All,12;\nbonus bHit,12;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29065,'Mettle5','Mettle Lv. 5','Card',10,'bonus2 bAddClass,Class_All,15;\nbonus bHit,15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29066,'Mettle6','Mettle Lv. 6','Card',10,'bonus2 bAddClass,Class_All,18;\nbonus bHit,18;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29067,'Mettle7','Mettle Lv. 7','Card',10,'bonus2 bAddClass,Class_All,21;\nbonus bHit,21;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29068,'Mettle8','Mettle Lv. 8','Card',10,'bonus2 bAddClass,Class_All,24;\nbonus bHit,24;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29069,'Mettle9','Mettle Lv. 9','Card',10,'bonus2 bAddClass,Class_All,27;\nbonus bHit,27;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29070,'Mettle10','Mettle Lv. 10','Card',10,'bonus2 bAddClass,Class_All,33;\nbonus bHit,30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29071,'MagicEessence1','Magic Essence Lv. 1','Card',10,'bonus bMatkRate,3;\nbonus bFixedCast,-100;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29072,'MagicEessence2','Magic Essence Lv. 2','Card',10,'bonus bMatkRate,6;\nbonus bFixedCast,-200;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29073,'MagicEessence3','Magic Essence Lv. 3','Card',10,'bonus bMatkRate,9;\nbonus bFixedCast,-300;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29074,'MagicEessence4','Magic Essence Lv. 4','Card',10,'bonus bMatkRate,12;\nbonus bFixedCast,-400;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29075,'MagicEessence5','Magic Essence Lv. 5','Card',10,'bonus bMatkRate,15;\nbonus bFixedCast,-500;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29076,'MagicEessence6','Magic Essence Lv. 6','Card',10,'bonus bMatkRate,18;\nbonus bFixedCast,-600;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29077,'MagicEessence7','Magic Essence Lv. 7','Card',10,'bonus bMatkRate,21;\nbonus bFixedCast,-700;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29078,'MagicEessence8','Magic Essence Lv. 8','Card',10,'bonus bMatkRate,24;\nbonus bFixedCast,-800;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29079,'MagicEessence9','Magic Essence Lv. 9','Card',10,'bonus bMatkRate,27;\nbonus bFixedCast,-900;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29080,'MagicEessence10','Magic Essence Lv. 10','Card',10,'bonus bMatkRate,33;\nbonus bFixedCast,-1000;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29081,'Acute1','Acute Lv. 1','Card',10,'bonus bCritAtkRate,10;\nbonus bCritical,3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29082,'Acute2','Acute Lv. 2','Card',10,'bonus bCritAtkRate,20;\nbonus bCritical,6;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29083,'Acute3','Acute Lv. 3','Card',10,'bonus bCritAtkRate,30;\nbonus bCritical,9;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29084,'Acute4','Acute Lv. 4','Card',10,'bonus bCritAtkRate,40;\nbonus bCritical,12;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29085,'Acute5','Acute Lv. 5','Card',10,'bonus bCritAtkRate,50;\nbonus bCritical,15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29086,'Acute6','Acute Lv. 6','Card',10,'bonus bCritAtkRate,60;\nbonus bCritical,18;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29087,'Acute7','Acute Lv. 7','Card',10,'bonus bCritAtkRate,70;\nbonus bCritical,21;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29088,'Acute8','Acute Lv. 8','Card',10,'bonus bCritAtkRate,80;\nbonus bCritical,24;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29089,'Acute9','Acute Lv. 9','Card',10,'bonus bCritAtkRate,90;\nbonus bCritical,27;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29090,'Acute10','Acute Lv. 10','Card',10,'bonus bCritAtkRate,110;\nbonus bCritical,30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29091,'MasterArcher1','Master Archer Lv. 1','Card',10,'bonus bLongAtkRate,4;\nbonus bAspdRate,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29092,'MasterArcher2','Master Archer Lv. 2','Card',10,'bonus bLongAtkRate,8;\nbonus bAspdRate,2;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29093,'MasterArcher3','Master Archer Lv. 3','Card',10,'bonus bLongAtkRate,12;\nbonus bAspdRate,3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29094,'MasterArcher4','Master Archer Lv. 4','Card',10,'bonus bLongAtkRate,16;\nbonus bAspdRate,4;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29095,'MasterArcher5','Master Archer Lv. 5','Card',10,'bonus bLongAtkRate,20;\nbonus bAspdRate,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29096,'MasterArcher6','Master Archer Lv. 6','Card',10,'bonus bLongAtkRate,24;\nbonus bAspdRate,6;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29097,'MasterArcher7','Master Archer Lv. 7','Card',10,'bonus bLongAtkRate,28;\nbonus bAspdRate,7;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29098,'MasterArcher8','Master Archer Lv. 8','Card',10,'bonus bLongAtkRate,32;\nbonus bAspdRate,8;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29099,'MasterArcher9','Master Archer Lv. 9','Card',10,'bonus bLongAtkRate,36;\nbonus bAspdRate,9;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29100,'MasterArcher10','Master Archer Lv. 10','Card',10,'bonus bLongAtkRate,44;\nbonus bAspdRate,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29101,'Adamatine1','Adamantine Lv. 1','Card',10,'bonus bMaxHPrate,5;\nbonus bDef,15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29102,'Adamatine2','Adamantine Lv. 2','Card',10,'bonus bMaxHPrate,10;\nbonus bDef,30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29103,'Adamatine3','Adamantine Lv. 3','Card',10,'bonus bMaxHPrate,15;\nbonus bDef,45;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29104,'Adamatine4','Adamantine Lv. 4','Card',10,'bonus bMaxHPrate,20;\nbonus bDef,60;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29105,'Adamatine5','Adamantine Lv. 5','Card',10,'bonus bMaxHPrate,25;\nbonus bDef,75;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29106,'Adamatine6','Adamantine Lv. 6','Card',10,'bonus bMaxHPrate,30;\nbonus bDef,90;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29107,'Adamatine7','Adamantine Lv. 7','Card',10,'bonus bMaxHPrate,35;\nbonus bDef,105;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29108,'Adamatine8','Adamantine Lv. 8','Card',10,'bonus bMaxHPrate,40;\nbonus bDef,120;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29109,'Adamatine9','Adamantine Lv. 9','Card',10,'bonus bMaxHPrate,45;\nbonus bDef,135;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29110,'Adamatine10','Adamantine Lv. 10','Card',10,'bonus bMaxHPrate,55;\nbonus bDef,150;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29111,'Affection1','Affection Lv. 1','Card',10,'bonus bHealPower,5;\nbonus bMdef,3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29112,'Affection2','Affection Lv. 2','Card',10,'bonus bHealPower,10;\nbonus bMdef,6;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29113,'Affection3','Affection Lv. 3','Card',10,'bonus bHealPower,15;\nbonus bMdef,9;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29114,'Affection4','Affection Lv. 4','Card',10,'bonus bHealPower,20;\nbonus bMdef,12;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29115,'Affection5','Affection Lv. 5','Card',10,'bonus bHealPower,25;\nbonus bMdef,15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29116,'Affection6','Affection Lv. 6','Card',10,'bonus bHealPower,30;\nbonus bMdef,18;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29117,'Affection7','Affection Lv. 7','Card',10,'bonus bHealPower,35;\nbonus bMdef,21;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29118,'Affection8','Affection Lv. 8','Card',10,'bonus bHealPower,40;\nbonus bMdef,24;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29119,'Affection9','Affection Lv. 9','Card',10,'bonus bHealPower,45;\nbonus bMdef,27;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29120,'Affection10','Affection Lv. 10','Card',10,'bonus bHealPower,55;\nbonus bMdef,30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29121,'Goddess_of_Justice_A','Goddess of Justice A','Card',10,'bonus bBaseAtk,20;\nbonus bHit,2;\nbonus bMaxHP,300;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29122,'Goddess_of_Justice_S','Goddess of Justice S','Card',10,'bonus bBaseAtk,40;\nbonus bHit,4;\nbonus bMaxHP,600;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29123,'Goddess_of_Mercy_A','Goddess of Mercy A','Card',10,'bonus bMatk,20;\nbonus bHealPower,4;\nbonus bMaxSP,20;');
|
||||
@ -4198,14 +4195,14 @@ 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`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (31013,'LoVA_Realization_Bahamut_Card','LoVA Realization Bahamut Card','Card',20,10,true,'CLIENT','bonus2 bSkillAtk,"RK_DRAGONBREATH",15;\nbonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",15;\nif (getrefine()>=7) {\n bonus bDelayrate,-3;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (31014,'LoVA_Ragnarok_Card','LoVA Ragnarok Card','Card',20,10,true,'CLIENT','bonus bMdef,7;\nbonus bMaxHPrate,6;\nif (getrefine()>=7) {\n bonus2 bSkillAtk,"HW_GRAVITATION",9;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (31015,'LoVA_Realization_Ragnarok_Card','LoVA Realization Ragnarok Card','Card',20,10,true,'CLIENT','bonus bMdef,10;\nbonus bMaxHPrate,10;\nif (getrefine()>=7) {\n bonus2 bSkillAtk,"HW_GRAVITATION",769;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (31016,'Decorated_Evil_Tree_Card','Decorated Evil Tree Card','Card',20,10,true,'CLIENT','bonus bMaxHP,1000;\nbonus bMaxSP,150;\nbonus bFlee,-25;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (31017,'Vicious_Cookie_Card','Vicious Cookie Card','Card',20,10,true,'CLIENT','.@r = getrefine();\nbonus2 bAddClass,Class_All,1+.@r;\nbonus bMatkRate,1+.@r;\nbonus bMaxHPrate,-(2+(.@r*2));');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (31018,'Evil_Dwelling_Box_Card','Evil Dwelling Box Card','Card',20,10,true,'CLIENT','bonus bMaxHP,-1225;\nbonus3 bAddEff,Eff_Curse,5000,ATF_MAGIC;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (31019,'Creepy_Demon_Card','Creepy Demon Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,-13;\nbonus3 bAddEffWhenHit,Eff_Curse,4000,ATF_MAGIC;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (31020,'Malicious_Baby_Ghost_Card','Malicious Baby Ghost Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,-13;\nbonus3 bAddEffWhenHit,Eff_Curse,4000,ATF_WEAPON;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (31021,'Dancing_Marionette_Card','Dancing Marionette Card','Card',20,10,true,'CLIENT','bonus bAspdRate,10;\nbonus2 bAddClass,Class_All,-3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (31022,'Abandoned_Teddy_Bear_Card','Abandoned Teddy Bear Card','Card',20,10,true,'CLIENT','bonus bMaxSPRate,20;\nbonus2 bAddEff2,Eff_Curse,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (31023,'Celine_Kimi_Card','Celine Kimi Card','Card',20,10,true,'CLIENT','bonus bMatkRate,10;\nbonus5 bAutoSpell,"NPC_CRITICALWOUND",3,5+(10*(getrefine()/3)),BF_MAGIC,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (31016,'XM_Tree_Card','Decorated Evil Tree Card','Card',20,10,true,'CLIENT','bonus bMaxHP,1000;\nbonus bMaxSP,150;\nbonus bFlee,-25;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (31017,'XM_Cookie_Card','Vicious Cookie Card','Card',20,10,true,'CLIENT','.@r = getrefine()/2;\nbonus2 bAddClass,Class_All,1+.@r;\nbonus bMatkRate,1+.@r;\nbonus bMaxHPrate,-2*(1+.@r);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (31018,'XM_Mystcase_Card','Evil Dwelling Box Card','Card',20,10,true,'CLIENT','bonus bMaxHP,-1225;\nbonus3 bAddEff,Eff_Curse,5000,ATF_MAGIC;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (31019,'XM_Lude_Card','Creepy Demon Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,-13;\nbonus3 bAddEffWhenHit,Eff_Curse,4000,ATF_MAGIC;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (31020,'XM_Hylozoist_Card','Malicious Baby Ghost Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,-13;\nbonus3 bAddEffWhenHit,Eff_Curse,4000,ATF_WEAPON;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (31021,'XM_Marionette_Card','Dancing Marionette Card','Card',20,10,true,'CLIENT','bonus bAspdRate,10;\nbonus2 bAddClass,Class_All,-3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (31022,'XM_Teddy_Bear_Card','Abandoned Teddy Bear Card','Card',20,10,true,'CLIENT','bonus bMaxSPRate,20;\nbonus2 bAddEff2,Eff_Curse,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (31023,'XM_Celine_Kimi_Card','Celine Kimi Card','Card',20,10,true,'CLIENT','bonus bMatkRate,10;\nbonus5 bAutoSpell,"NPC_CRITICALWOUND",3,5+(10*(getrefine()/3)),BF_MAGIC,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (31024,'As_Bdy_Knight_Card','Immortal Cursed Knight Card','Card',20,10,true,true,'CLIENT','bonus2 bAddClass,Class_All,10;\nbonus5 bAutoSpell,"RK_IGNITIONBREAK",5,20,BF_WEAPON,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (31025,'As_Wind_Ghost_Card','Immortal Wind Ghost Card','Card',20,10,true,true,'CLIENT','bonus bMatkRate,10;\nbonus5 bAutoSpell,"SO_CLOUD_KILL",5,10,BF_MAGIC,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (31026,'As_Ragged_Golem_Card','Stephane Jack Earnest Wolf Card','Card',20,10,true,true,'CLIENT','bonus5 bAutoSpellWhenHit,"SO_FIREWALK",5,35,BF_WEAPON,0;\nbonus5 bAutoSpellWhenHit,"SO_ELECTRICWALK",5,80,BF_MAGIC,0;\nautobonus "{ bonus bFlee,200; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_TEIHIT1; }";\nautobonus "{ bonus bSpeedRate,25; }",25,10000,BF_MAGIC,"{ specialeffect2 EF_POTION_BERSERK; }";');
|
||||
|
@ -147,7 +147,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`,`flag_buyingstore`,`script`) VALUES (645,'Center_Potion','Concentration Potion','Usable',1200,100,true,'sc_start SC_ASPDPOTION0,1800000,4;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_alchemist`,`job_archer`,`job_assassin`,`job_blacksmith`,`job_crusader`,`job_gunslinger`,`job_hunter`,`job_kagerouoboro`,`job_knight`,`job_mage`,`job_merchant`,`job_monk`,`job_ninja`,`job_novice`,`job_rebellion`,`job_rogue`,`job_sage`,`job_soullinker`,`job_stargladiator`,`job_summoner`,`job_supernovice`,`job_swordman`,`job_taekwon`,`job_thief`,`job_wizard`,`equip_level_min`,`flag_buyingstore`,`script`) VALUES (656,'Awakening_Potion','Awakening Potion','Usable',2200,150,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,40,true,'sc_start SC_ASPDPOTION1,1800000,6;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_alchemist`,`job_blacksmith`,`job_crusader`,`job_gunslinger`,`job_knight`,`job_mage`,`job_merchant`,`job_rebellion`,`job_rogue`,`job_soullinker`,`job_stargladiator`,`job_swordman`,`job_taekwon`,`job_wizard`,`equip_level_min`,`flag_buyingstore`,`script`) VALUES (657,'Berserk_Potion','Berserk Potion','Usable',4500,200,true,true,true,true,true,true,true,true,true,true,true,true,true,true,85,true,'sc_start SC_ASPDPOTION2,1800000,9;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (658,'Union_Of_Tribe','Union of Tribe','Usable',2,500,true,'guildgetexp rand(600000,1200000);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (658,'Union_Of_Tribe','Union of Tribe','Usable',2,500,true,'guildgetexp rand(50000,100000);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (659,'Heart_Of_Her','Her Heart','Usable',500,50,true,100,true,'pet 1188;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (660,'Prohibition_Red_Candle','Forbidden Red Candle','Usable',20000,50,true,100,true,'pet 1200;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (661,'Sway_Apron','Soft Apron','Usable',20000,50,true,100,true,'pet 1275;');
|
||||
@ -277,17 +277,17 @@ 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`,`script`) VALUES (11588,'Fresh_Strawberries','Fresh Strawberries','Healing',10,10,'itemheal rand(32,56),rand(16,28);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (11589,'Iceflake','Cold Snow Cone','Healing',20,50,true,'percentheal 5,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (11590,'Meat_Skewer5','Skewer No.5','Healing',5000,300,true,'itemheal rand(760,810),10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11592,'Trance_Candy_R','Trans Candy Red','Healing',20,30,'itemheal 45,0;\ntransform 1507,600000,SC_MTF_MHP,1000;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11593,'Trance_Candy_B','Trans Candy Blue','Healing',20,30,'itemheal 45,0;\ntransform 1102,600000,SC_MTF_MSP,100;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11594,'Trance_Candy_Y','Trans Candy Yellow','Healing',20,30,'itemheal 45,0;\ntransform 1130,600000,SC_MTF_PUMPKIN,2000;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11595,'Trance_Candy_G','Trans Candy Green','Healing',20,30,'itemheal 45,0;\ntransform 1508,600000,SC_MTF_HITFLEE,10,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11592,'Trance_Candy_R','Trans Candy Red','Healing',20,30,'itemheal 45,0;\ntransform 1507,600000,SC_MTF_MHP,1000;\nspecialeffect2 EF_CLOAKING;\nshowscript "Trans-Form-!! Bloody Murderer Fo-rm!!";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11593,'Trance_Candy_B','Trans Candy Blue','Healing',20,30,'itemheal 45,0;\ntransform 1102,600000,SC_MTF_MSP,100;\nspecialeffect2 EF_CLOAKING;\nshowscript "Trans-Form-!!! Bathory Fo-rm!!";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11594,'Trance_Candy_Y','Trans Candy Yellow','Healing',20,30,'itemheal 45,0;\ntransform 1130,600000,SC_MTF_PUMPKIN,2000;\nspecialeffect2 EF_CLOAKING;\nshowscript "Trans-Form-!! Jack Fo-rm!!";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11595,'Trance_Candy_G','Trans Candy Green','Healing',20,30,'itemheal 45,0;\ntransform 1508,600000,SC_MTF_HITFLEE,10,20;\nspecialeffect2 EF_CLOAKING;\nshowscript "Trans-Form-!! Cube Fo-rm!!";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11596,'Blood_In_Skull','Blood In Skull','Healing',20,50,'itemheal rand(600,800),0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (11597,'Iron_Bug','Iron Worm','Healing',10,10,true);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`) VALUES (11598,'Bitter_Cacao_Bean','Bitter Cacao Bean','Healing',10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (11599,'Superstar_Potion','Superstar Potion','Healing',10,10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (11600,'Shining_Holy_Water','Shining Holy Water','Healing',10,15,true,'if (strcharinfo(3) == "prt_q") {\n bonus_script "{ bonus2 bSubSize,Size_All,10; }",600;\n sc_end SC_SILENCE;\n sc_end SC_POISON;\n sc_end SC_CURSE;\n heal 1000,0;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11601,'Delicious_Anchovy','Delicious Anchovy','Healing',20,30,'itemheal rand(30,46),0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11602,'Catnip_Fruit','Catnip Fruit','Healing',15,1,'itemheal rand(10,40),0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (11600,'ShiningHolyWater','Shining Holy Water','Healing',10,15,true,'if (strcharinfo(3) == "prt_q") {\n specialeffect2 EF_GUARD;\n bonus_script "{ bonus2 bSubSize,Size_All,10; }",600;\n sc_end SC_SILENCE;\n sc_end SC_POISON;\n sc_end SC_CURSE;\n heal 1000,0;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11601,'Tasty_Anchovy','Delicious Anchovy','Healing',20,30,'itemheal rand(30,46),0;\nspecialeffect2 EF_HEAL3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11602,'Nepeta_Cataria','Catnip Fruit','Healing',15,1,'itemheal rand(36,40),0;\nspecialeffect2 EF_HEAL3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (11605,'Cookies_Bat','Cookie Bat','Healing',50,'itemheal rand(50,100),0;\n/*TODO*/');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11616,'Yummy_Meat','Delicious Meat','Healing',1400,50,'itemheal rand(100,150),0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`delay_duration`,`script`) VALUES (11621,'Red_Syrup','Red Syrup','Healing',800,7,60,1000,'itemheal 325,0;');
|
||||
@ -295,7 +295,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`,`equip_level_min`,`delay_duration`,`script`) VALUES (11623,'White_Syrup','White Syrup','Healing',1500,14,60,1000,'itemheal 1800,0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`delay_duration`,`script`) VALUES (11624,'Blue_Syrup','Blue Syrup','Healing',7000,10,60,10000,'itemheal 0,180;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11701,'Girl_Bunch_Of_Flower','Girl\'s Bouquet','Healing',20,50,'itemheal rand(105,145),0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`) VALUES (11702,'Moon_Cookie','Moon Cookie','Healing',300,100,true);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`script`) VALUES (11702,'Moon_Cookie','Moon Cookie','Healing',300,100,true,'unitskilluseid getcharid(3),"AL_BLESSING",7;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (11703,'Mysterious_Blood','Mystery Blood','Healing',30,'itemheal 0,rand(25,35);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11704,'KETUPAT_F','Ketupat','Healing',2,10,'itemheal rand(70,90),0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11705,'Special_White_Potion','Children\'s Potion','Healing',1,10,'itemheal rand(425,425),0;');
|
||||
@ -328,8 +328,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`) VALUES (12018,'Fire_Cracker','Firecracker','Usable',2,20,true);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12019,'Holy_Egg','Holy Egg','Delayconsume',2,150,'itemskill "ALL_RESURRECTION",2;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12020,'Water_Of_Darkness','Cursed Water','Delayconsume',2,30,true,'itemskill "ITEM_ENCHANTARMS",8;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12021,'Pork_Belly','Pork','Healing',10,'itemheal rand(70,99),0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12022,'Spareribs','Galbi','Healing',10,'itemheal rand(70,99),0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12021,'Pork_Belly','Pork','Healing',10,'getexp2 33333333,0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12022,'Spareribs','Galbi','Healing',10,'getexp2 0,33333333;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12023,'Giftbox_China','Wrapped Box','Usable',1000,200,true,'getrandgroupitem(IG_GiftBoxChina,1);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_deadbranch`,`script`) VALUES (12024,'Red_Pouch_Of_Surprise','Red Pouch','Usable',50,50,true,'monster "this",-1,-1,"--ja--",-1-MOBG_Red_Pouch_Of_Surprise,1,"";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12025,'Egg_Boy','Dano Festival Egg','Usable',1000,200,true,'getrandgroupitem(IG_EggBoy,1);');
|
||||
@ -441,7 +441,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`,`script`) VALUES (12131,'Lucky_Potion','Lucky Potion','Healing',2,100,'/* sc_start SC_LUKFOOD,180000,15; */');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (12132,'Red_Bag','Santa\'s Bag','Usable',200,true,'sc_start SC_XMAS,600000,0;\nsc_start SC_SPEEDUP0,600000,25;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12133,'Ice_Cream_','McDonald\'s Ice Cone','Healing',80,'if (gettime(DT_DAYOFMONTH) != MDiceCone) {\n MDiceCone = gettime(DT_DAYOFMONTH);\n percentheal 50,50;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12134,'Red_Envelope','Red Envelope','Usable',1,10,'Zeny += rand(1000,10000);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12134,'Red_Envelope','Red Envelope','Usable',1,10,'.@r = BaseLevel*100;\ngetexp2 .@r,.@r;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`delay_duration`,`script`) VALUES (12135,'Green_Ale','Green Ale','Usable',20,30,3000,'percentheal 50,50;\nsc_start SC_CONFUSION,10000,0,1000,0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12136,'Women\'s_Bundle','Women\'s Bundle','Usable',100,'getitem callfunc("F_Rand",558,529,2668,7518),1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (12137,'1st_Stage_Prize','First Stage Prize','Usable');
|
||||
@ -526,7 +526,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`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12216,'Inc_Agi_10_Scroll','LV10 Agil Scroll','Usable',2,10,100,true,100,true,true,true,true,true,true,true,'if (Hp>15) {\n skilleffect "AL_INCAGI",0;\n sc_start SC_INCREASEAGI,240000,10;\n heal -15,0;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12217,'Aspersio_5_Scroll','LV5 Aspersio Scroll','Usable',2,10,100,true,100,true,true,true,true,true,true,true,'if (countitem(523)>0) {\n skilleffect "PR_ASPERSIO",0;\n sc_start SC_ASPERSIO,180000,5;\n delitem 523,1;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12218,'Assumptio_5_Scroll','LV5 Assumptio Scroll','Usable',2,10,100,true,100,true,true,true,true,true,true,true,'sc_start SC_ASSUMPTIO,100000,5;\nskilleffect "HP_ASSUMPTIO",0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12219,'Wind_Walk_10_Scroll','LV10 Wind Walker Scroll','Usable',2,10,100,true,100,true,true,true,true,true,true,true,'skilleffect "SN_WINDWALK",0;\nsc_start SC_WINDWALK,250000,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12219,'Wind_Walk_10_Scroll','LV10 Wind Walker Scroll','Usable',2,10,100,true,100,true,true,true,true,true,true,true,'skilleffect "SN_WINDWALK",0;\nsc_start SC_WINDWALK,250000,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12220,'Adrenaline_Scroll','LV5 Adrenaline Scroll','Usable',2,10,100,true,100,true,true,true,true,true,true,true,'.@type = getiteminfo(getequipid(EQI_HAND_R),11);\nif (.@type == W_1HAXE || .@type == W_2HAXE || .@type == W_MACE) {\n skilleffect "BS_ADRENALINE",0;\n sc_start SC_ADRENALINE,150000,5;\n}');
|
||||
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 (12221,'Megaphone_','Megaphone','Usable',2,10,100,true,true,true,true,true,true,true,'input .@megaphone$;\nannounce strcharinfo(0) + ": " + .@megaphone$,bc_all,0xFF0000;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12225,'Sweet_Candy_Striper','Sweet Candy Cane','Usable',20,50,100,true,'pet 1245;');
|
||||
@ -539,7 +539,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`,`script`) VALUES (12232,'Gingerbread','Ginger Bread','Usable',20,150,'sc_start SC_ASPDPOTION1,900000,0;\nsc_start SC_SPEEDUP0,900000,25;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12233,'Kvass','Kvass','Healing',20,200,'percentheal 100,100;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12234,'Cacao99','Fierce Cacao 99%','Healing',20,100,'percentheal 25,0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12235,'Strawberry_Choco','Chocolate Strawberry','Usable',20,100,100,true,'percentheal 0,5;\nskilleffect "AL_BLESSING",0;\nsc_start SC_BLESSING,240000,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12235,'Strawberry_Choco','Chocolate Strawberry','Usable',20,100,100,true,'percentheal 0,5;\nskilleffect "AL_BLESSING",0;\nsc_start SC_BLESSING,240000,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12236,'Choco_Tart','Chocolate Tart','Delayconsume',20,100,100,true,'percentheal 5,0;\nitemskill "AL_ANGELUS",5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12237,'Choco_Lump','Junky Chocolate','Usable',100,100,true,'percentheal 0,5;\nsc_start SC_POISON,18000,0;\nsc_start SC_BLEEDING,18000,0;');
|
||||
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 (12238,'New_Year_Rice_Cake_1','New Year Rice Cake','Usable',20,100,100,true,true,true,true,true,true,'sc_start SC_DPOISON,10000,0,1000,0;\nsc_start SC_POISON,50000,0;');
|
||||
@ -614,7 +614,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`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`,`unequip_script`) VALUES (12307,'Kid','Kid Magic Powder','Usable',100,true,true,true,true,true,true,true,true,'setfont 7;','setfont 0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`,`unequip_script`) VALUES (12308,'Magic_Castle','Magic Magic Powder','Usable',100,true,true,true,true,true,true,true,true,'setfont 8;','setfont 0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`,`unequip_script`) VALUES (12309,'Bulging_Head','JJangu Magic Powder','Usable',100,true,true,true,true,true,true,true,true,'setfont 9;','setfont 0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12310,'Spray_Of_Flowers','Spray Of Flowers','Usable',50,100,true,100,true,true,true,true,true,true,'sc_start SC_FLEEFOOD,300000,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12310,'Spray_Of_Flowers','Spray Of Flowers','Usable',50,100,true,100,true,true,true,true,true,true,'sc_start SC_FLEEFOOD,300000,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12311,'Large_Spray_Of_Flowers','Huge Spray Of Flowers','Delayconsume',100,100,true,100,true,true,true,true,true,true,'itemskill "ALL_PARTYFLEE",5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (12312,'Thick_Manual50','Thick Battle Manual','Usable','sc_start SC_EXPBOOST,3600000,50;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12313,'Protection_Of_Angel','Guardian Angel','Usable',100,true,100,true,true,true,true,true,true,true,'/* itemskill "ALL_ANGEL_PROTECT",1; */');
|
||||
@ -700,10 +700,10 @@ 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`,`job_blacksmith`,`class_third`,`class_third_upper`,`class_third_baby`,`flag_buyingstore`,`script`) VALUES (12393,'RepairB','Repair B','Usable',500,140,true,true,true,true,true,'if (checkmadogear()) {\n itemheal rand(300,400),0;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_blacksmith`,`class_third`,`class_third_upper`,`class_third_baby`,`flag_buyingstore`,`script`) VALUES (12394,'RepairC','Repair C','Usable',1100,180,true,true,true,true,true,'if (checkmadogear()) {\n itemheal rand(400,500),0;\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12395,'Tantanmen','Tantan Noodle','Usable',20,50,true,'pet 1519;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12396,'Fools_Day_Box','Gift Box?','Delayconsume',20,10,100,true,'.@rnd = rand(1,10);\nif (.@rnd == 1) itemskill "AL_TELEPORT",1;\nelse if (.@rnd == 2) itemskill "AL_TELEPORT",3;\nelse if (.@rnd == 3) percentheal 50,0;\nelse if (.@rnd == 4) percentheal 0,50;\nelse if (.@rnd == 5) end;\nelse if (.@rnd == 6) getitem 512,1;\nelse if (.@rnd == 7) itemskill "ALL_REVERSEORCISH",1;\nelse if (.@rnd == 8) specialeffect2 EF_MAPPILLAR2;\nelse if (.@rnd == 9) specialeffect2 EF_ANGEL2;\nelse specialeffect2 EF_COIN;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12397,'Fools_Day_Box2','Gift Box?','Delayconsume',20,10,100,true,'.@rnd = rand(1,10);\nif (.@rnd == 1) itemskill "TF_DETOXIFY",1;\nelse if (.@rnd == 2) itemskill "TF_PICKSTONE",1;\nelse if (.@rnd == 3) itemskill "BA_FROSTJOKER",1;\nelse if (.@rnd == 4) itemskill "DC_SCREAM",1;\nelse if (.@rnd == 5) end;\nelse if (.@rnd == 6) getitem 909,1;\nelse if (.@rnd == 7) itemskill "AL_RUWACH",1;\nelse if (.@rnd == 8) specialeffect2 EF_BEGINASURA;\nelse if (.@rnd == 9) specialeffect2 EF_MVP;\nelse specialeffect2 EF_CURSEATTACK;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12396,'Fools_Day_Box','Gift Box?','Delayconsume',20,10,100,true,'.@rnd = rand(1,9);\nif (.@rnd == 1) itemskill "AL_TELEPORT",1;\nelse if (.@rnd == 2) itemskill "AL_TELEPORT",3;\nelse if (.@rnd == 3) percentheal 50,0;\nelse if (.@rnd == 4) percentheal 0,50;\nelse if (.@rnd == 5) getitem 512,1;\nelse if (.@rnd == 6) itemskill "ALL_REVERSEORCISH",1;\nelse if (.@rnd == 7) specialeffect2 EF_MAPPILLAR2;\nelse if (.@rnd == 8) specialeffect2 EF_ANGEL2;\nelse specialeffect2 EF_COIN;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12397,'Fools_Day_Box2','Gift Box?','Delayconsume',20,10,100,true,'.@rnd = rand(1,9);\nif (.@rnd == 1) itemskill "TF_DETOXIFY",1;\nelse if (.@rnd == 2) itemskill "TF_PICKSTONE",1;\nelse if (.@rnd == 3) itemskill "BA_FROSTJOKER",1;\nelse if (.@rnd == 4) itemskill "DC_SCREAM",1;\nelse if (.@rnd == 5) getitem 909,1;\nelse if (.@rnd == 6) itemskill "AL_RUWACH",1;\nelse if (.@rnd == 7) specialeffect2 EF_BEGINASURA;\nelse if (.@rnd == 8) specialeffect2 EF_MVP;\nelse specialeffect2 EF_CURSEATTACK;');
|
||||
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_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12398,'PCBang_Gift_Box','PCRoom Gift Box','Usable',20,10,100,true,true,true,true,true,true,true,true);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12399,'Castle_Treasure_Box','Castle Treasure Box','Usable',20,1000,'Zeny += 1000000;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12399,'Castle_Treasure_Box','Castle Treasure Box','Usable',20,1000,'Zeny += rand(50000,100000);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12400,'Water_Of_Blessing_','Water Of Blessing','Usable',20,10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (12401,'Rune_Kn_Test_Int','Rune Kn Test Int','Usable','sc_start SC_INCINT,300000,40;');
|
||||
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 (12402,'29Fruit','29Fruit','Usable',100,true,true,true,true,true,true,true,'percentheal 5,5;');
|
||||
@ -742,39 +742,39 @@ 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`,`script`) VALUES (12435,'Black_Thing','Black Mass','Usable',50,'sc_start SC_STOMACHACHE,60000,rand(5,10);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12436,'Vitata500','Vitata 500','Healing',10,10,true,'sc_start2 SC_VITATA_500,500000,20,5;\nitemheal 0,200;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12437,'Enrich_Celermine_Juice','Concentrated Ceromain Soup','Usable',10,10,true,'sc_start SC_EXTRACT_SALAMINE_JUICE,500000,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12438,'F_Giant_Fly_Wing','F Giant Fly Wing','Usable',2,10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12439,'F_Battle_Manual','F Old Battle Manual','Usable',2,10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12440,'F_Insurance','F Insurance','Usable',2,10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12441,'F_Bubble_Gum','F Old Bubble Gum','Usable',2,10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12442,'F_Kafra_Card','F Kafra Card','Usable',2,10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`) VALUES (12443,'F_Neuralizer','F Neuralizer','Usable',2);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12438,'F_Giant_Fly_Wing','F Giant Fly Wing','Usable',2,10,'callfunc "F_CashPartyCall";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12439,'F_Battle_Manual','F Old Battle Manual','Usable',2,10,'sc_start SC_EXPBOOST,1800000,50;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12440,'F_Insurance','F Insurance','Usable',2,10,'sc_start SC_LIFEINSURANCE,1800000,0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12441,'F_Bubble_Gum','F Old Bubble Gum','Usable',2,10,'sc_start SC_ITEMBOOST,1800000,100;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12442,'F_Kafra_Card','F Kafra Card','Usable',2,10,'callfunc "F_CashStore";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (12443,'F_Neuralizer','F Neuralizer','Usable',2,'callfunc "F_CashReset";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12444,'F_Dun_Tele_Scroll1','WoE Telport Scroll','Usable',10,'callfunc "F_CashSiegeTele";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12445,'F_Str_Dish10_','F Str Dish10','Usable',2,10,'sc_start SC_STRFOOD,1800000,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12446,'F_Agi_Dish10_','F Agi Dish10','Usable',2,10,'sc_start SC_AGIFOOD,1800000,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12447,'F_Int_Dish10_','F Int Dish10','Usable',2,10,'sc_start SC_INTFOOD,1800000,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12448,'F_Dex_Dish10_','F Dex Dish10','Usable',2,10,'sc_start SC_DEXFOOD,1800000,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12445,'F_Str_Dish10_','F Str Dish10','Usable',2,10,'sc_start SC_STRFOOD,1800000,10;\npercentheal 20,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12446,'F_Agi_Dish10_','F Agi Dish10','Usable',2,10,'sc_start SC_AGIFOOD,1800000,10;\npercentheal 15,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12447,'F_Int_Dish10_','F Int Dish10','Usable',2,10,'sc_start SC_INTFOOD,1800000,10;\npercentheal 10,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12448,'F_Dex_Dish10_','F Dex Dish10','Usable',2,10,'sc_start SC_DEXFOOD,1800000,10;\npercentheal 10,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12449,'F_Luk_Dish10_','F Luk Dish10','Usable',2,10,'sc_start SC_LUKFOOD,1800000,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12450,'F_Vit_Dish10_','F Vit Dish10','Usable',2,10,'sc_start SC_VITFOOD,1800000,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12451,'F_WOB_Rune','F WOB Rune','Usable',10);
|
||||
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`) VALUES (12456,'F_Greed_Scroll','F Greed Scroll','Usable',10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12457,'F_Glass_Of_Illusion','F Glass Of Illusion','Usable',10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12458,'F_Abrasive','F Abrasive','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 (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;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12460,'F_Small_Life_Potion','F Small Life Potion','Usable',10,'specialeffect2 EF_HEAL3;\nsc_start2 SC_S_LIFEPOTION,600000,-5,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12461,'F_Regeneration_Potion','F Regeneration Potion','Usable',10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12461,'F_Regeneration_Potion','F Regeneration Potion','Usable',10,'specialeffect2 EF_LIGHTSPHERE;\nsc_start SC_INCHEALRATE,1800000,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12462,'F_B_Mdef_Potion','F B Mdef Potion','Usable',10,'specialeffect EF_SPELLBREAKER;\nbonus_script "{ bonus3 bSubEle,Ele_All,3,BF_MAGIC; }",180,0,0,EFST_PROTECT_MDEF;');
|
||||
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`) VALUES (12466,'F_Blessing_10_Scroll','F Blessing 10 Scroll','Usable',2,10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12467,'F_Inc_Agi_10_Scroll','F Inc Agi 10 Scroll','Usable',2,10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12468,'F_Aspersio_5_Scroll','F Aspersio 5 Scroll','Usable',2,10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12470,'F_Wind_Walk_10_Scroll','F Wind Walk 10 Scroll','Usable',2,10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12471,'F_Adrenaline_Scroll','F Adrenaline Scroll','Usable',2,10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12472,'F_Convex_Mirror','F Convex Mirror','Usable',2,10);
|
||||
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 (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);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12475,'Cure_Free','Cure Free','Usable',20,50,true,'sc_end SC_SILENCE;\nsc_end SC_BLEEDING;\nsc_end SC_POISON;\nsc_end SC_CURSE;\nsc_end SC_ORCISH;\nsc_end SC_CHANGEUNDEAD;\nitemheal 500,0;');
|
||||
@ -796,9 +796,9 @@ 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 (12491,'Curious_Snowball','Curious Snowball','Usable',20,'callfunc "F_Snowball";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12492,'Crumpled_Paper','Crumpled Paper','Usable',2,10,true,100,true,true,true,true,true,true,true,'getrandgroupitem(IG_Crumpled_Paper,1);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12493,'Lucky_Egg_C4','Lucky Egg C4','Usable',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Lucky_Egg_C4);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12494,'E_Giant_Fly_Wing','E Giant Fly Wing','Usable',2,10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12495,'E_Battle_Manual','E Battle Manual','Usable',2,10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12496,'E_Insurance','E Insurance','Usable',2,10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12494,'E_Giant_Fly_Wing','E Giant Fly Wing','Usable',2,10,'callfunc "F_CashPartyCall";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12495,'E_Battle_Manual','E Battle Manual','Usable',2,10,'sc_start SC_EXPBOOST,1800000,50;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12496,'E_Insurance','E Insurance','Usable',2,10,'sc_start SC_LIFEINSURANCE,1800000,0;');
|
||||
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 (12497,'E_Bubble_Gum','E Bubble Gum','Usable',2,10,100,true,true,true,true,true,true,true,'sc_start SC_ITEMBOOST,1800000,100;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12498,'E_Kafra_Card','E Kafra Card','Usable',2,10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`) VALUES (12499,'E_Neuralizer','E Neuralizer','Usable',2);
|
||||
@ -814,8 +814,8 @@ 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`) VALUES (12512,'E_Greed_Scroll','E Greed Scroll','Usable',10);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12513,'E_Glass_Of_Illusion','E Glass Of Illusion','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 (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;');
|
||||
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 (12516,'E_Small_Life_Potion','E Small Life Potion','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_HEAL3;\nsc_start2 SC_S_LIFEPOTION,600000,-5,5;');
|
||||
@ -838,7 +838,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`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12533,'Blue_Herb_Box2','Blue Herb Box','Usable',100,true,true,true,true,true,true,true,'getitem 510,100;');
|
||||
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 (12534,'Yggdrasil_Seed_Box','Yggdrasil Seed Box','Usable',100,true,true,true,true,true,true,true,'getitem 608,30;');
|
||||
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 (12535,'Iggdrasilberry_Box','Iggdrasilberry Box','Usable',100,true,true,true,true,true,true,true,'getitem 607,15;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (12536,'NY_Rice_Cake_Soup','NY Rice Cake Soup','Usable',20,100,true);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12536,'NY_Rice_Cake_Soup','NY Rice Cake Soup','Usable',20,100,true,'percentheal 20,20;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12537,'Solo_Gift_Basket','Solo Gift Basket','Usable',1000,10,true,'/*getgroupitem(IG_Solo_Gift_Basket);*/\ngetitem 597,5;\ngetitem 596,3;\ngetitem 561,3;\ngetitem 573,4;\ngetitem 559,10;\ngetitem 560,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12538,'Couple_Event_Basket','Couple Event Basket','Usable',2000,10,true,'/*getgroupitem(IG_Couple_Event_Basket);*/\ngetitem 14546,10;\ngetitem 14547,10;\ngetitem 14548,10;\ngetitem 14549,10;\ngetitem 14550,10;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12539,'Splendid_Box','Splendid Box','Usable',20,100,true,'getgroupitem(IG_Splendid_Box);');
|
||||
@ -1140,11 +1140,11 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`equip_level_
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`equip_level_min`) VALUES (12842,'Platinum_Treasure_Box','Platinum Treasure Box','Usable',50);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`equip_level_min`) VALUES (12843,'Pearl_Treasure_Box','Pearl Treasure Box','Usable',60);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`equip_level_min`) VALUES (12844,'Diamond_Treasure_Box','Diamond Treasure Box','Usable',70);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12845,'WOB_Amatsu','Amatsu_Butterfly_Wing','Usable',100,true,true,true,true,true,true,true);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12845,'WOB_Amatsu','Amatsu_Butterfly_Wing','Usable',100,true,true,true,true,true,true,true,'warp "iz_ng01",26,57;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12846,'Unripe_Apple2','Little Unripe Apple','Usable',10,50,'pet 2398;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12847,'Old_Equipment_Box','Old Equipment Box','Usable',10,100,true,true,true,true,true,true,true,true);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12848,'Falcon_Flute','Falcon Flute','Delayconsume',10,'if (getskilllv("HT_FALCON")) {\n if (!checkoption(Option_Wug) && !checkoption(Option_Wugrider))\n setfalcon (!checkfalcon());\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12849,'Combination_Kit','Combination Kit','Usable',40,10,'cooking 30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12848,'Falcon_Pipe','Falcon Flute','Delayconsume',10,'if (getskilllv("HT_FALCON")) {\n if (!checkoption(Option_Wug) && !checkoption(Option_Wugrider))\n setfalcon (!checkfalcon());\n}');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12849,'Combination_Kit','Combination Kit','Usable',40,10,'if (BaseLevel < 20)\n cooking 30;\nelse\n cooking 11;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12850,'Heaven_Scroll','Heaven Scroll','Usable',20,10,true,'getgroupitem(IG_Heaven_Scroll);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12851,'Vocation_Scroll','Vocation Scroll','Usable',20,10,true,'getgroupitem(IG_Vocation_Scroll);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12852,'Wisdom_Scroll','Wisdom Scroll','Usable',20,10,true,'getgroupitem(IG_Wisdom_Scroll);');
|
||||
@ -2192,7 +2192,7 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nou
|
||||
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 (14530,'Flee_30_Scroll','Evasion Scroll','Usable',10,100,true,true,true,true,true,true,true,'sc_start SC_FLEEFOOD,1800000,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 (14531,'Accuracy_30_Scroll','Concentration Scroll','Usable',10,100,true,true,true,true,true,true,true,'sc_start SC_HITFOOD,1800000,30;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14532,'Battle_Manual25','Field Manual 25%','Usable',2,10,100,true,100,true,true,true,true,true,true,true,'sc_start SC_EXPBOOST,1800000,25;');
|
||||
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 (14533,'Battle_Manual100','Field Manual 100%','Usable',2,10,100,true,true,true,true,true,true,true,'sc_start SC_EXPBOOST,1800000,100;');
|
||||
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 (14533,'Battle_Manual100','Field Manual 100%','Usable',2,10,100,true,true,true,true,true,true,true,'sc_start SC_EXPBOOST,3600000,100;');
|
||||
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 (14534,'Small_Life_Potion','Small Life Potion','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_HEAL3;\nsc_start4 SC_S_LIFEPOTION,600000,-5,5,0,0;');
|
||||
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 (14535,'Med_Life_Potion','Medium Life Potion','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_HEAL3;\nsc_start4 SC_L_LIFEPOTION,600000,-7,4,0,0;');
|
||||
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 (14536,'Abrasive','Abrasive','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_MAGICALATTHIT;\nsc_start SC_INCCRI,300000,30;');
|
||||
@ -2265,7 +2265,7 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`tra
|
||||
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 (14603,'MistressS','Mistress Scroll','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_SPELLBREAKER;\nbonus_script "{ bonus bNoGemStone; bonus bUseSPrate,25; }",180,0,0,EFST_MVPCARD_MISTRESS;');
|
||||
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 (14604,'Orc_HeroS','Orc Hero Scroll','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_LIGHTSPHERE;\nbonus_script "{ bonus2 bResEff,Eff_Stun,10000; }",180,0,0,EFST_MVPCARD_ORCHERO;');
|
||||
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 (14605,'Orc_LoadS','Orc Lord Scroll','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_LIGHTSPHERE;\nbonus_script "{ bonus bShortWeaponDamageReturn,30; }",180,0,0,EFST_MVPCARD_ORCLORD;');
|
||||
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`) VALUES (14606,'Job_Manual25','JOB Battle Manual','Usable',10,100,true,100,true,true,true,true,true,true,true);
|
||||
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 (14606,'Job_Manual25','JOB Battle Manual','Usable',10,100,true,100,true,true,true,true,true,true,true,'sc_start SC_JEXPBOOST,1800000,25;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (14607,'Luxurious_Dinner_W','Luxurious Western Food','Usable',10000,600,'sc_start SC_INCALLSTATUS,3600000,3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (14608,'Luxurious_Dinner_E','Manchu-Han Imperial Feast','Usable',20000,1200,'sc_start SC_INCALLSTATUS,3600000,6;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (14609,'Spoiled_Cuisine','Spoiled Cuisine','Usable',5000,300,'percentheal 10,10;');
|
||||
@ -3008,6 +3008,9 @@ 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`,`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);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22521,'Level_Up_Box_','Level Up Box','Cash',10,80,100,true,true,true,true,true,true,true,true,'/*TODO*/');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22522,'Level_Up_Box100','Level Up Box(100)','Cash',10,100,100,true,true,true,true,true,true,true,true,'getgroupitem(IG_Level_Up_Box100);');
|
||||
@ -3032,15 +3035,15 @@ 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 (22542,'Center_Potion_B','Concentration Potion','Usable',10,100,100,true,true,true,true,true,true,'sc_start SC_ASPDPOTION0,1800000,4;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_mage`,`job_swordman`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22543,'Berserk_Potion_B','Berserk Potion','Usable',10,200,true,true,100,true,true,true,true,true,true,'sc_start SC_ASPDPOTION2,1800000,9;');
|
||||
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 (22544,'Awakening_Potion_B','Awakening Potion','Usable',10,150,100,true,true,true,true,true,true,'sc_start SC_ASPDPOTION1,1800000,6;');
|
||||
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 (22545,'Speed_Potion','Speed Potion','Usable',10,100,100,true,true,true,true,true,true,true,'sc_start SC_SPEEDUP1,5000,50;');
|
||||
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 (22546,'Slow_Potion','Slow Potion','Usable',10,100,100,true,true,true,true,true,true,true,'sc_start SC_SLOWDOWN,5000,100;');
|
||||
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 (22547,'Anti-Payne_Moment','Anti-Payne Moment','Usable',10,100,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`) VALUES (22548,'Wed_Cursed','Wed Cursed','Usable',10,30,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_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22549,'Poison_Bottle_','Poison Bottle','Usable',10,100,100,true,true,true,true,true,true,'if (Class == Job_Assassin_Cross || Class == Job_Guillotine_Cross || Class == Job_Guillotine_Cross_T) {\n sc_start SC_DPOISON,60000,0;\n sc_start SC_ASPDPOTION3,60000,9;\n}\nelse\n percentheal -100,-100;');
|
||||
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 (22545,'Speed_Up_Potion_B','Speed Potion','Usable',10,100,100,true,true,true,true,true,true,true,'sc_start SC_SPEEDUP1,5000,50;');
|
||||
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 (22546,'Slow_Down_Potion_B','Slow Potion','Usable',10,100,100,true,true,true,true,true,true,true,'sc_start SC_SLOWDOWN,5000,100;');
|
||||
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 (22547,'Anodyne_B','Anti-Payne Moment','Usable',10,100,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`) VALUES (22548,'Water_Of_Darkness_B','Wed Cursed','Usable',10,30,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_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22549,'Poison_Bottle_B','Poison Bottle','Usable',10,100,100,true,true,true,true,true,true,'if (Class == Job_Assassin_Cross || Class == Job_Guillotine_Cross || Class == Job_Guillotine_Cross_T) {\n sc_start SC_DPOISON,60000,0;\n sc_start SC_ASPDPOTION3,60000,9;\n}\nelse\n percentheal -100,-100;');
|
||||
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 (22550,'Cookie_Bag_B','Sweets Pocket','Usable',10,70,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`) VALUES (22551,'Sesame_Pastry_B','Teacake','Usable',10,70,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`) VALUES (22552,'Honey_Pastry_B','Fried Pastry','Usable',10,70,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`) VALUES (22553,'Rainbow_Cake_B','Rainbow Bread','Usable',10,70,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 (22553,'Rainbow_Cake_B','Rainbow Bread','Usable',10,70,100,true,true,true,true,true,true,true,'sc_start SC_BATKFOOD,60000,10;\nsc_start SC_MATKFOOD,60000,10;');
|
||||
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 (22554,'First_Aid_Box','First Aid Box','Cash',10,200,100,true,true,true,true,true,true,'getrandgroupitem(IG_FirstAid,1);\ngetrandgroupitem(IG_FirstAid,1);\ngetrandgroupitem(IG_FirstAid,1);\ngetrandgroupitem(IG_FirstAid,1);\ngetrandgroupitem(IG_FirstAid,1);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nosell`,`trade_nocart`) VALUES (22555,'Gourmet_Chocolate','Gourmet Chocolate','Healing',10,10,100,true,true);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nosell`,`trade_nocart`) VALUES (22556,'Luxury_Chocolate','Luxury Chocolate','Healing',10,10,100,true,true);
|
||||
@ -3049,14 +3052,14 @@ 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`,`delay_duration`,`delay_status`,`script`) VALUES (22559,'Mock_Strawberry','Mock Strawberry','Delayconsume',20,100,3000,'Reuse_Limit_G','percentheal 50,50;\nitemskill "SM_ENDURE",3;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (22563,'Lucky_Bag_Of_New_Era','Lucky Bag Of New Era','Usable','/* TODO */');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22567,'Squad_Prize','Expedition Award Box','Usable',20,100,100,true,true,'/* TODO */');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22568,'Nyd_Summon_Scroll','Nidhoggur Summon Scroll','Usable',20,100,'/* TODO */');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (22568,'Nyd_Summon_Scroll','Nidhoggur Summon Scroll','Usable',20,100);
|
||||
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`) VALUES (22569,'Gift_New_start','Gift New start','Cash',10,100,100,true,true,true,true,true,true,true);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (22571,'Easter_Egg','Easter Egg','Delayconsume',10,10);
|
||||
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`) VALUES (22592,'Happy_Call_Box','Happy Call Box','Cash',10,100,true,true,true,true,true,true,true,true);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (22605,'Gingerbread2','Ginger Bread','Usable',10,10);
|
||||
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 (22610,'New_Beginnings_Box','New Beginnings Box','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 12803,1;\ngetitem 12802,1;\ngetitem 12809,1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22611,'Packing_Envelope','Packed Envelope','Delayconsume',10,10,'/* TODO */');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22612,'Corrupt_Reagents','Corrupt Reagents','Delayconsume',10,50,'/* TODO */');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22612,'Decomposition_Potion','Corrupt Reagents','Delayconsume',10,50,'specialeffect2 EF_VENOMDUST;\nshowscript "Yeah! Zombie night! Yeah!!";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22613,'Contaminated_Reagents','Contaminated Reagents','Delayconsume',10,50,'/* TODO */');
|
||||
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 (22614,'Premium_Manual','Premium Manual','Usable',2,100,true,true,true,true,true,true,true,true,'sc_start SC_EXPBOOST,8640000,50;\nsc_start SC_ITEMBOOST,8640000,200;');
|
||||
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 (22617,'Clear_Box_S','Clear Box S','Cash',10,10,100,true,true,true,true,true,true,true);
|
||||
@ -3107,12 +3110,12 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_overri
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22695,'Piece_Of_Record5','Record Fragment','Healing',100,true,true,true,true,true,true,true,true,'warp "un_bk_q",275,290;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (22699,'Test_Reagent','Test Reagent','Usable',30,true,'bonus_script "bonus bFlee,100;",5,9;\nsc_start SC_BLIND,5000,0,10000,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 (22700,'Jumping_Support_Box','Jumping Support Box','Cash',10,100,true,true,true,true,true,true,true,true,'/*TODO: getitem 12529,1; getitem 12323,200; getitem 12324,50; and 5 boxes that containing quivers + oridecons*/');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22702,'STR_Soul_Potion','STR Reduction Potion','Delayconsume',10,'callfunc "F_CashReduceStat",bStr,-1,22702;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22703,'AGI_Soul_Potion','STR Reduction Potion','Delayconsume',10,'callfunc "F_CashReduceStat",bAgi,-1,22703;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22704,'VIT_Soul_Potion','STR Reduction Potion','Delayconsume',10,'callfunc "F_CashReduceStat",bVit,-1,22704;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22705,'INT_Soul_Potion','STR Reduction Potion','Delayconsume',10,'callfunc "F_CashReduceStat",bInt,-1,22705;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22706,'DEX_Soul_Potion','STR Reduction Potion','Delayconsume',10,'callfunc "F_CashReduceStat",bDex,-1,22706;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22707,'LUK_Soul_Potion','STR Reduction Potion','Delayconsume',10,'callfunc "F_CashReduceStat",bLuk,-1,22707;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22702,'Minus_Str','STR Reduction Potion','Delayconsume',10,'callfunc "F_CashReduceStat",bStr,-1,22702;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22703,'Minus_Agi','STR Reduction Potion','Delayconsume',10,'callfunc "F_CashReduceStat",bAgi,-1,22703;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22704,'Minus_Vit','STR Reduction Potion','Delayconsume',10,'callfunc "F_CashReduceStat",bVit,-1,22704;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22705,'Minus_Int','STR Reduction Potion','Delayconsume',10,'callfunc "F_CashReduceStat",bInt,-1,22705;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22706,'Minus_Dex','STR Reduction Potion','Delayconsume',10,'callfunc "F_CashReduceStat",bDex,-1,22706;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22707,'Minus_Luk','STR Reduction Potion','Delayconsume',10,'callfunc "F_CashReduceStat",bLuk,-1,22707;');
|
||||
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 (22708,'Pitapat_Box','Thrilling Box','Usable',10,100,100,true,true,true,true,true,true,true,'/*No clue the random item yet*/');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22721,'?_Box','? Box','Cash',10,'/*No clue the random item yet*/');
|
||||
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_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22734,'Revolution_Quiz_Box','Revolution Quiz Box','Cash',10,10,100,true,true,true,true,true,true,true,true,'getitem 6635,2;\ngetitem 6423,1;\n/*1x Enchanted Letter Introduction*/');
|
||||
@ -3157,7 +3160,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`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22782,'PC_Bang_Wooden_Box','PC Bang Wooden Box','Usable',10,200,1,100,true,true,true,true,true,true,true,'getitem 547,30;\n/*No Info*/');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22783,'PC_Bang_Golden_Box','PC Bang Golden Box','Usable',10,200,1,100,true,true,true,true,true,true,true,'getitem 547,1;\ngetitem 985,10;\n/*No Info*/');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22784,'PC_Bang_Platinum_Box','PC Bang Platinum Box','Usable',10,200,1,100,true,true,true,true,true,true,true,'getitem 547,1;\ngetitem 12017,10;\ngetitem 678,12;\n/*No Info*/');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`class_all`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (22808,'Special_Gift_Box','Special Gift Box','Usable',10,100,false,100,true,true,true,true,true,true,true);
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`class_all`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22808,'NoviceBox','Special Gift Box','Usable',10,100,false,100,true,true,true,true,true,true,true,'getitem 7444,1;\ngetitem 12610,1;\ngetitem 12265,5;\ngetitem 22979,5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22812,'Sealed_Dracula_Scroll','Sealed Dracula Scroll','Usable',10,10,1,100,true,true,true,true,true,true,true,'getitem callfunc("F_Rand",6228,6232,22813,19937,17314, 6635),1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22813,'Bearer\'s_Shadow_Box','Bearer\'s Shadow Box','Usable',10,10,1,100,true,true,true,true,true,true,true,'getitem callfunc("F_Rand",24180,24181,24182,24183,24184,24185),1;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`equip_level_min`,`script`) VALUES (22822,'Summer_Vacation_Costumes','Summer Vacation Costumes','Usable',100,1,'sc_start SC_DRESSUP,600000,1;');
|
||||
@ -3192,7 +3195,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`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22869,'Lucky_Roulette_Tickets','Lucky Roulette Ticket','Usable',10,100,50,100,true,true,true,true,true,true,true,true,'RouletteBronze++;');
|
||||
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 (22873,'Sealed_Beelzebub_Scroll_II','Sealed Beelzebub Scroll II','Usable',10,10,100,true,true,true,true,true,true,true,'getitem callfunc("F_Rand",22875,6238,6239,6228,6232,24231,24232,17474,6635),1;');
|
||||
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 (22874,'Sealed_Beelzebub_Card_Album','Sealed Beelzebub Card Album','Usable',10,50,100,true,true,true,true,true,true,true,'/*No Info*/');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (22876,'Old_Money_Pocket','Old Money Pocket','Usable','Zeny += rand(500,550);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (22876,'Shabby_Purse','Old Money Pocket','Usable','specialeffect2 EF_STEAL;\nZeny += rand(100,1000);');
|
||||
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 (22881,'Binding_Rope','Rope Gallows','Usable',10,100,true,true,true,true,true,true,true,'/*Used to catch a Lost Sheep*/');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22882,'Choco_Tteokguk','Chocolate Rice Cake Soup','Usable',10,'percentheal 10,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 (22883,'September_Gift_Box_','September Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'/*2 Lucky Eggs*/');
|
||||
@ -3205,19 +3208,19 @@ 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,'Parchment_City','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','Usable',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,'Question_Old_Blue_Box','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);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (22953,'Enchant_Stone_Box7','Costume Enchant Stone Box 7','Cash',10,10,1,'getgroupitem(IG_Enchant_Stone_Box7);');
|
||||
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 (22979,'C_Battle_Gum_2','[Sale] Battle Manual and Bubble Gum','Usable',100,true,true,true,true,true,true,true,'sc_start SC_EXPBOOST,1800000,50;\nsc_start SC_ITEMBOOST,1800000,100;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22984,'Kahluna_Milk','Kahluna Milk','Healing',6,10,'sc_start SC_DORAM_BUF_01, 180000, 0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22985,'Basil','Basil','Healing',10,10,'sc_start SC_DORAM_BUF_02, 180000, 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 (22979,'Comp_Battle_Bubble','[Sale] Battle Manual and Bubble Gum','Usable',100,true,true,true,true,true,true,true,'sc_start SC_EXPBOOST,1800000,50;\nsc_start SC_ITEMBOOST,1800000,100;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22984,'Dr_Life_Potion_01','Kahluna Milk','Healing',6,10,'sc_start SC_DORAM_BUF_01, 180000, 0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22985,'Dr_Life_Potion_02','Basil','Healing',10,10,'sc_start SC_DORAM_BUF_02, 180000, 0;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (23001,'Enchant_Stone_Box8','Costume Enchant Stone Box 8','Cash',10,10,1,'getgroupitem(IG_Enchant_Stone_Box8);');
|
||||
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 (23012,'S_Small_Mana_Potion','[Sale] Small Mana Potion','Usable',10,100,true,true,true,true,true,true,true,'bonus_script "bonus2 bRegenPercentSP,5,5000;",600,9;\n/* fix me: unknown flag and specialeffect ; disabled when LK_BERSERK */');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (23016,'Cursed_Fragment','Cursed Fragment','Usable',1,1,'callfunc("F_Cursed_Fragment");');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (23016,'Pieces_Of_Grudge','Cursed Fragment','Usable',1,1,'callfunc("F_Cursed_Fragment");');
|
||||
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 (23038,'S_Slim_White_Box','[Sale] Slim White Potion Box','Usable',100,true,true,true,true,true,true,true,'getitem 11573,200;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`delay_duration`,`delay_status`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23042,'S_Seed_Of_Yggdrasil','[NotForSale]Yggdrasil Seed','Healing',300,3000,'Reuse_Limit_G',100,true,true,true,true,true,true,true,'percentheal 50,50;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`delay_duration`,`delay_status`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23042,'Seed_Of_Yggdrasil_','[NotForSale]Yggdrasil Seed','Healing',300,3000,'Reuse_Limit_G',100,true,true,true,true,true,true,true,'percentheal 50,50;');
|
||||
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 (23043,'S_Seed_Of_Yggdrasil_Box','[Sale] Yggdrasil Seed Box','Usable',100,true,true,true,true,true,true,true,'getitem 23042,30;');
|
||||
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 (23046,'S_Mystic_Powder','[Sale] Mystic Powder','Usable',100,true,true,true,true,true,true,true,'bonus_script "{ bonus bFlee,20; bonus bLuk,10; }",300,9;\n/* fix me: unknown flag and specialeffect */');
|
||||
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 (23047,'S_Blessing_Tyr','[Sale] Blessing of Tyr','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;');
|
||||
@ -3243,15 +3246,15 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`scr
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (23174,'Enchant_Stone_Box11','Costume Enchant Stone Box 11','Cash',10,10,1,'getgroupitem(IG_Enchant_Stone_Box11);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23175,'Uniform_Repair_Kit','Uniform Repair Kit','Delayconsume',10,'/*upgradeui 23175;*/');
|
||||
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 (23177,'Kafra_Card_','Kafra Card','Usable',2,10,100,true,true,true,true,true,true,true,'callfunc "F_CashStore";');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (23187,'Sap_Liquid','Sap Liquid','Usable',10,'pet 1180;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (23188,'Unprocessed_Parts','Unprocessed Parts','Usable',10,'pet 1632;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (23189,'Small_Needle_Kit','Small Needle Kit','Usable',10,'pet 1622;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (23187,'Sap_Jelly','Sap Liquid','Usable',10,'pet 1180;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (23188,'Airship_Part','Unprocessed Parts','Usable',10,'pet 1632;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (23189,'Little_Dall_Needle','Small Needle Kit','Usable',10,'pet 1622;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (23191,'Varetyr_Spear_Scroll_1_5','Level 5 Varetyr Spear','Delayconsume',10,10,'itemskill "SO_VARETYR_SPEAR",5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (23192,'Diamond_Dust_Scroll_1_5','Level 5 Diamond Dust','Delayconsume',10,10,'itemskill "SO_DIAMONDDUST",5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (23193,'Crimson_Rock_Scroll_1_5','Level 5 Crimson Rock','Delayconsume',10,10,'itemskill "WL_CRIMSONROCK",5;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (23194,'Sienna_Execrate_Scroll_1_5','Level 5 Sienna Execrate','Delayconsume',10,10,'itemskill "WL_SIENNAEXECRATE",5,true;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23196,'Agust_Lucky_Scroll','Shining Blue Lucky Egg','Cash',10,10,1,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Agust_Lucky_Scroll);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (23228,'Hazy_Mooncake','Hazy Mooncake','Healing',768,10,true,'/* unknown */');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (23228,'HazyMooncake','Hazy Mooncake','Healing',768,10,true,'/* unknown */');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23229,'Scroll_of_Fallen_Angel_Wings','Scroll of Fallen Angel Wings','Delayconsume',10,'/*upgradeui 23229;*/');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23236,'Class_Shadow_Box_Weapon','Class Shadow Box (Weapon)','Delayconsume',10,'/*synthesisui 23236;*/');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23237,'Class_Shadow_Box_Armor','Class Shadow Box (Armor)','Delayconsume',10,'/*synthesisui 23237;*/');
|
||||
@ -3267,7 +3270,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_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23252,'Orleans_Bundle_A','Orleans\'s Bundle A','Usable',0,true,100,true,true,true,true,true,true,true,'getitem(2365,1);\ngetitem(2881,1);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23253,'Black_Shiba_Bundle_A','Black Shiba Inu Bundle A','Usable',0,true,100,true,true,true,true,true,true,true,'getitem(2959,1);\ngetitem(18756,1);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23255,'Kardui_Bundle_A','Kardui Bundle A','Usable',0,true,100,true,true,true,true,true,true,true,'getitem(1649,1);\ngetitem(15169,1);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (23256,'Elixir_Bandages','Elixir Bandages','Usable',10,'pet 1041;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (23256,'Elixir_Bandage','Elixir Bandages','Usable',10,'pet 1041;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23266,'Etran_Bundle_A','Etran Bundle A','Usable',0,true,100,true,true,true,true,true,true,true,'getitem(2371,1);\ngetitem(20797,1);');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_blacksmith`,`class_third`,`class_third_upper`,`class_third_baby`,`equip_level_min`,`delay_duration`,`script`) VALUES (23277,'Mado_Box','Emergency Magic Gear','Usable',10000,3000,true,true,true,true,100,180000,'specialeffect2 EF_CLAYMORE;\nsetmadogear true;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`equip_level_max`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23280,'N_Fly_Wing_','Novice Fly Wing','Delayconsume',10,1,98,100,true,true,true,true,true,true,true,'itemskill "AL_TELEPORT",1;');
|
||||
@ -3282,7 +3285,7 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`tra
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23308,'Magical_Booster_Amplifier','Magical Booster Amplifier','Delayconsume',10,'/*upgradeui 23308;*/');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23311,'Magic_Cat_hand_Scroll','Magic Cat Hand Scroll','Delayconsume',10,'/*upgradeui 23311;*/');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23324,'StabilityShadow_Mix','StabilityShadow Mix','Delayconsume',10,'/*synthesisui 23324;*/');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23340,'S_Megaphone','[Sale] Megaphone','Usable',10,100,true,true,true,true,true,true,'input .@megaphone$;\nannounce strcharinfo(0) + ": " + .@megaphone$,bc_all,0xFF0000;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23340,'Comp_Megaphone','[Sale] Megaphone','Usable',10,100,true,true,true,true,true,true,'input .@megaphone$;\nannounce strcharinfo(0) + ": " + .@megaphone$,bc_all,0xFF0000;');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23436,'Shadow_Refine_Hammer','Shadow Refine Hammer','Delayconsume',10,'/*upgradeui 23436;*/');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23474,'InfinityShadow_Mix','InfinityShadow Mix','Delayconsume',10,'/*synthesisui 23474;*/');
|
||||
REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (23524,'Enchant_Stone_Box13','Costume Enchant Stone Box 13','Cash',10,10,1,'getgroupitem(IG_Enchant_Stone_Box13);');
|
||||
|
Loading…
x
Reference in New Issue
Block a user