diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-09 01:45:00 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-09 01:45:00 -0200 |
commit | ee02ee04566b15f3769b6bf3cfc0f4427107641a (patch) | |
tree | 011460dac5e15208a45cea8fba1ba499e986a0fc /npc/003-1/neko.txt | |
parent | 331ccd80bf57ac78ef7273c4b06ec0f2fa288b6b (diff) | |
download | serverdata-ee02ee04566b15f3769b6bf3cfc0f4427107641a.tar.gz serverdata-ee02ee04566b15f3769b6bf3cfc0f4427107641a.tar.bz2 serverdata-ee02ee04566b15f3769b6bf3cfc0f4427107641a.tar.xz serverdata-ee02ee04566b15f3769b6bf3cfc0f4427107641a.zip |
Introduce Nivalis forge and armorer: Bracco.
He restocks every 28 hours. He forges armbands (mage equip).
Armbands are currently cap items, so prices are extremely high atm.
Diffstat (limited to 'npc/003-1/neko.txt')
-rw-r--r-- | npc/003-1/neko.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index 8f1829d70..b8720b6d6 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -64,7 +64,7 @@ OnInit: setunitdata(.@npcId, UDT_HAIRCOLOR, 2); tradertype(NST_MARKET); - sellitem LeatherShirt, 120000, 1; + sellitem LeatherShirt, 12000, 1; sellitem ShortTankTop, 8000, 1; sellitem TrainingBow, 990, 2; sellitem RoastedMaggot, -1, 2; @@ -78,7 +78,7 @@ OnInit: end; OnClock2359: - restoreshopitem LeatherShirt, 120000, 1; + restoreshopitem LeatherShirt, 12000, 1; restoreshopitem TrainingBow, 990, 2; restoreshopitem ShortTankTop, 8000, 1; restoreshopitem ArrowAmmoBox,rand(5,10); |