summaryrefslogtreecommitdiff
path: root/npc/pre-re
diff options
context:
space:
mode:
authorJedzkie <jedzkie13@rocketmail.com>2016-01-03 21:24:19 +0800
committerJedzkie <jedzkie13@rocketmail.com>2016-01-03 21:24:19 +0800
commit7cb447fa7180fc666449762d3a20c971b09af5e0 (patch)
tree3e0db7652d87bdb87a46305526503f6f457723dd /npc/pre-re
parent9f1fb9f8ef2f066e40aa46a5305ab8a0b88fa960 (diff)
downloadhercules-7cb447fa7180fc666449762d3a20c971b09af5e0.tar.gz
hercules-7cb447fa7180fc666449762d3a20c971b09af5e0.tar.bz2
hercules-7cb447fa7180fc666449762d3a20c971b09af5e0.tar.xz
hercules-7cb447fa7180fc666449762d3a20c971b09af5e0.zip
Update morroc trader npc's to match kRO's morroc trader npc's.
Update some coordinates of the npc's in morroc. Added Marrol Battle Recruiter and Mr. Smile npc in morroc town.
Diffstat (limited to 'npc/pre-re')
-rw-r--r--npc/pre-re/merchants/shops.txt57
1 files changed, 56 insertions, 1 deletions
diff --git a/npc/pre-re/merchants/shops.txt b/npc/pre-re/merchants/shops.txt
index 62ea538ba..4abe887a6 100644
--- a/npc/pre-re/merchants/shops.txt
+++ b/npc/pre-re/merchants/shops.txt
@@ -31,7 +31,7 @@
//================= Description ===========================================
//= Pre-renewal-specific town shop NPCs.
//================= Current Version =======================================
-//= 1.3
+//= 1.4
//=========================================================================
//== Prontera ==============================================
@@ -149,6 +149,52 @@ OnInit:
sellitem Thunder_P;
}
+//== Morroc ================================================
+moc_ruins,91,128,4 trader Tool Dealer#moc1 4_F_04,{
+OnInit:
+ sellitem Arrow;
+ sellitem Spectacles;
+ sellitem Red_Potion;
+ sellitem Orange_Potion;
+ sellitem Yellow_Potion;
+ sellitem White_Potion;
+ sellitem Green_Potion;
+ sellitem Center_Potion;
+ sellitem Awakening_Potion;
+ sellitem Wing_Of_Fly;
+ sellitem Wing_Of_Butterfly;
+ sellitem Booby_Trap;
+}
+
+moc_ruins,114,63,6 trader Tool Dealer#moc2 4W_M_03,{
+OnInit:
+ sellitem Arrow;
+ sellitem Spectacles;
+ sellitem Red_Potion;
+ sellitem Orange_Potion;
+ sellitem Yellow_Potion;
+ sellitem White_Potion;
+ sellitem Green_Potion;
+ sellitem Center_Potion;
+ sellitem Awakening_Potion;
+ sellitem Wing_Of_Fly;
+ sellitem Wing_Of_Butterfly;
+ sellitem Booby_Trap;
+ sellitem Luxury_Sunglasses;
+}
+
+moc_ruins,118,170,4 trader Pet Groomer#moc 4_M_TELEPORTER,{
+OnInit:
+ sellitem Pet_Food;
+ sellitem Pet_Incubator;
+ sellitem Backpack;
+ sellitem Rocker_Glasses;
+ sellitem Mojji;
+ sellitem Vital_Flower_;
+ sellitem Flame_Gemstone;
+ sellitem Bun_;
+}
+
//== Cooking Addition ======================================
prontera,156,212,1 trader Chef Assistant#prt 8_F_GIRL,{
OnInit:
@@ -157,3 +203,12 @@ OnInit:
sellitem Pot;
sellitem Bread;
}
+
+moc_ruins,115,123,5 trader Chef Assistant#moc 4_M_04,{
+OnInit:
+ sellitem Hot_Sauce;
+ sellitem Sweet_Sauce;
+ sellitem Plain_Sauce;
+ sellitem Red_Spice;
+ sellitem Yellow_Spice;
+}