diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-25 12:46:31 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-25 12:46:31 +0000 |
commit | 52314d53ea702d06eb469178b666b813f1854fde (patch) | |
tree | 3b70dcbb2acac103fd0cbacc6c23b657d3ddb68c /npc/020-2 | |
parent | c95da3402c6323460fefd4a399de272d5a9e0ca9 (diff) | |
parent | 08b629060711da081f9e6065764e1a7d32919fc8 (diff) | |
download | serverdata-52314d53ea702d06eb469178b666b813f1854fde.tar.gz serverdata-52314d53ea702d06eb469178b666b813f1854fde.tar.bz2 serverdata-52314d53ea702d06eb469178b666b813f1854fde.tar.xz serverdata-52314d53ea702d06eb469178b666b813f1854fde.zip |
Merge branch 'mapfix' into 'master'
Mapfix
See merge request themanaworld/evolved/serverdata!2
Diffstat (limited to 'npc/020-2')
-rw-r--r-- | npc/020-2/baktar.txt | 2 | ||||
-rw-r--r-- | npc/020-2/banker.txt | 2 | ||||
-rw-r--r-- | npc/020-2/furquest.txt | 4 | ||||
-rw-r--r-- | npc/020-2/shops.txt | 8 |
4 files changed, 8 insertions, 8 deletions
diff --git a/npc/020-2/baktar.txt b/npc/020-2/baktar.txt index a3bc5cc8..a7f5c367 100644 --- a/npc/020-2/baktar.txt +++ b/npc/020-2/baktar.txt @@ -1,4 +1,4 @@ -020-2,70,61,0 script Baktar NPC191,{ +020-2,80,61,0 script Baktar NPC191,{ @npcname$ = "[Baktar]"; @BIT_KNOWHIM = 0; diff --git a/npc/020-2/banker.txt b/npc/020-2/banker.txt index 9a1ddcc8..69f5a48f 100644 --- a/npc/020-2/banker.txt +++ b/npc/020-2/banker.txt @@ -1,4 +1,4 @@ -020-2,122,64,0 script Ben NPC193,{ +020-2,132,64,0 script Ben NPC193,{ @npcname$ = "Ben"; callfunc "Banker"; close; diff --git a/npc/020-2/furquest.txt b/npc/020-2/furquest.txt index 23847336..6cae2f62 100644 --- a/npc/020-2/furquest.txt +++ b/npc/020-2/furquest.txt @@ -1,5 +1,5 @@ -020-2,24,26,0 script Agostine Debug NPC137,{ +020-2,34,26,0 script Agostine Debug NPC137,{ mes "[Agostine Debug]"; mes "What do you want to do?"; menu @@ -34,7 +34,7 @@ OnInit: disablenpc "Agostine Debug"; end; } -020-2,27,26,0 script Agostine NPC137,{ +020-2,37,26,0 script Agostine NPC137,{ @CUTFUR_EXP = 10; @FINEDRESS_COTTON_CLOTHS = 20; @FINEDRESS_GP = 20000; diff --git a/npc/020-2/shops.txt b/npc/020-2/shops.txt index 74a8315d..b7dc3ec7 100644 --- a/npc/020-2/shops.txt +++ b/npc/020-2/shops.txt @@ -1,5 +1,5 @@ -020-2,75,28,0 script Taylor NPC137,{ +020-2,85,28,0 script Taylor NPC137,{ mes "[Taylor]"; mes "\"While it can be dangerous up here in Kaizei, I take comfort that Nivalis is not surrounded by the Yeti like Thermin is. What a weird town.\""; next; @@ -10,7 +10,7 @@ mes "\"Well, pleasant journeys and I hope I haven't been too much of a bother. Good chatting with you.\""; close; } -020-2,25,65,0 script Bracco NPC135,{ +020-2,35,65,0 script Bracco NPC135,{ shop .name$; goodbye; close; @@ -25,7 +25,7 @@ OnInit: end; } -020-2,75,24,0 script Mede NPC103,{ +020-2,85,24,0 script Mede NPC103,{ shop .name$; goodbye; close; @@ -43,7 +43,7 @@ OnInit: end; } -020-2,111,23,0 script Kane NPC120,{ +020-2,137,23,0 script Kane NPC120,{ @npcname$ = "Kane the Inn Keeper"; @Cost = 100; |