summaryrefslogtreecommitdiff
path: root/npc/005-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-26 23:19:53 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-26 23:19:53 -0300
commitc61679fe97d376f5b30ca461203af91d359c8353 (patch)
tree026ffe373de6bb3f1683e4f155c8f1040155abce /npc/005-4
parent979aeae5bc45a53f2ec3a3e600e5dc9f5abf2f79 (diff)
downloadserverdata-c61679fe97d376f5b30ca461203af91d359c8353.tar.gz
serverdata-c61679fe97d376f5b30ca461203af91d359c8353.tar.bz2
serverdata-c61679fe97d376f5b30ca461203af91d359c8353.tar.xz
serverdata-c61679fe97d376f5b30ca461203af91d359c8353.zip
Exclude Creased Shirt and Creased Short from Tolchi.
I mean, they are easy to get by skipping Tutorial.
Diffstat (limited to 'npc/005-4')
-rw-r--r--npc/005-4/tolchi.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt
index a28f33b91..d98782938 100644
--- a/npc/005-4/tolchi.txt
+++ b/npc/005-4/tolchi.txt
@@ -273,6 +273,7 @@ function tolchi_tweaks {
next;
return;
}
+ // TODO: Aleady slotted
// Calculate price
.@lv=getiteminfo(.@handle, ITEMINFO_ELV);
@@ -374,6 +375,6 @@ OnInit:
initnpctimer;
.distance = 5;
- setarray .disallow_equip, Event1HSword, Event2HSword, EventBow, EventWand, Lightbringer, DemureAxe, Tyranny, Runestaff, AegisShield, BlacksmithAxe, Dustynator;
+ setarray .disallow_equip, Event1HSword, Event2HSword, EventBow, EventWand, Lightbringer, DemureAxe, Tyranny, Runestaff, AegisShield, BlacksmithAxe, Dustynator, CreasedShirt, CreasedShorts;
end;
}