Corrected the item script of Sprint_Ring (Id: 2744) on pre-renewal (#6167)
Fixed #6089 Thanks to @Indigo000
This commit is contained in:
parent
3f9b051ebc
commit
e65b38c18f
@ -23230,7 +23230,7 @@ Body:
|
||||
EquipLevelMin: 70
|
||||
Script: |
|
||||
bonus bCastrate,-10;
|
||||
bonus bDelayRate,-5;
|
||||
bonus bDelayRate,5;
|
||||
- Id: 2745
|
||||
AegisName: Pinguicula_Corsage
|
||||
Name: Pinguicula Corsage
|
||||
|
@ -1053,7 +1053,7 @@ REPLACE INTO `item_db` (`id`,`name_aegis`,`name_english`,`type`,`location_right_
|
||||
REPLACE INTO `item_db` (`id`,`name_aegis`,`name_english`,`type`,`location_right_accessory`,`location_left_accessory`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (2740,'Rusty_Coin','Rusty Coin','Armor',true,true,100,true,true,true,true,true,true,true,true,'bonus2 bAddClass,Class_All,3;\nbonus bMatkRate,3;');
|
||||
REPLACE INTO `item_db` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`location_right_accessory`,`location_left_accessory`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (2741,'All_In_One_Ring','All In One Ring','Armor',20,true,true,100,true,true,true,true,true,true,true,true,'bonus bAllStats,1;\nbonus bNoCastCancel;\nbonus bCastRate,10;\nskill "AL_HEAL",1;\nskill "AL_TELEPORT",1;');
|
||||
REPLACE INTO `item_db` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_alchemist`,`job_assassin`,`job_barddancer`,`job_blacksmith`,`job_crusader`,`job_hunter`,`job_knight`,`job_monk`,`job_priest`,`job_rogue`,`job_sage`,`job_soullinker`,`job_stargladiator`,`job_wizard`,`class_upper`,`location_right_accessory`,`location_left_accessory`,`equip_level_min`,`script`) VALUES (2743,'Angelic_Ring','Angelic Ring','Armor',20,100,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,70,'bonus bInt,2;\nbonus bDex,1;\nbonus bMdef,2;\nautobonus3 "{ bonus bHealPower,20; }",100,3000,"AL_HEAL","{ specialeffect2 EF_HEAL3; }";\nautobonus3 "{ bonus bHealPower,20; }",100,3000,"AM_POTIONPITCHER","{ specialeffect2 EF_HEAL3; }";\nautobonus3 "{ bonus bHealPower,20; }",100,3000,"PR_SANCTUARY","{ specialeffect2 EF_HEAL3; }";');
|
||||
REPLACE INTO `item_db` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_alchemist`,`job_assassin`,`job_barddancer`,`job_blacksmith`,`job_crusader`,`job_hunter`,`job_knight`,`job_monk`,`job_priest`,`job_rogue`,`job_sage`,`job_soullinker`,`job_stargladiator`,`job_wizard`,`class_upper`,`location_right_accessory`,`location_left_accessory`,`equip_level_min`,`script`) VALUES (2744,'Sprint_Ring','Sprint Ring','Armor',20,100,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,70,'bonus bCastrate,-10;\nbonus bDelayRate,-5;');
|
||||
REPLACE INTO `item_db` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_alchemist`,`job_assassin`,`job_barddancer`,`job_blacksmith`,`job_crusader`,`job_hunter`,`job_knight`,`job_monk`,`job_priest`,`job_rogue`,`job_sage`,`job_soullinker`,`job_stargladiator`,`job_wizard`,`class_upper`,`location_right_accessory`,`location_left_accessory`,`equip_level_min`,`script`) VALUES (2744,'Sprint_Ring','Sprint Ring','Armor',20,100,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,70,'bonus bCastrate,-10;\nbonus bDelayRate,5;');
|
||||
REPLACE INTO `item_db` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`slots`,`job_alchemist`,`job_assassin`,`job_barddancer`,`job_blacksmith`,`job_crusader`,`job_hunter`,`job_knight`,`job_monk`,`job_priest`,`job_rogue`,`job_sage`,`job_soullinker`,`job_stargladiator`,`job_wizard`,`class_upper`,`location_right_accessory`,`location_left_accessory`,`equip_level_min`,`script`) VALUES (2745,'Pinguicula_Corsage','Pinguicula Corsage','Armor',20,200,1,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,70,'bonus bMdef,2;\nbonus bMaxSP,25;');
|
||||
REPLACE INTO `item_db` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`defense`,`job_assassin`,`class_upper`,`location_right_accessory`,`location_left_accessory`,`equip_level_min`,`script`) VALUES (2746,'Cold_Heart','Cold Heart','Armor',20,100,1,true,true,true,true,80,'bonus bAgi,3;');
|
||||
REPLACE INTO `item_db` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`defense`,`job_rogue`,`class_upper`,`location_right_accessory`,`location_left_accessory`,`equip_level_min`,`script`) VALUES (2747,'Black_Cat','Black Cat','Armor',20,100,1,true,true,true,true,80,'bonus bDex,3;');
|
||||
|
Loading…
x
Reference in New Issue
Block a user