summaryrefslogtreecommitdiff
path: root/npc/custom/eAAC_Scripts/disguiser.txt
diff options
context:
space:
mode:
authoreaac <eaac@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-27 00:50:05 +0000
committereaac <eaac@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-27 00:50:05 +0000
commit2651b01417f5c6d009e2d700e80854cb93639506 (patch)
tree9e0c2516acf7db9550e45ee9feac7e6844a1e8b2 /npc/custom/eAAC_Scripts/disguiser.txt
parent4dbc4e3a2dd8fcb9c6d8a09b3038040024f0d07f (diff)
downloadhercules-2651b01417f5c6d009e2d700e80854cb93639506.tar.gz
hercules-2651b01417f5c6d009e2d700e80854cb93639506.tar.bz2
hercules-2651b01417f5c6d009e2d700e80854cb93639506.tar.xz
hercules-2651b01417f5c6d009e2d700e80854cb93639506.zip
* Added Rachel NPCs:
~ Added Official warps of Rachel. About 50% of them. Will get the rest soon. [erKURITA] ~ Added the Tool/Armor/Weapon dealer, aswell as a Vegetable Gardener. [erKURITA] ~ Added the guards + guide locations. Also added the Zondaman location. [erKURITA] ~ Added Rachel Inn npc. [erKURITA] \- Special thanks to RockmanEXE for all the info above. * eAAC update to the vending machine, disguiser and quest warper. [erKURITA] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7349 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/eAAC_Scripts/disguiser.txt')
-rw-r--r--npc/custom/eAAC_Scripts/disguiser.txt15
1 files changed, 7 insertions, 8 deletions
diff --git a/npc/custom/eAAC_Scripts/disguiser.txt b/npc/custom/eAAC_Scripts/disguiser.txt
index 1bce6f677..218de0196 100644
--- a/npc/custom/eAAC_Scripts/disguiser.txt
+++ b/npc/custom/eAAC_Scripts/disguiser.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= PalasX (http://cashaan.dontexist.org)
//===== Current Version: =====================================
-//= v1.21 Unified
+//= v1.20 Unified
//===== Compatible With: =====================================
//= SVN 5690+ (getmonsterinfo)
//===== Description: =========================================
@@ -16,38 +16,37 @@
//= Uses GetMonsterInfo to pull monster names from server, but
//= without sql_query, the mob IDs are set statically
//= Went crazy with the functions, the script is TINY now :)
-//= 1.21 Removed Duplicates [Silent]
//============================================================
//////////////////////////
//Places all of our NPCs//
//////////////////////////
-prt_fild05.gat,277,226,5 script Dullahan Master#01 736,{
+prt_fild05.gat,277,226,5 script Dullahan Master 736,{
callfunc "PXC_Disguiser",0,quest_disguise;
Close;
}
-moc_fild10.gat,34,283,4 script Dullahan Master#02 736,{
+moc_fild10.gat,34,283,4 script Dullahan Master 736,{
callfunc "PXC_Disguiser",1,quest_disguise;
close;
}
-gef_fild00.gat,97,123,4 script Dullahan Master#03 736,{
+gef_fild00.gat,97,123,4 script Dullahan Master 736,{
callfunc "PXC_Disguiser",2,quest_disguise;
close;
}
-pay_fild01.gat,369,305,4 script Dullahan Master#04 736,{
+pay_fild01.gat,369,305,4 script Dullahan Master 736,{
callfunc "PXC_Disguiser",3,quest_disguise;
close;
}
-pay_fild03.gat,313,40,4 script Dullahan Master#05 736,{
+pay_fild03.gat,313,40,4 script Dullahan Master 736,{
callfunc "PXC_Disguiser",4,quest_disguise;
close;
}
-prt_fild08.gat,362,185,4 script Dullahan Master#06 736,{
+prt_fild08.gat,362,185,4 script Dullahan Master 736,{
callfunc "PXC_Disguiser",5,quest_disguise;
close;