diff options
author | Reid <reidyaro@gmail.com> | 2012-08-27 02:14:48 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-08-27 02:14:48 +0200 |
commit | 6104034890ce35cd71e5c7951f39215627e10daf (patch) | |
tree | 660784309ad0cefb5dee47b8277c8b668b9cd273 /npc | |
parent | 8378fe0edbd8c6f123b4343744617be2d863b7a4 (diff) | |
download | clientdata-6104034890ce35cd71e5c7951f39215627e10daf.tar.gz clientdata-6104034890ce35cd71e5c7951f39215627e10daf.tar.bz2 clientdata-6104034890ce35cd71e5c7951f39215627e10daf.tar.xz clientdata-6104034890ce35cd71e5c7951f39215627e10daf.zip |
Place Silvio, Mickael and Muller NPCs on 000-1 map,
Change location of Max and Sapartan NPCs.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/max.txt | 2 | ||||
-rw-r--r-- | npc/000-1/mickael.txt | 2 | ||||
-rw-r--r-- | npc/000-1/muller.txt | 2 | ||||
-rw-r--r-- | npc/000-1/sapartan.txt | 2 | ||||
-rw-r--r-- | npc/000-1/silvio.txt | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/npc/000-1/max.txt b/npc/000-1/max.txt index b00ef673..d31ddf51 100644 --- a/npc/000-1/max.txt +++ b/npc/000-1/max.txt @@ -4,7 +4,7 @@ // Description: // Friend of Sapartan, he gives some information on how to find what Gugli asked to search. -000-1.gat,74,108,0,1 script Max 105;2,{ +000-1.gat,58,108,0,1 script Max 105;2,{ mesn; mesq l("."); diff --git a/npc/000-1/mickael.txt b/npc/000-1/mickael.txt index 584816a4..d381571b 100644 --- a/npc/000-1/mickael.txt +++ b/npc/000-1/mickael.txt @@ -4,7 +4,7 @@ // Description:
// Sailor who gives some informations to the player.
-000-1.gat,24,32,0,1 script Mickael 106;2,{
+000-1.gat,79,108,0,1 script Mickael 106;2,{
mesn;
mesq l("Oh, hey you.");
diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt index ac33d1ef..8a750290 100644 --- a/npc/000-1/muller.txt +++ b/npc/000-1/muller.txt @@ -4,7 +4,7 @@ // Description: // A random NPC searching for some food on the map. -000-1.gat,23,31,0,1 script Q'Muller 104;2,{ +000-1.gat,35,69,0,1 script Q'Muller 104;2,{ mesn; mesq l("I think that I'm done, I've got a box full of @@!", getitemlink("Crocclaw")); diff --git a/npc/000-1/sapartan.txt b/npc/000-1/sapartan.txt index cb220595..02c270dc 100644 --- a/npc/000-1/sapartan.txt +++ b/npc/000-1/sapartan.txt @@ -4,7 +4,7 @@ // Description: // Friend of Max, he gives some information about Artis. -000-1.gat,75,109,0,1 script Sapartan 314;2,{ +000-1.gat,59,109,0,1 script Sapartan 314;2,{ mesn; mesq l("."); diff --git a/npc/000-1/silvio.txt b/npc/000-1/silvio.txt index 609ff031..e9e238d4 100644 --- a/npc/000-1/silvio.txt +++ b/npc/000-1/silvio.txt @@ -4,7 +4,7 @@ // Description:
// Pervert and arrogant sailor. -000-1.gat,42,42,0,1 script Silvio 312;2,{ +000-1.gat,86,99,0,1 script Silvio 312;2,{ mesn; mesq l("Hey hey"); |