Which File in Source 5620 Contain Qualifier Arena !!

10/19/2012 17:08 meshoshow#1
I have Problem with Qualifier Arena !!
Any One Can use scroll And Go away !!
How Can I Close That !!!
10/19/2012 17:26 shadowman123#2
packethandler.cs in using item part make checker if the player in arena match return;
10/19/2012 23:28 pro4never#3
Honestly this is something best handled with map flags.

TQ has a number of bit flags for maps determining what is allowed to be done there (PK, Scroll, Login on map, fly, etcetc). I'd just be using those to determine that arena will not let you login on it, use scrolls, etc.
10/20/2012 00:33 meshoshow#4
Sorry Dude i checked This bug Now and Found it i can go out by Auto invite Quest !!
10/20/2012 01:25 pro4never#5
Quote:
Originally Posted by meshoshow View Post
Sorry Dude i checked This bug Now and Found it i can go out by Auto invite Quest !!
That sill involves teleporting/changing maps.

Place all of your checks inside your teleportation method to ensure that they are not currently in an event or arena already before sending them to the event/waiting area.