How can i make so that a small random piece of land so that if any player enters it...they can attack each other....like gurubashi arena..
How can i make so that a small random piece of land so that if any player enters it...they can attack each other....like gurubashi arena..
Movement packet editing
ok...well can any1 help me do it?
If you want it to be random, this will be quite hard indeed. If you have a zone you want to change, you can do it easily in the DBC files.
Try Flexible database editor for zone changing, as bigjohn said you could use gurubashi but change it.
if you open up your Area table you can choose a zone and look up the id of a map that has pvp allowed and then you can modify the zone to Pvp or not
hope this helped
Or, an alternative option would be to create a gameobject. Make it check for players in a certain range radius, if the player is in the range, enable FFA. If outside. Disable FFA.
Or, another option is to create a loop to check EVERY player in the whole server if their mapid and zoneid is the same as Gurubashi ones. And enable FFA if it isn't alredy, disable if outside and if it is enabled.
This can be done outside the core. Otherwise if you're into core editing, do as Gastric said. Edit the movement packets.
EDIT: After looking through my post again, I realized that this wasn't what you asked for. FFA(Free for All)(PvP). Just do as above and disable pvp instead.
Last edited by Link_S; 08-18-2009 at 02:57 AM.
Why do I need a signature?
If your talking about a Mapped Area, Say, a small named zone, Eg, Gadgetzan, You could use a program like http://www.mmowned.com/forums/progra...-pvp-zone.html, Which somebody posted in the programs section.