Welcome to Guest. Please log in or sign up.

May 18, 2024, 03:52:57 PM

Recent

Shoutbox

Razaron:
2024 May 14 17:54:07
The website has never looked better!
Zakarah:
2023 Dec 29 21:06:51
I think Rashka.exe has stopped working.
Rashka:
2023 Dec 28 20:49:43
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA... A.
Realyn/Eliff:
2023 Jul 22 22:17:06
Such shouty people in here, gosh.
Rashka:
2023 Jul 20 01:42:16
Remember to shout your lungs out every once in a while!!
Kozgugore:
2023 Jul 08 17:30:53
Shouting here to make sure everyone knows that I'm still here!
Ootah:
2022 Jan 24 23:27:52
Wow I can't believe I remembered my password!
Razaron:
2021 Dec 18 15:37:28
<dances>
Vraxxar:
2021 Nov 10 12:24:52
Remember to check both ways before crossing the plains!
Vraxxar:
2021 May 22 14:10:40
I too am testing the shoutbox for non-nefarious reasons.
Kozgugore:
2021 May 22 13:55:49
This is me testing the shoutbox, because shouting is a great stress relief and it would be a shame if it doesn't work.
Rashka:
2021 Mar 25 03:38:20
IM SHOUTING SO HARD RIGHT NOW YOU GUYS.
Claws:
2020 Nov 20 00:14:09
Ice cream for all
Realyn/Eliff:
2020 Oct 09 09:49:55
Happy Anniversary!!! It's party timeeee!
Vraxxar:
2020 Sep 24 12:39:42
Oh god. The warlock found the shoutbox!
Gashuk:
2020 Sep 23 16:42:21
THE SHOUTBOX. Omg. This was like proto-Discord.
Vraxxar:
2020 Aug 23 09:36:02
*Grabs a camera to record what happens*
Nakobu:
2020 Aug 22 16:24:43
*prods shoutbox*
Razaron:
2020 Jun 16 10:34:12
<dances>
Vraxxar:
2020 Jun 05 13:32:27
Swedish Pagans?
Members
Stats
  • Total Posts: 33082
  • Total Topics: 3067
  • Online Today: 250
  • Online Ever: 440
  • (January 13, 2020, 10:14:59 PM)
Users Online
Users: 0
Guests: 116
Total: 116
116 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.