diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-15 20:32:55 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-15 20:32:55 +0000 |
commit | 788a65d41bce37aad857e5b5202d0293e84963a2 (patch) | |
tree | 2070539f8f2ed0a635ff39a18194c21a76595848 /npc/other/lighthalzen_auction.txt | |
parent | a50476a588b2d7bc819cf0235a093dcddef9f2bf (diff) | |
download | hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.gz hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.bz2 hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.xz hercules-788a65d41bce37aad857e5b5202d0293e84963a2.zip |
removed all .GAT from all the scripts and tested
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10018 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/lighthalzen_auction.txt')
-rw-r--r-- | npc/other/lighthalzen_auction.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/other/lighthalzen_auction.txt b/npc/other/lighthalzen_auction.txt index 1d0f0265b..2ff9e7301 100644 --- a/npc/other/lighthalzen_auction.txt +++ b/npc/other/lighthalzen_auction.txt @@ -14,7 +14,7 @@ //============================================================ //=======================WARPER=============================== -lighthalzen.gat,205,169,4 script Auction Guide 833,{ +lighthalzen,205,169,4 script Auction Guide 833,{ mes "[Auction Guide]"; mes "Trying to go to the acution"; @@ -24,7 +24,7 @@ WA_yes: mes "[Auction Guide]"; mes "Have a good trip~"; close2; - warp "auction_02.gat",43,24; + warp "auction_02",43,24; end; WA_no: @@ -34,7 +34,7 @@ WA_no: } //=======================AUCTION NPC========================== -auction_02.gat,31,46,9 script Auction Supervisor::as1 874,{ +auction_02,31,46,9 script Auction Supervisor::as1 874,{ mes "[Auctioner]"; mes "Welcome."; @@ -52,8 +52,8 @@ AU_no: mes "Okay then.."; close; } -auction_02.gat,43,65,2 duplicate(as1) Auction Supervisor::asd1 874 -auction_02.gat,56,46,2 duplicate(as1) Auction Supervisor::asd2 874 +auction_02,43,65,2 duplicate(as1) Auction Supervisor::asd1 874 +auction_02,56,46,2 duplicate(as1) Auction Supervisor::asd2 874 //=======================WARP================================= -auction_02.gat,43,17,0 warp auc_light01 1,1,lighthalzen.gat,209,169
\ No newline at end of file +auction_02,43,17,0 warp auc_light01 1,1,lighthalzen,209,169
\ No newline at end of file |