diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-20 00:11:27 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-20 00:11:27 -0200 |
commit | 6767a7759d86461c375314a2f484edc9309c31d1 (patch) | |
tree | d597242a8c6affb7841041326e65acf2f99c3a86 | |
parent | 1a75ac63334ace26df0b30387654adade57f0147 (diff) | |
download | serverdata-6767a7759d86461c375314a2f484edc9309c31d1.tar.gz serverdata-6767a7759d86461c375314a2f484edc9309c31d1.tar.bz2 serverdata-6767a7759d86461c375314a2f484edc9309c31d1.tar.xz serverdata-6767a7759d86461c375314a2f484edc9309c31d1.zip |
Regenerate map data, sell Mercenaries Boxsets at Aeros.
If Saulc ever needs a freemium game with IAP, he only needs to sell Strange Coins <.<
Although, nothing stops someone from selingl ingame items for real money under the sheets, right? :inGame_n:
-rw-r--r-- | npc/001-1/rewards.txt | 3 | ||||
-rw-r--r-- | npc/004-2/_mobs.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index f07661e9b..7e7bf42b8 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -46,8 +46,11 @@ OnInit: // Temporary, Seasonal, for events, rare drops, next release sellitem DesertBow, 9000; sellitem Chainmail, 2700; + sellitem MercBoxC,600; + sellitem MercBoxB,400; sellitem LeatherShirt, 315; sellitem JeansShorts, 270; + sellitem MercBoxA,200; sellitem ThornAmmoBox,180; sellitem CursedAmmoBox,80; sellitem ArrowAmmoBox,50; diff --git a/npc/004-2/_mobs.txt b/npc/004-2/_mobs.txt index 99653dd4e..0f99c36b1 100644 --- a/npc/004-2/_mobs.txt +++ b/npc/004-2/_mobs.txt @@ -7,6 +7,6 @@ 004-2,51,40,10,22 monster Scorpion 1071,6,35000,150000 004-2,55,66,4,4 monster Black Scorpion 1074,1,35000,150000 004-2,108,97,4,4 monster Snake 1122,3,35000,150000 -004-2,77,51,9,4 monster Snake 1122,2,35000,150000 +004-2,77,51,9,4 monster Snake 1122,1,35000,150000 004-2,67,63,14,11 monster Scorpion 1071,8,35000,150000 004-2,82,50,27,29 monster Desert Log Head 1127,5,35000,150000 |