diff --git a/L2J_Mobius_Underground/dist/game/data/stats/items/38200-38299.xml b/L2J_Mobius_Underground/dist/game/data/stats/items/38200-38299.xml index 4fd83443b0..83f4c049fe 100644 --- a/L2J_Mobius_Underground/dist/game/data/stats/items/38200-38299.xml +++ b/L2J_Mobius_Underground/dist/game/data/stats/items/38200-38299.xml @@ -361,56 +361,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Underground/dist/game/data/stats/skills/17300-17399.xml b/L2J_Mobius_Underground/dist/game/data/stats/skills/17300-17399.xml index 8155de62ad..e94e5691c8 100644 --- a/L2J_Mobius_Underground/dist/game/data/stats/skills/17300-17399.xml +++ b/L2J_Mobius_Underground/dist/game/data/stats/skills/17300-17399.xml @@ -243,25 +243,37 @@ - icon.etc_sp_scroll1_i00 A1 3000 + + + 1000000 + + - icon.etc_sp_scroll2_i00 A1 3000 + + + 5000000 + + - icon.etc_sp_scroll3_i00 A1 3000 + + + 10000000 + + @@ -576,88 +588,172 @@ A1 - icon.fish_stew_buff + FISH_STEW + 1800 + 1 A2 300000 - 4 + SELF + 2 + + + WIT + 3 + + - icon.fish_stew_buff + FISH_STEW + 1800 + 1 A2 300000 - 4 + SELF + 2 + + + INT + 3 + + - icon.fish_stew_buff + FISH_STEW + 1800 + 1 A2 300000 - 4 + SELF + 2 + + + MEN + 3 + + - icon.fish_stew_buff + FISH_STEW + 1800 + 1 A2 300000 - 4 + SELF + 2 + + + DEX + 3 + + - icon.fish_stew_buff + FISH_STEW + 1800 + 1 A2 300000 - 4 + SELF + 2 + + + STR + 3 + + - icon.fish_stew_buff + FISH_STEW + 1800 + 1 A2 300000 - 4 + SELF + 2 + + + CON + 3 + + - icon.accessory_hairpin_i00 P + + + STR + 3 + + - icon.accessory_hairpin_i00 P + + + DEX + 3 + + - icon.accessory_hairpin_i00 P + + + CON + 3 + + - icon.accessory_hairpin_i00 P + + + MEN + 3 + + - icon.accessory_hairpin_i00 P + + + INT + 3 + + - icon.accessory_hairpin_i00 P + + + WIT + 3 + + diff --git a/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/model/skills/AbnormalType.java b/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/model/skills/AbnormalType.java index 2a668a6a19..08edd296d6 100644 --- a/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/model/skills/AbnormalType.java +++ b/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/model/skills/AbnormalType.java @@ -104,6 +104,7 @@ public enum AbnormalType EXP_BOTTLE(-1), EXP_SPECIAL(-1), FINAL_SECRET(-1), + FISH_STEW(-1), FLAG_BUF(-1), FLAG_DEBUF(-1), FORCE_HP_UP(-1),