summaryrefslogtreecommitdiff
path: root/npc/other/hugel_bingo.txt
diff options
context:
space:
mode:
authorSinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-29 10:17:31 +0000
committerSinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-29 10:17:31 +0000
commite257c5d69398e8bc9be88fa7dd16f63bf1299a34 (patch)
tree3f5cd80e6cd7d159644bd41216dbfd76c253a096 /npc/other/hugel_bingo.txt
parent88ce01cbdc4ea56eec0d715b001519cfb7984d88 (diff)
downloadhercules-e257c5d69398e8bc9be88fa7dd16f63bf1299a34.tar.gz
hercules-e257c5d69398e8bc9be88fa7dd16f63bf1299a34.tar.bz2
hercules-e257c5d69398e8bc9be88fa7dd16f63bf1299a34.tar.xz
hercules-e257c5d69398e8bc9be88fa7dd16f63bf1299a34.zip
* Fixed a minor bug in Hugel Bingo game system.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10828 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/hugel_bingo.txt')
-rw-r--r--npc/other/hugel_bingo.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/other/hugel_bingo.txt b/npc/other/hugel_bingo.txt
index 11b9f2a60..dc974725b 100644
--- a/npc/other/hugel_bingo.txt
+++ b/npc/other/hugel_bingo.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= SinSloth
//===== Current Version: =====================================
-//= 1.0
+//= 1.4
//===== Compatible With: =====================================
//= Any eAthena Version
//===== Description: =========================================
@@ -14,6 +14,7 @@
//= 1.2 - Added some Bingo Staff NPCs. [SinSloth]
//= 1.3 - Fixed a bug where an AFK-player wasn't warped out of the game,
//= preventing players from launching another. [SinSloth]
+//= 1.4 - Fixed a minor bug added in the last revision. [SinSloth]
//============================================================
que_bingo,48,84,5 script Bingo Waiting Room 124,{
@@ -22,7 +23,7 @@ que_bingo,48,84,5 script Bingo Waiting Room 124,{
OnInit:
set $hu_bingoa,0;
set $hu_bingob,0;
- waitingroom "Bingo Waiting Room - 5 People",50,"Bingo Waiting Room::OnWarp",2;
+ waitingroom "Bingo Waiting Room - 5 People",50,"Bingo Waiting Room::OnWarp",5;
end;
OnWarp:
@@ -117,7 +118,7 @@ OnStart:
end;
OnEnter:
- if($hu_bingoa == 1)
+ if($hu_bingoa == 4)
{
set $hu_bingoa,5;
donpcevent "start2#bingo::OnStart";