diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-10-28 21:18:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-10-28 21:18:35 -0300 |
commit | aaaf2814d69808976fd11bef36d0acfa988a6c70 (patch) | |
tree | 210e460eed4d781299d3a04e2ee9d3d60a102cd7 /npc | |
parent | 486ea0f58622a7e7f2ba6a54d59eba4609f564c6 (diff) | |
download | serverdata-aaaf2814d69808976fd11bef36d0acfa988a6c70.tar.gz serverdata-aaaf2814d69808976fd11bef36d0acfa988a6c70.tar.bz2 serverdata-aaaf2814d69808976fd11bef36d0acfa988a6c70.tar.xz serverdata-aaaf2814d69808976fd11bef36d0acfa988a6c70.zip |
Lure YuckFou to the showdown with the promise of 250,000 job exp points
Diffstat (limited to 'npc')
-rw-r--r-- | npc/026-7/boss.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/026-7/boss.txt b/npc/026-7/boss.txt index 6d785cb6a..47667cfb0 100644 --- a/npc/026-7/boss.txt +++ b/npc/026-7/boss.txt @@ -540,6 +540,7 @@ OnVictory: MK_WINNER=gettimetick(2); // TODO getitem StrangeCoin, 1950; // Total: 2,000 Strange Coins on first win getitembound MysteriousFruit, 3, 4; // You get 3 char bound fruits + getexp 0, 250000; // 250k job exp on first victory } // Effects specialeffect(FX_FANFARE, SELF, getcharid(3)); |