diff options
author | daegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-04 10:13:48 +0000 |
---|---|---|
committer | daegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-04 10:13:48 +0000 |
commit | 272ce93ee24d8edc1ef426063591942024e93bae (patch) | |
tree | 2d6e4cb60c299e1e27427a0d498abc42d491e3b7 /npc/other/hugel_bingo.txt | |
parent | edb5d96b78eeef3ba06d92f57e737974f50550ba (diff) | |
download | hercules-272ce93ee24d8edc1ef426063591942024e93bae.tar.gz hercules-272ce93ee24d8edc1ef426063591942024e93bae.tar.bz2 hercules-272ce93ee24d8edc1ef426063591942024e93bae.tar.xz hercules-272ce93ee24d8edc1ef426063591942024e93bae.zip |
Fixed and cleaned Izlude Arena and some other scripts.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16574 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/hugel_bingo.txt')
-rw-r--r-- | npc/other/hugel_bingo.txt | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/npc/other/hugel_bingo.txt b/npc/other/hugel_bingo.txt index 483ba7f52..fd276ec33 100644 --- a/npc/other/hugel_bingo.txt +++ b/npc/other/hugel_bingo.txt @@ -57,12 +57,6 @@ OnInit: end; OnTouch: - if ( zeny < 1000 ) { - mapannounce "que_bingo","Eukran: Oh it looks like "+strcharinfo(0)+" doesn't have enough money. I'm sorry but I must cancel the game~",1,0xFFAB54; - setnpctimer 201999,"start#bingo"; // manual reset - end; - } - set Zeny,Zeny -1000; set @bingo_a1$,0; set @bingo_a2$,0; set @bingo_a3$,0; @@ -171,6 +165,7 @@ OnTimer203000: end; OnTimer204000: + areawarp "que_bingo",44,115,54,126,"que_bingo",40,121; disablenpc "out3#bingo"; set $hu_bingoa,0; set $hu_bingob,0; @@ -422,11 +417,7 @@ OnTimer445000: OnTimer460000: mapannounce "que_bingo","Eukran: I'm sorry, but this game has ended without a winner. Thanks for playing, everyone~",1,0xFFAB54; donpcevent "1a#bingo::OnInit"; - donpcevent "player1#bingo::OnOut"; - donpcevent "player2#bingo::OnOut"; - donpcevent "player3#bingo::OnOut"; - donpcevent "player4#bingo::OnOut"; - donpcevent "player5#bingo::OnOut"; + areawarp "que_bingo",44,115,54,126,"que_bingo",40,121; set $hu_bingoa,0; donpcevent "Bingo Waiting Room::OnStart"; end; @@ -875,9 +866,9 @@ OnTimer5000: disablenpc "end1c#bingo"; disablenpc "end1d#bingo"; disablenpc "end1e#bingo"; + areawarp "que_bingo",44,115,54,126,"que_bingo",40,121; set $hu_bingoa,0; donpcevent "Bingo Waiting Room::OnStart"; - areawarp "que_bingo",69,108,30,135,"hugel",59,207; end; } |