Guest User

Untitled

a guest
May 23rd, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.37 KB | None | 0 0
  1. on *:text:*:#: {
  2.   if ($strip($3-) == The EVENT will end in 5 Minutes!) && ($chan == #casino) && ($nick == Unogame[Info]) && ($nick ishop $chan) {
  3.     beep 5
  4.     echo -sa 4There are 5 minutes left in the event.
  5.     halt
  6.   }
  7.   if ($strip($4-) == The event has ENDED. The winner is $me $+ ! || $strip($4-) == The event has ENDED! The winner is $me) && ($chan == #casino) && ($nick == Unogame[Info]) && ($nick ishop $chan) {
  8.     echo -sa 6[7Unogame spy6]5 WINNER: $1-
  9.     beep 5
  10.     halt
  11.   }
  12.   halt
  13. }
  14.  
  15.  
  16. ---------------------------------------------------------
  17. Information about the bug:
  18.  
  19. It should trigger on the following two phrases but it won't:
  20.  
  21. [17:21] <%Unogame[Info]> [~Special Event~] The EVENT will end in 5 Minutes! Be sure to !Enter (1-1000) if you haven't already but don't forget it costs £10k Good luck!
  22.  
  23. [18:26] <%Unogame[Info]> 14¤12¤14¤ [~12Special Event14~] The event has 12ENDED14. The winner is12 STAJO14! You've won:12 07Package 1: 1000 Lucky Charms, 5 Power_Cuts, 1m Cash and a Roulette Chip14! The winning number was:12 65414.12 Stajo14's number was:12 50014. There were a total of12 1 14entries. ¤12¤14¤
  24.  
  25. [17:56] <%Unogame[Info]> 14¤12¤14¤ 14[~12Token Event14~] The event has ended12!14 The winner is12 Stajo 14who purchased12 4 14tokens and they have won12 £10,040,000 14[12£10.04M14] 14¤12¤14¤
Add Comment
Please, Sign In to add comment