diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-27 12:41:13 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-27 12:41:13 +0000 |
commit | 00864187e9c93ce0059ad9f3fa67bfae7184dc25 (patch) | |
tree | 4e641740cf802f06d23a7d6591b611f7e522fa66 /npc/other/hugel_bingo.txt | |
parent | 6b97414d3f91999512537eb3878057f381005e58 (diff) | |
download | hercules-00864187e9c93ce0059ad9f3fa67bfae7184dc25.tar.gz hercules-00864187e9c93ce0059ad9f3fa67bfae7184dc25.tar.bz2 hercules-00864187e9c93ce0059ad9f3fa67bfae7184dc25.tar.xz hercules-00864187e9c93ce0059ad9f3fa67bfae7184dc25.zip |
* Continues replacing of specialeffect/2 numerics with constants.
* Corrected an If to continue the President's Quest. (bugreport:2276)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13241 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/hugel_bingo.txt')
-rw-r--r-- | npc/other/hugel_bingo.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/other/hugel_bingo.txt b/npc/other/hugel_bingo.txt index 651ceaa0c..0f824b48f 100644 --- a/npc/other/hugel_bingo.txt +++ b/npc/other/hugel_bingo.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= SinSloth //===== Current Version: ===================================== -//= 1.5 +//= 1.7 //===== Compatible With: ===================================== //= Any eAthena Version //===== Description: ========================================= @@ -16,7 +16,8 @@ //= preventing players from launching another. [SinSloth] //= 1.4 - Fixed a minor bug added in the last revision. [SinSloth] //= 1.5 - Applied a fix to players locations which were not rotating properly. [SinSloth] -//= 1.6- Removed nescesity to win to proceed with quest [Yommy] +//= 1.6 - Removed nescesity to win to proceed with quest [Yommy] +//= 1.7 - Replaced effect numerics with constants. [Samuray22] //============================================================ que_bingo,48,84,5 script Bingo Waiting Room 124,{ @@ -812,7 +813,7 @@ OnInit: OnTouch: if($@bingowinner$ != strcharinfo(0)) end; - specialeffect 183; + specialeffect EF_SUI_EXPLOSION; soundeffect "tming_success.wav",1; if($@bingoresult == 16) getitem 7515,50; else getitem 7515,1; |