Orcs of the Red Blade

Welcome to Orcs of the Red Blade. Please login.

November 23, 2024, 03:47:10 AM

Login with username, password and session length

Recent

Members
Stats
  • Total Posts: 33,083
  • Total Topics: 3,067
  • Online today: 308
  • Online ever: 449 (October 27, 2024, 12:55:06 PM)
Users Online
  • Users: 0
  • Guests: 214
  • Total: 214
214 Guests, 0 Users

Battle ball!

Started by Thrash'Nak, December 09, 2013, 05:18:18 PM

Previous topic - Next topic

Thrash'Nak



The orcs' favourite sport is back for an ass-kicking! Join in the game or observe the spectacle as orcs clash in a heated game of Battle Ball! The rules can be found in the BattleBall Compendium, and while you're at it, bring some drinks to complete the celebrations for the winning team afterwards!

The rules are written in the link! However here's a few added ones.

Colours will be determinded by tabards, so get yourself a undercity tabard http://www.wowhead.com/item=45583 And an Orgrimmar tabard! http://www.wowhead.com/item=45581/

You cannot use any abilities under the play, only the macros provided can be used. So no using herioc leap, sprint, or movement speed increases like hunter aspects!

The macros are as followed:

First: Passing:

"You pass the ball to your current target. You must be within 30 yards distance. Your pass has a 100% chance of success."

Spoiler: show
/script if (GetRaidTargetIndex("player")==2) and CheckInteractDistance("target",1) then SetRaidTarget("player",0); SetRaidTarget("target",2) end


Second: Preasuring:

"You pressure the person in possession of the ball, to try and force a fumble and/or to seize the ball. Only works on a player carrying the ball. You must be within 10 yards distance. You have 5% chance of stealing the ball."

Spoiler: show
/script if(GetRaidTargetIndex("target")==2) and CheckInteractDistance("target",3) and (random(20) > 18) then SetRaidTarget("target", 0);SetRaidTarget("player",2) end


Third: Tackle:

"You tackle the targeted player. If the player in possession of the ball is tackled, he will be incapacitated for five seconds. If a player who is not carrying the ball is tackled, this move results in a foul. You must be within 10 yards distance. Tackling has a 15% chance of success."

Spoiler: show
/script if(CheckInteractDistance("target",3) and (random(20) > 17)) then if(GetRaidTargetIndex("target")==2) then SetRaidTarget("target",8);SetRaidTarget("player",2) else SetRaidTarget("player",7);SendChatMessage("** Foul**" , "RAID") end end


The game host's macros are provided in the link, however for convience they are here too:

Game pause:
Spoiler: show
/script SetRaidTarget("player",2)
/rw "Game paused"

Put the ball in play:
Spoiler: show
/script SetRaidTarget("target",2)
/rw "Ball is in play"

Clear icons:
Spoiler: show
/script SetRaidTarget("target",0)
Nothing comes easy, and besides nothing easy is worth having.