c2greentea Posted August 1, 2014 Posted August 1, 2014 This is my Poring Race script: http://upaste.me/11a714121c1819289 I'm not sure what happened but as soon as the script announces "GOO!", all the porings disappeared but the script continued to broadcast and even broadcasted which poring won. Please help. Quote
Emistry Posted August 25, 2014 Posted August 25, 2014 try disable this line set $@win,rand(1,6); switch($@win) { case 1: donpcevent "Poring#race::OnPoringWin"; break; case 2: donpcevent "Drops#race::OnDropsWin"; break; case 3: donpcevent "Poporing#race::OnPoporingWin"; break; case 4: donpcevent "Marin#race::OnMarinWin"; break; case 5: donpcevent "Pouring#race::OnPouringWin"; break; default: donpcevent "Santa Poring#race::OnSantaWin"; break; } donpcevent "Bet Manager::OnRaceStart"; // <--------------- REMOVE/DISABLE THIS LINE Quote
c2greentea Posted August 26, 2014 Author Posted August 26, 2014 Thanks Emistry! That worked, I hope you can check my other requests so I can tip one-time http://rathena.org/board/topic/97093-card-to-random-amount-of-item-npc/ http://rathena.org/board/topic/97537-no-dual-login-every-woe/ http://rathena.org/board/topic/95760-custom-pvp-betting-npc/ http://rathena.org/board/topic/97538-paid-random-players-to-be-given-x2-exp-and-drop-rates/ http://rathena.org/board/topic/97536-paid-requesting-monster-tamer-event/ http://rathena.org/board/topic/96892-paid-add-vip-status-when-wearing-headgear/ Quote
Question
c2greentea
This is my Poring Race script: http://upaste.me/11a714121c1819289
I'm not sure what happened but as soon as the script announces "GOO!", all the porings disappeared but the script continued to broadcast and even broadcasted which poring won. Please help.
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.