Thread: Handige ab macro.
-
27-12-2005, 13:24 #1Approved 9liver
- Registered
- 19/07/02
- Location
- murp
- Posts
- 12,819
- iTrader
- 3 (100%)
- Mentioned
- 2 Post(s)
- Reputation
- 0/317
Handige ab macro.
De post is in het engels, omdat ik het op ons guildforum had gezet... Ik denk dat vele dit wel zullen apprcieren....
I finally found out how to anounce an incoming player to /RS and the raid by simply pressing a button...
Just do /macro.. give it a nice name and picture and copy paste the below code:
This will sent the incoming class and name to /rs./script CT_RA_AddMessage("MS " .. UnitClass("target") .. " : %t Incoming at ".. GetMinimapZoneText())
/script SendChatMessage(UnitClass("target").." : %t Incoming at "..GetMinimapZoneText(),"RAID")
For example:
"Mage: Aeoronic Incoming at Stables"
"Warrior: Aekie Incoming at Gold mine"
If you delete the %t he will just show:
"Mage: Incoming at Stables"
"Warrior: Incoming at Gold mine"
Mind you, you need to have the player targetted while clicking, or else he will give an error
This will save you a lot of problems.
Rogues can change this macro for example into:
This doesn't require a target of course ^^ it's a lot easier to click some macro 3 times to get attention rather than typing it all the time.
/script CT_RA_AddMessage("MS " .. "I'm going to ninja: ".. GetMinimapZoneText())
/script SendChatMessage("I'm going to ninja: "..GetMinimapZoneText(),"RAID")
Anyway, hf, I hope it gets in handy..
Oh yea, it shows the position on the map (like the little text above your minimap in top right corner), so sometimes it might just say "arathi bassin" because you are not near the blacksmith, stables, etc .....
So it's mainly good for defenders, or ninja'ersWhen in trouble, fear or doubt, run in circles, scream and shoutno votes
-
-
27-12-2005, 13:33 #2Approved 9liver
- Registered
- 21/08/02
- Location
- Roeselare
- Posts
- 4,474
- iTrader
- 15 (100%)
- Mentioned
- 0 Post(s)
- Reputation
- 2/35
nice nice, eens doen zie
no votes
-
27-12-2005, 13:36 #3
heel handig inderdaad , danku
no votes
-
27-12-2005, 13:38 #4Member
- Registered
- 17/07/02
- Location
- Antwerpen
- Posts
- 8,143
- iTrader
- 0
- Mentioned
- 0 Post(s)
- Reputation
- 3/42
een nuttige post van shitcloud

niceRecedite, Plebesno votes
-
27-12-2005, 14:28 #5Member
- Registered
- 07/07/03
- Location
- Gent
- Posts
- 431
- iTrader
- 5 (100%)
- Mentioned
- 0 Post(s)
- Reputation
- 0/0
Nice
no votes
-
27-12-2005, 14:33 #6Approved 9liver
- Registered
- 19/07/02
- Location
- murp
- Posts
- 12,819
- iTrader
- 3 (100%)
- Mentioned
- 2 Post(s)
- Reputation
- 0/317
De lui op het ui-forum van wow-europe hebben mijn script geoptimaliseerd... het ziet er nu als volgt uit :
Hiervoor moet je geen target hebben en ga je geen error krijgen (dus hij zal zowiezo iets zeggen)/script txt="Incoming at "..GetMinimapZoneText();if(UnitName("target")) then txt=UnitClass("target")..": "..UnitName("target").." "..txt;end;CT_RA_AddMessage("MS "..txt);SendChatMessage(txt,"RAID");When in trouble, fear or doubt, run in circles, scream and shoutno votes
-
27-12-2005, 14:50 #7Member
- Registered
- 28/10/03
- Posts
- 57
- iTrader
- 0
- Mentioned
- 0 Post(s)
aeronic & aekie :P
gij speelt dus op Bladefistno votes
-
27-12-2005, 14:57 #8Approved 9liver
- Registered
- 19/07/02
- Location
- murp
- Posts
- 12,819
- iTrader
- 3 (100%)
- Mentioned
- 2 Post(s)
- Reputation
- 0/317
nog ene dat het ontdekt heeft^^ liye heeft het al mogen voelen dat ik op bladefist zit !
<3 xxxx next time, tyrs handWhen in trouble, fear or doubt, run in circles, scream and shoutno votes
-
27-12-2005, 18:35 #9
ow nice macro's direct keer maken ze en hop naar ab
Last.fm ¤no votes
-
27-12-2005, 18:53 #10
aeronic en aeki,als ge tege die hun raids outkomt met een PuG ist in minder dan 10 minuten gedaan altijd

Ot: nice marco ruchiaZeroboy - 60 warrior
Isdilïen - 60 mage
Proserphone - 39 priestno votes
-
28-12-2005, 18:17 #11Member
- Registered
- 16/06/05
- Location
- Oostkamp
- Posts
- 2,950
- iTrader
- 5 (100%)
- Mentioned
- 5 Post(s)
- Reputation
- 0/15
nice macro, ziet er wel moeilijk uit
thank god for copy/paste
no votes
