diff options
-rw-r--r-- | db/re/item_db.conf | 4 | ||||
-rw-r--r-- | npc/005-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/005-1/wateranimation.txt | 22 |
3 files changed, 25 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index c69d78a91..61551cdd8 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4744,7 +4744,7 @@ item_db: ( Name: "Roach" Type: "IT_USABLE" Buy: 100 - Sell: 19 + Sell: 22 Weight: 80 Gender: "SEX_ANY" WeaponLv: 0 @@ -4757,7 +4757,7 @@ item_db: ( Sprite: 0 }, { - Id: 839 + Id: 840 AegisName: "Tench" Name: "Tench" Type: "IT_USABLE" diff --git a/npc/005-1/_import.txt b/npc/005-1/_import.txt index 005166ff2..9934b6a3c 100644 --- a/npc/005-1/_import.txt +++ b/npc/005-1/_import.txt @@ -11,3 +11,4 @@ "npc/005-1/vincent.txt", "npc/005-1/warpcandorbattle.txt", "npc/005-1/zegas.txt", +"npc/005-1/wateranimation.txt",
\ No newline at end of file diff --git a/npc/005-1/wateranimation.txt b/npc/005-1/wateranimation.txt new file mode 100644 index 000000000..986abe2c3 --- /dev/null +++ b/npc/005-1/wateranimation.txt @@ -0,0 +1,22 @@ +// TMW2 scripts. +// Author: +// gumi +// Reid +// Saulc +// Description: +// Water animations, splash, fishes, etc... + +005-1,74,51,0 script #water_animation_candor0 NPC_WATER_SPLASH,{ + + pondfishing; // begin or continue fishing + close; + +OnInit: + .sex = G_OTHER; + .distance = 4; + end; +} + +005-1,78,55,0 duplicate(#water_animation_candor0) #water_animation_candor1 NPC_WATER_SPLASH + + |