I was wondering if someone would be willing to help with a macro if its possible. What I want to do is Target the same target as a party member. I actually kinda new to macro's so I really dont know where to begin. Heres a list of the Client Commands. Any help would be appreciated.
just use your F key when u have a party member targeted and hit f it switchs to the mob there killing if u want the macro its /script AssistUnit("party1"); change the number for the person in your group. I believe this is the right one let me no if it works.
But iam interested in, where i may find the available commands.
Are their local files within the Client folder?
Or must we thrust into the WoW API? (i don't think that all LUA based games have the same "script/ macro command"?)
thx for help
eldo
Those are the avaible commands (There are even more, such like WorldMap_AutoMove, SetTrackPlayerName etc).
What's missing are the arguments to it, which can be either found by testing or debugging. Anyway, you can find those by opening the client.exe in ollydbg, hexeditor or anything else.
Those are the avaible commands (There are even more, such like WorldMap_AutoMove, SetTrackPlayerName etc).
What's missing are the arguments to it, which can be either found by testing or debugging. Anyway, you can find those by opening the client.exe in ollydbg, hexeditor or anything else.
Just 5 seconds of work and half of thus stuff is useless at all. But nvm; some of them are pretty useful.
just use your F key when u have a party member targeted and hit f it switchs to the mob there killing if u want the macro its /script AssistUnit("party1"); change the number for the person in your group. I believe this is the right one let me no if it works.
yea I couldnt seem to get that to work but i didnt mees with to much let me know if u think of anything else
Edit: Yea I played around with it some more got em to work you can use /script AssitUnit("target") or /script AssitUnit("party1") ect ect thanks for the help
Everything is pretty much the same as WoW they havent released the API yet
ok..
iam sorry ( i played WoW just 1 month, some years ago...) and so i dont know how to run an "endless" script with that api.
It seems clear to me how to write the ingame "bot" functions (/script ... and so on),
but will these script run endless with while loops, or is there an timeout for scripts / functions (started via "macro" button)?
So shall an bot better be realized via "addon"?
Sorry but im newbie with that api, and dont have alot of time to test evrything Oo
-sorry
eldo
ok..
iam sorry ( i played WoW just 1 month, some years ago...) and so i dont know how to run an "endless" script with that api.
It seems clear to me how to write the ingame "bot" functions (/script ... and so on),
but will these script run endless with while loops, or is there an timeout for scripts / functions (started via "macro" button)?
So shall an bot better be realized via "addon"?
Sorry but im newbie with that api, and dont have alot of time to test evrything Oo
-sorry
eldo
You need to run two macros for an endless script something like this:
First Macro
/script UseAction(1)
/wait 1.5
/script UseAction(your hot key for second macro)
Second Macro
/wait .5
/script UseAction(your hot key for your first macro)
[Release]Macro Files for Macro Manager (AKA BOT) 02/16/2010 - Grand Chase Hacks, Bots, Cheats & Exploits - 16 Replies @all FYI its not a cheat its just a macro file that enables you to run dungeon so you can do other choirs like mussicca said...!!
Contents
Mana Valley Dungeon Macro File
Xenia Frontier Dungeon UP and LEFT (Remap Dungeon)Macro File
Ignis Mountain Dungeon Macro File
Orc Temple Dungeon Macro File
[Macro] Making an assist Macro 10/02/2008 - General Gaming Releases - 1 Replies This will tell you how to make an assist macro in the Warhammer Online game. This is a very useful macro that can be used in very busy surroundings such as Realm vs Realms, Scanerios and Public Quest.
Step 1: Click the WAR icon
Step 2: Click Macros icon
Step 3: Click an empty box icon
Step 4: Give your macro a name such as "Assist"
Step 5: Type the following command /assist charactername
Step 6: Click No Icon set box
Step 7: Select an icon of your liking
Step 8: Click Save
Macro Express (Help with Macro at Basilisk) 08/29/2007 - Conquer Online 2 - 4 Replies O.K guys, so i have made a few macro's using macro express before.
Now that my archer is level 128, i started making waters to plvl at basilisk.
Since plvling is so repetitive, i want to leave my archer on bot running in circles around the stack killing bask's. I tried to do this with SV record route macro, but the problem w/ SV is that it will stand in one spot until it kills all the monsters. Thats why i tried to make my own macro express so it just shoots and jumps to the next coord. ...
Macro Express re-log macro help 01/08/2006 - Conquer Online 2 - 3 Replies I use Co Partner but the re-log in feature in copartner SUCKS, as some of you know. So i use macro express... what my macro does is closes the instruction box, and clicks on log in (duh). Since this is a macro, its performing exact screen coordinates every single time and conquer detects that... hmm what could i do to make it more "randomized?".... any idea what to do to get past the macro detection?