diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-10 20:56:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-10 20:56:05 -0300 |
commit | baa07a6c716002432b01b8463d91c8c0dffb4bef (patch) | |
tree | f169884415c4d19218873518bd3cc054fc19f575 | |
parent | 2dc05a94062b5a43553938650b477cab8b077364 (diff) | |
download | serverdata-baa07a6c716002432b01b8463d91c8c0dffb4bef.tar.gz serverdata-baa07a6c716002432b01b8463d91c8c0dffb4bef.tar.bz2 serverdata-baa07a6c716002432b01b8463d91c8c0dffb4bef.tar.xz serverdata-baa07a6c716002432b01b8463d91c8c0dffb4bef.zip |
Move 029-6 scrips in NINE TILES as requested by Saulc
-rw-r--r-- | npc/029-0/mobs.txt | 2 | ||||
-rw-r--r-- | npc/029-0/warps.txt | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/npc/029-0/mobs.txt b/npc/029-0/mobs.txt index dec79d9a6..433666def 100644 --- a/npc/029-0/mobs.txt +++ b/npc/029-0/mobs.txt @@ -88,7 +88,7 @@ function SFsetup5 { function SFsetup6 { // MAP BOSS - monster("029-6", 31, 91, "Level Boss", PinkieEmperor, 1, .e6$); + monster("029-6", 31+9, 91, "Level Boss", PinkieEmperor, 1, .e6$); return; } diff --git a/npc/029-0/warps.txt b/npc/029-0/warps.txt index be349b2e3..735ea2b86 100644 --- a/npc/029-0/warps.txt +++ b/npc/029-0/warps.txt @@ -78,11 +78,12 @@ OnTouch: if (FiresOfSteam_Warp(6)) goto L_Warp; // Fallthrough L_Warp: - warp "029-6", 134, 31; + warp "029-6", 134+9, 31; end; } -029-6,27,90,0 script Great Tree#296to297 NPC_NO_SPRITE,{ +// 27+9 = 36 +029-6,36,90,0 script Great Tree#296to297 NPC_NO_SPRITE,{ if (FiresOfSteam_Warp(7)) goto L_Warp; // Additional conditions here mes l("Apparently, you'll need to use a %s to get this to work!", getitemlink(DruidTreeBranch)); |