diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-24 20:07:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-24 20:07:38 -0300 |
commit | 34039940a81b00277491085d1a8a92c952e0c815 (patch) | |
tree | 240c0297524a863ad04413c1b86a8dc9fcdf2feb /npc | |
parent | 039aa48c4c058d75abe560d5e10e27799b060a77 (diff) | |
download | serverdata-34039940a81b00277491085d1a8a92c952e0c815.tar.gz serverdata-34039940a81b00277491085d1a8a92c952e0c815.tar.bz2 serverdata-34039940a81b00277491085d1a8a92c952e0c815.tar.xz serverdata-34039940a81b00277491085d1a8a92c952e0c815.zip |
Move some sequence, and give Trader King a name
Diffstat (limited to 'npc')
-rw-r--r-- | npc/009-1/_import.txt | 2 | ||||
-rw-r--r-- | npc/009-1/charles.txt (renamed from npc/009-1/trader_king.txt) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/npc/009-1/_import.txt b/npc/009-1/_import.txt index 9e7a960e5..6b83f371c 100644 --- a/npc/009-1/_import.txt +++ b/npc/009-1/_import.txt @@ -3,6 +3,7 @@ "npc/009-1/_mobs.txt", "npc/009-1/_warps.txt", "npc/009-1/barzil.txt", +"npc/009-1/charles.txt", "npc/009-1/dangrostra.txt", "npc/009-1/foxhound.txt", "npc/009-1/guards.txt", @@ -10,4 +11,3 @@ "npc/009-1/luanna.txt", "npc/009-1/lynnthetraveler.txt", "npc/009-1/soul-menhir.txt", -"npc/009-1/trader_king.txt", diff --git a/npc/009-1/trader_king.txt b/npc/009-1/charles.txt index fde527ab1..9f0f348a3 100644 --- a/npc/009-1/trader_king.txt +++ b/npc/009-1/charles.txt @@ -20,7 +20,7 @@ -009-1,24,105,0 script Trader King NPC_ORC,{ +009-1,24,105,0 script Charles, Trader King NPC_ORC,{ .@q=getq(HalinarzoQuest_TraderKing); if (BaseLevel < 30) goto L_Weak; if (.@q == 1) goto L_Return; @@ -44,7 +44,7 @@ L_Start: L_WhoAmI: mes ""; mesn; - mesq l("I am the Trader King, because I supply a market!"); + mesq l("I am the Trader King, because I supply a market!"); // the Black Market close; L_Distrust: @@ -117,12 +117,12 @@ L_Wait: close; L_Finish: - if (Zeny < 6000) goto L_Poor; if (countitem(CoinBag) < 30 || countitem(EmptyBottle) < 5 || countitem(Dagger) < 2 || countitem(LeatherShield) < 1) goto L_Missing; + if (Zeny < 6000) goto L_Poor; inventoryplace BurglarMask, 1; delitem CoinBag, 30; |