diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-25 06:54:26 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-25 06:54:26 +0000 |
commit | 1d8592b23ce221f543fb9978c88620f70280c885 (patch) | |
tree | 66b363ecaa0da42195d2c9d1b8e5cd6fe8cc33a2 /npc/custom/market.txt | |
parent | 0f82fd5bc403400dc9464a8f02298416b99b0bbc (diff) | |
download | hercules-1d8592b23ce221f543fb9978c88620f70280c885.tar.gz hercules-1d8592b23ce221f543fb9978c88620f70280c885.tar.bz2 hercules-1d8592b23ce221f543fb9978c88620f70280c885.tar.xz hercules-1d8592b23ce221f543fb9978c88620f70280c885.zip |
- Standardized script headers, starting with /npc/custom/
http://rathena.org/wiki/Script_header
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15262 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/market.txt')
-rw-r--r-- | npc/custom/market.txt | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/npc/custom/market.txt b/npc/custom/market.txt index b6eb18532..d07eabac8 100644 --- a/npc/custom/market.txt +++ b/npc/custom/market.txt @@ -1,37 +1,35 @@ //===== rAthena Script ======================================= //= Market Place -//===== By =================================================== +//===== By: ================================================== //= Lupus -//===== Version ============================================== +//===== Current Version: ===================================== //= 1.1 -//===== Compatible With ====================================== -//= rAthena 5760+ -//===== Description ========================================== +//===== Compatible With: ===================================== +//= rAthena SVN +//===== Description: ========================================= //= This script should move vending crowds from Prontera //= streets to a suitable market place. Save your traffic 8) -//===== Comments ============================================= -//=1.0 unknown -//=1.1 Optimized it, Removed labels. [Spre] +//===== Additional Comments: ================================= +//= 1.1 Optimized it, Removed labels. [Spre] //============================================================ - prontera,144,174,3 script Market Place 722,{ mes"[Market Place]"; mes"Tristan III's order: ^FF0000Move all the private shops to a special Market Place^000000."; next; - if (select("Yes Please:No") == 2) { + if (select("Yes Please:No") == 2) { close; } // I didn't see the need to check and show venders.... Since it didnt even work warp "gon_test",27+rand(5),98; end; } - + gon_test,73,103,0 script MarketExit 45,1,2,{ warp "prontera",155,177-rand(10); end; } - + //disable vending in Prontera prontera mapflag novending prt_in mapflag novending |