Omni submitted a new resource:

Color Wars - Event

Color Wars (beta)

So this is a simple event with very little setup on the gm's half.

Just follow this method

[wallup (spawns some walls to stop fighting)
[add cw2teamg (2 team gate)
[add cw4teamg (4 team gate)
wait until all players have entered the gate (gm descression timer)
also allow players to equip the event items
[walldown (remove the walls so event can start)



everything else is taken care of the event gates will automaticly teleport players to the...

Read more about this resource...
 
Last edited:
Uploaded Region in a box that will allow auto res but you will need to set up your own Region and set the values you want..

**Saved**
 

Attachments

  • Custom Regions in a Box V5.0 Runuo 2.0-2.2.rar
    13.2 KB · Views: 17
Last edited:
Got the following errors


Code:
 + Customs/AAA Testing/[ServUO.com]-Color Wars/Color Wars/CW2TeamG.cs:
    CS1061: Line 149: 'Server.Mobiles.PlayerMobile' does not contain a definitio
n for 'PVM' and no extension method 'PVM' accepting a first argument of type 'Se
rver.Mobiles.PlayerMobile' could be found (are you missing a using directive or
an assembly reference?)
    CS0103: Line 149: The name 'PVM' does not exist in the current context
+ Customs/AAA Testing/[ServUO.com]-Color Wars/Color Wars/CW4TeamG.cs:
    CS1061: Line 149: 'Server.Mobiles.PlayerMobile' does not contain a definitio
n for 'PVM' and no extension method 'PVM' accepting a first argument of type 'Se
rver.Mobiles.PlayerMobile' could be found (are you missing a using directive or
an assembly reference?)
    CS0103: Line 149: The name 'PVM' does not exist in the current context
 
Back