I can't believe this wasn't created yet. But, is there anyway we can have a script that allows players to attack each other?
On top of that? Can we have Random Start positions (player one start positions, 1, 2,3, up to 8) And then we can simply created an event with a switch named
{P1 Start Pos} place that in an area and then a random amount of players would start there while others will start in differents (where the other events are placed)
But really, the main focus would be to allow players to attack each other? If this possible that is...
Thanks from me and everyone else (I'm very sure this would be put to great use) and thanks in advanced.
There is a PVP option in the blizz-abs controller if that is what you're looking for.
I'll take a look into that.
It works pretty well, although personally, I don't like the way it turns it into a free-for-all and I'd either rather it only on certain maps or where you have to send a request to other players first....
Hmmm. let's test it
look for this part in the blizz-abs controller. Its one of the first lines after the comments.
#==============================================================================
# module RMXOS
#==============================================================================
module RMXOS
#============================================================================
# module RMXOS::Options
#============================================================================
module Options
#::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
# START Configuration
#::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
# PvP active or not
PVP = true
Yeah, I found it earlier. I didn't know at first until I actually took a look at the script XD