diff options
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; |