diff options
author | Micksha <ms-shaman@gmx.de> | 2021-05-25 12:46:31 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-25 12:46:31 +0000 |
commit | 08b629060711da081f9e6065764e1a7d32919fc8 (patch) | |
tree | 3b70dcbb2acac103fd0cbacc6c23b657d3ddb68c /npc/012-3 | |
parent | c95da3402c6323460fefd4a399de272d5a9e0ca9 (diff) | |
download | serverdata-08b629060711da081f9e6065764e1a7d32919fc8.tar.gz serverdata-08b629060711da081f9e6065764e1a7d32919fc8.tar.bz2 serverdata-08b629060711da081f9e6065764e1a7d32919fc8.tar.xz serverdata-08b629060711da081f9e6065764e1a7d32919fc8.zip |
Mapfix
Diffstat (limited to 'npc/012-3')
-rw-r--r-- | npc/012-3/beheader.txt | 2 | ||||
-rw-r--r-- | npc/012-3/mana-seed.txt | 2 | ||||
-rw-r--r-- | npc/012-3/traveler.txt | 2 | ||||
-rw-r--r-- | npc/012-3/warningsigns.txt | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/npc/012-3/beheader.txt b/npc/012-3/beheader.txt index f0725754..dd5207ee 100644 --- a/npc/012-3/beheader.txt +++ b/npc/012-3/beheader.txt @@ -1,5 +1,5 @@ -012-3,450,67,0 script The Beheader NPC429,{ +012-3,460,76,0 script The Beheader NPC429,{ if (FLAGS & FLAG_BEHEADER_MASK) goto L_Complete; mes "[The Beheader]"; mes "\"I am The Beheader, known for beheading Terranites.\""; diff --git a/npc/012-3/mana-seed.txt b/npc/012-3/mana-seed.txt index ea6dabcf..405b8038 100644 --- a/npc/012-3/mana-seed.txt +++ b/npc/012-3/mana-seed.txt @@ -1,4 +1,4 @@ -012-3,62,130,0 script Forest Mana Seed#_M NPC166,{ +012-3,72,139,0 script Forest Mana Seed#_M NPC166,{ setarray @exp_bonus, 0, 1000, // level 1 diff --git a/npc/012-3/traveler.txt b/npc/012-3/traveler.txt index be3c89bf..50793fa7 100644 --- a/npc/012-3/traveler.txt +++ b/npc/012-3/traveler.txt @@ -1,5 +1,5 @@ -012-3,439,62,0 script Meridith the Traveler NPC103,{ +012-3,449,71,0 script Meridith the Traveler NPC103,{ @npcname$ = "Meridith"; @NpcTravelBit = $@terranite_cave_bit; callfunc "Traveler"; diff --git a/npc/012-3/warningsigns.txt b/npc/012-3/warningsigns.txt index 2e63e8a4..082ed2a5 100644 --- a/npc/012-3/warningsigns.txt +++ b/npc/012-3/warningsigns.txt @@ -1,5 +1,5 @@ -012-3,445,61,0 script sign#pvp-1 NPC187,{ +012-3,455,70,0 script sign#pvp-1 NPC187,{ mes "You are about to enter a dangerous area!"; next; mes "This area has a great distance to town. So the protection spell of the town is not active in that cave!"; @@ -7,7 +7,7 @@ close; } -012-3,451,61,0 script sign#pvp-2 NPC186,{ +012-3,461,70,0 script sign#pvp-2 NPC186,{ mes "You are about to enter a dangerous area!"; next; mes "This area has a great distance to town. So the protection spell of the town is not active in that cave!"; |