diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-31 09:42:24 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-31 09:42:24 +0000 |
commit | 31bf1466cfeb3e4ea72c58c5ea715532f65dd28d (patch) | |
tree | 608aef61663e4879f14808d0ee04a1e8a324fc93 /npc/cities/morocc.txt | |
parent | f2fd4a251da74bb8311c321e800f8fce9f5e5fef (diff) | |
download | hercules-31bf1466cfeb3e4ea72c58c5ea715532f65dd28d.tar.gz hercules-31bf1466cfeb3e4ea72c58c5ea715532f65dd28d.tar.bz2 hercules-31bf1466cfeb3e4ea72c58c5ea715532f65dd28d.tar.xz hercules-31bf1466cfeb3e4ea72c58c5ea715532f65dd28d.zip |
many quests variables are shrinked in 1 variable bits. UPDATE ALL YOUR OLD scripts!
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6884 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/morocc.txt')
-rw-r--r-- | npc/cities/morocc.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/cities/morocc.txt b/npc/cities/morocc.txt index 6d9c52ca3..2f329318d 100644 --- a/npc/cities/morocc.txt +++ b/npc/cities/morocc.txt @@ -448,9 +448,10 @@ moc_fild16.gat,199,212,4 script Hashisid 48,{ moc_fild16.gat,195,281,4 script Assassin Guardian#1::SinGuard 707,{
mes "[Assassin Guardian]";
- if(BaseJob == Job_Assassin) mes "Welcome.";
- if(BaseJob == Job_Assassin) close;
-
+ if(BaseJob == Job_Assassin) {
+ mes "Welcome.";
+ close;
+ }
set @temp, rand(1,4);
if(@temp == 1) mes "........";
if(@temp == 2) mes "Hmmm..........";
|