Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: Magus on October 02, 2010, 04:59:24 pm

Title: Resolved!
Post by: Magus on October 02, 2010, 04:59:24 pm
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.
Title: Re: A script that allows players to fight each other on RMX-OS
Post by: Wizered67 on October 02, 2010, 05:00:37 pm
There is a PVP option in the blizz-abs controller if that is what you're looking for.
Title: Re: A script that allows players to fight each other on RMX-OS
Post by: Magus on October 02, 2010, 05:02:29 pm
I'll take a look into that.
Title: Re: A script that allows players to fight each other on RMX-OS
Post by: Wizered67 on October 02, 2010, 05:04:20 pm
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....
Title: Re: A script that allows players to fight each other on RMX-OS
Post by: Magus on October 02, 2010, 05:54:48 pm
Hmmm. let's test it
Title: Re: A script that allows players to fight each other on RMX-OS
Post by: Wizered67 on October 02, 2010, 05:57:47 pm
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

Title: Re: A script that allows players to fight each other on RMX-OS
Post by: Magus on October 02, 2010, 09:13:16 pm
Yeah, I found it earlier. I didn't know at first until I actually took a look at the script XD