summaryrefslogtreecommitdiff
path: root/npc/025-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-02-18 22:29:41 -0300
committerJesusaves <cpntb1@ymail.com>2021-02-18 22:29:41 -0300
commitd3d1c75c4019b5cd67dc74e30d8831161e8849b3 (patch)
tree99915d676059ecf75894dc0ef9353845bf5c1c9a /npc/025-1
parent4ab001372861571799b3a5ccc67d2589af317cf2 (diff)
downloadserverdata-d3d1c75c4019b5cd67dc74e30d8831161e8849b3.tar.gz
serverdata-d3d1c75c4019b5cd67dc74e30d8831161e8849b3.tar.bz2
serverdata-d3d1c75c4019b5cd67dc74e30d8831161e8849b3.tar.xz
serverdata-d3d1c75c4019b5cd67dc74e30d8831161e8849b3.zip
Correct a few errors typos and "balance style"
Diffstat (limited to 'npc/025-1')
-rw-r--r--npc/025-1/teleporter.txt2
-rw-r--r--npc/025-1/yuko.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/025-1/teleporter.txt b/npc/025-1/teleporter.txt
index a7476dddc..4fee0519f 100644
--- a/npc/025-1/teleporter.txt
+++ b/npc/025-1/teleporter.txt
@@ -7,7 +7,7 @@
// PS. Anise => “Aisen” Anagram
-018-5,40,115,0 script #WarpGateFort NPC_HIDDEN,1,0,{
+025-1,40,115,0 script #WarpGateFort NPC_HIDDEN,1,0,{
end;
OnTouch:
diff --git a/npc/025-1/yuko.txt b/npc/025-1/yuko.txt
index 0fa7449ec..39b7ed010 100644
--- a/npc/025-1/yuko.txt
+++ b/npc/025-1/yuko.txt
@@ -38,14 +38,14 @@ OnInit:
end;
OnClock1149:
+ restoreshopitem ThornAmmoBox, 5;
+ restoreshopitem PileOfAsh, 800, 25;
OnClock2359:
restoreshopitem HomunResetPotion, 5;
restoreshopitem PurificationPotion, 20;
restoreshopitem AtroposMixture, 50;
- restoreshopitem ThornAmmoBox, 5;
restoreshopitem PoisonAmmoBox, 10;
restoreshopitem CursedAmmoBox, 15;
- restoreshopitem PileOfAsh, 800, 25;
end;
}