diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-05 13:23:07 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-05 13:23:07 +0000 |
commit | 288490094a7fe9167747dc78d416940759a31197 (patch) | |
tree | 53dc4f5c2375f4b688b53ca8841630ddec5e1f88 /npc/custom/market.txt | |
parent | 8ec1c47aed09c90343949d57c92760ba84738a46 (diff) | |
download | hercules-288490094a7fe9167747dc78d416940759a31197.tar.gz hercules-288490094a7fe9167747dc78d416940759a31197.tar.bz2 hercules-288490094a7fe9167747dc78d416940759a31197.tar.xz hercules-288490094a7fe9167747dc78d416940759a31197.zip |
- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt/conf/h/c files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9410 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/market.txt')
-rw-r--r-- | npc/custom/market.txt | 86 |
1 files changed, 43 insertions, 43 deletions
diff --git a/npc/custom/market.txt b/npc/custom/market.txt index 7cf84bb62..c3484c896 100644 --- a/npc/custom/market.txt +++ b/npc/custom/market.txt @@ -1,43 +1,43 @@ -//===== Athena Script =======================================
-//= Market Place
-//===== By ================================================
-//= Lupus
-//===== Version ===========================================
-//= 1.0
-//===== Compatible With ===================================
-//= eAthena 5760+
-//===== Description =======================================
-//= This script should move vending crowds from Prontera
-//= streets to a suitable market place. Save your traffic 8)
-//===== Comments ==========================================
-// No comments yet
-//=========================================================
-
-
-prontera.gat,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;
- menu "Enter the Market",M_ENTER, "Cancel",-;
- close2;
- end;
-
-M_ENTER:
- if(rand(10)==0 && checkcart(0) && @mrketflg<30 && @mrketflg>5 && getcharid(2)>1) FlagEmblem getcharid(2);
- warp "gon_test",27+rand(5),98;
- set @mrketflg,@mrketflg+1;
- end;
-}
-
-gon_test,73,103,0 script MarketExit 45,1,2,{
- warp "prontera.gat",155,177-rand(10);
- end;
-}
-
-//disable vending in Prontera
-prontera.gat mapflag novending
-prt_in.gat mapflag novending
-//Market Place settings
-gon_test mapflag noteleport
-gon_test mapflag nomemo
-gon_test mapflag nobranch
+//===== Athena Script ======================================= +//= Market Place +//===== By ================================================ +//= Lupus +//===== Version =========================================== +//= 1.0 +//===== Compatible With =================================== +//= eAthena 5760+ +//===== Description ======================================= +//= This script should move vending crowds from Prontera +//= streets to a suitable market place. Save your traffic 8) +//===== Comments ========================================== +// No comments yet +//========================================================= + + +prontera.gat,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; + menu "Enter the Market",M_ENTER, "Cancel",-; + close2; + end; + +M_ENTER: + if(rand(10)==0 && checkcart(0) && @mrketflg<30 && @mrketflg>5 && getcharid(2)>1) FlagEmblem getcharid(2); + warp "gon_test",27+rand(5),98; + set @mrketflg,@mrketflg+1; + end; +} + +gon_test,73,103,0 script MarketExit 45,1,2,{ + warp "prontera.gat",155,177-rand(10); + end; +} + +//disable vending in Prontera +prontera.gat mapflag novending +prt_in.gat mapflag novending +//Market Place settings +gon_test mapflag noteleport +gon_test mapflag nomemo +gon_test mapflag nobranch |