what fun can we do with this? except jump?
what fun can we do with this? except jump?
works perfectly for me on eu servers.
I think I heard somewhere that macros are server side. This means that Blizzard can see them.
If blizzard think of this as an exploit, which I am sure they do, I would not recommend putting this /dump command in any macros. Actually, I wouldn't recommend using it, because it will probably be very bannable to use this. I don't know though...
As to when they fix this, can they "hotfix" something like this? I mean, it's in game files, so they would have to change a lot, wouldn't they? Like.. with a patch or something.
This color looks cool and makes people read my post.
what does it do?XD
https://www.youtube.com/user/SnikurTV
I think they will release a client-side patch next week to fix this.As to when they fix this, can they "hotfix" something like this? I mean, it's in game files, so they would have to change a lot, wouldn't they? Like.. with a patch or something.
Some idiot have already reported this to blizzard.
Source: World of Warcraft - English (NA) Forums -> /dump command protected function execution
Edit: What fun commands can you use? I suck at macros xD.
Last edited by Esset; 08-13-2009 at 05:48 PM.
This works like a charm and protected functions are very good to automate processes like simple macro bots.
This will be SO hotfixed! Shit!
Damnit, now I wish I was fluent in scripting/macros. I can't even figure out how to automate heroic strike if rage > 50 because "if", "and", and "then" dont seem to work with /dump. Can someone help me please?
would be REALLY nice to see some working macros (addons?!) using /dump
This is sick, still working for me EU. Now to learn how to exploit it ^^
I've been looking at that for the past hour. I got the unitpower and castspellbyname thing down, I just can't figure out how to link the two because I get an error about 'if'
And error..Code:/dump if UnitPower("player") > 50 then CastSpellByName("Heroic Strike")
It's like /dump doesn't allow conditions, or I'm doing something horribly wrong. Help me out pleaseCode:Dump: value=if UnitPower("player") > 50 then CastSpellByName("Heroic Strike") Dump: ERROR: [string "return if UnitPower("player") > 50 then CastSpellByName("Heroic..."]:1: unexpected symbol near 'if'![]()
Last edited by Ssateneth; 08-13-2009 at 09:09 PM.
Save your actual rage into a variable?
Would be my suggestCode:/dump local rage = UnitPower("player"); if (rage > 50) then CastSpellByName("Heroic Strike")
still doesn't work. does anyone know the correct usage for if and then statements for api server side functions?
Last edited by thickwick; 08-13-2009 at 09:22 PM.