diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-27 16:51:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-27 16:51:58 -0300 |
commit | 4d871403884cb664eb65b314dcf2e915c7414aad (patch) | |
tree | dbe4324845cdeaab476d9db25c252a0d49501ab6 /npc | |
parent | 09683abf0b4e4726c27b44106bb97a12560c4dd0 (diff) | |
download | serverdata-4d871403884cb664eb65b314dcf2e915c7414aad.tar.gz serverdata-4d871403884cb664eb65b314dcf2e915c7414aad.tar.bz2 serverdata-4d871403884cb664eb65b314dcf2e915c7414aad.tar.xz serverdata-4d871403884cb664eb65b314dcf2e915c7414aad.zip |
Chamomile Tea is also sold on Tulimshar (Neko only) for 300 gp each.
These should take in account low level players, even if a bit expensive
in the fish scale.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/neko.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index a5818baba..104df9dd6 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -76,6 +76,7 @@ OnInit: sellitem Arrow, -1, rand(10000,30000); sellitem CroconutBox, rand(2650,2950), 4; sellitem EmptyBox, -1, 2; + sellitem ChamomileTea, 300, 10; .sex = G_MALE; .distance = 5; @@ -93,6 +94,7 @@ OnClock2359: restoreshopitem Arrow, rand(10000,30000); restoreshopitem CroconutBox, rand(2650,3000), 4; restoreshopitem EmptyBox, 2; + restoreshopitem ChamomileTea, 300, 10; end; // Pay your taxes! |