| | #1 |
| Member Join Date: Oct 2009
Posts: 65
| I am trying to find a list of WoW macro command list slash conditionals slash stuff like players max hp and players current hp and what the names are for these things so i can write my own in-depth macros. /script local t="target" for i=1,40 do TargetNearestFriend() if UnitHealth(t)/UnitHealthMax(t)<0.7 then if UnitIsPlayer(t) then CastSpellByName("Flash Heal(Rank 5)") end end end TargetLastEnemy() i want to make macros like this BUT i don't know what they method names are like UnitHealth, UnitHealthMax, CastSpellByName....i'm not new to programming but i don't know what the method names are so i can't use them. |
| | |
| | #2 | |
| Senior Member Join Date: Oct 2009
Posts: 159
| Quote:
| |
| | |
| | #3 |
| Member Join Date: Oct 2009
Posts: 65
| ok..thx for that info..is there a list some place that gives you all the active stuff that works? |
| | |
| | #4 |
| Senior Member Join Date: Oct 2009
Posts: 159
| World of Warcraft 2.0: Macros – BorkWeb is a pretty good one I use from time to time, there's a thread on the wow forums that lists all of the conditionals as well. Typically if I'm looking for something specific I end up googling it. |
| | |
| | #5 |
| Senior Member Join Date: Jun 2009
Posts: 860
| You could also try this. This is where I usually get my little tidbits of information for macros I'm making. Macro - WoWWiki - Your guide to the World of Warcraft
__________________ Check out my brand new stream http://www.roshinko.com I'll be posting up a day-by-day blog-style series as I continue to expand and develop it. Be sure to multibox with Pwnboxer Multiboxing Software just because its better than the rest. |
| | |
| | #6 |
| Member Join Date: Oct 2009
Posts: 65
| correct me if im wrong but it seams that they have taken out all the REAL programing of IF statements. |
| | |
| | #7 |
| Senior Member Join Date: Jun 2009
Posts: 860
| This is true. The dont want macro to be able to control how your character plays.
__________________ Check out my brand new stream http://www.roshinko.com I'll be posting up a day-by-day blog-style series as I continue to expand and develop it. Be sure to multibox with Pwnboxer Multiboxing Software just because its better than the rest. |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Guild Structure + Info | Nebulus | EU < BUT MOM IM MULTIBOXING > | 35 | 12-30-2011 02:19 PM |
| Guild Structure + Info | Tim | < BUT MOM IM MULTIBOXING > | 42 | 07-10-2010 06:22 PM |
| I lost my registration info for pwnboxer | Gore | Multiboxing Software | 2 | 02-14-2010 12:23 PM |
| New Info About Shadowmourne | Lindline | Multiboxing.com Website Announcements | 0 | 12-01-2009 10:04 AM |
| Info request - I have an iPhone? | Tim | General Discussions | 29 | 11-16-2009 01:51 PM |