Resolved!

Started by Magus, October 02, 2010, 04:59:24 pm

Previous topic - Next topic

Magus

October 02, 2010, 04:59:24 pm Last Edit: October 03, 2010, 11:41:54 pm by Magus
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.
LEVEL ME DOWN. THE ANTI-BLIZZ GROUP IS AMONG YOU... Do it for the chick below...She watches..<br />

Wizered67

There is a PVP option in the blizz-abs controller if that is what you're looking for.

Magus

LEVEL ME DOWN. THE ANTI-BLIZZ GROUP IS AMONG YOU... Do it for the chick below...She watches..<br />

Wizered67

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....

Magus

Hmmm. let's test it
LEVEL ME DOWN. THE ANTI-BLIZZ GROUP IS AMONG YOU... Do it for the chick below...She watches..<br />

Wizered67

look for this part in the blizz-abs controller. Its one of the first lines after the comments.
Spoiler: ShowHide

#==============================================================================
# module RMXOS
#==============================================================================
 
module RMXOS
 
  #============================================================================
  # module RMXOS::Options
  #============================================================================
 
  module Options
 
    #::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    # START Configuration
    #::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   
    # PvP active or not
    PVP = true


Magus

Yeah, I found it earlier. I didn't know at first until I actually took a look at the script XD
LEVEL ME DOWN. THE ANTI-BLIZZ GROUP IS AMONG YOU... Do it for the chick below...She watches..<br />