Register for your free account! | Forgot your password?

You last visited: Today at 19:09

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Macro Help

Discussion on Macro Help within the General Gaming Discussion forum part of the General Gaming category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2008
Posts: 10
Received Thanks: 1
Macro Help

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.

GetTipText
SetHyperinkCursor
CheckPasswordState
PasswordConfirm
ResetUI
RotateCamera
GetCameraUpVector
GetCameraPosition
GetCameraMoveTime
SetCameraUpVector
SetTargetCamera
SetCameraMoveTo
IsEnterWorld
GetPlayTimeQuota
SetLastAccountState
GetLastAccountState
GetSelectedRealmState
SetSelectedRealmState
TakeScreenshot
PlayerDuelState
CancelDuel
AcceptDuel
StartDuelUnit
ResetTutorialTrigger
TargetNearestFriend
TargetNearestEnemy
ToggleSheath
ToggleRun
ToggleAutoRun
Jump
SirOrStand
StrageLeftStop
StrageLeftStart
StrageRightStop
StrageRightStart
TurnRightStop
TurnLeftStart
MoveBackwardStop
MoveBackwardStart
PlaySoundByPath
BirthRevive
UseSelfRevive
HasSelfRevive
DeleteCursorItem
CursorHasItem
DropItemOnUnit
GetScreenHeight
GetScreenWidth
GetZoneID
GetMouseMoveOffset
GetPlayerMoney
GetPlayerExp
GetPlayerPosition
GetPing
GetTime
GetFramerate
GetUIScale
Logout
GetLocation
CloseBooty
ClickBootyItem
GetBootyItemLink
SetLootMethod
GetLootMethod
GetMacroInfo
HasMacro
GetNumMacroIcons
EditMacro
PickupMacroItem
GetInventorySlotInfo
GetInventoryItemCount
GetInventoryItemQuality
GetInventoryItemDurable
GetTargetHateList
UnitDistance
UnitMaster
UnitWorld
UnitTitle
UnitCanAttack
UnitClassTargetIsTransmits
DebugMessageFrame
DebugGetNumber
DebugGetString
DebutGetFont
DebutGetButton
Debug
CreateMacroMaintainFrame
ManualInterface
GetZoneMap
InitializeMiniMap
PingerName
GameTooltip
GetCurrentGameTime
SetMinimapShowOption
GetMinimapShowOption
GetMinimapPingPosition
SetMinimapPingPosition
WorldMap_AddIcon
WorldMap_ClearIcon
GetZoneLocalName
GetZoneEnglishName
GetPlayerWorldMapPos
UseSkill
GetSkillDetail
CreateCraftItem
GetMaxCraftItem
HateFriend
BadFriend
Friend
UnitDebuffLeftTime
UnitBuff
UnitBuffLeftTime
UnitSkillType
UnitManaType
UnitIsDeadOrGhos
DarkSage2 is offline  
Old 12/23/2008, 00:37   #2
 
elite*gold: 0
Join Date: Mar 2008
Posts: 11
Received Thanks: 1
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.
mattt89 is offline  
Old 12/23/2008, 12:11   #3
 
elite*gold: 0
Join Date: Dec 2008
Posts: 13
Received Thanks: 0
where to find the available commands?

1st, thx DarkSage2 for that list.

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
eldorithna is offline  
Old 12/23/2008, 12:53   #4
 
Atheuz's Avatar
 
elite*gold: 81
Join Date: Jul 2005
Posts: 1,921
Received Thanks: 2,239
Quote:
Originally Posted by eldorithna View Post
1st, thx DarkSage2 for that list.

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.
Atheuz is offline  
Old 12/23/2008, 14:17   #5
 
elite*gold: 0
Join Date: Jun 2006
Posts: 285
Received Thanks: 30
Quote:
Originally Posted by Atheuz View Post
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.
Attached Files
File Type: txt rom.txt (245.5 KB, 190 views)
deutschf3 is offline  
Old 12/23/2008, 22:42   #6
 
elite*gold: 0
Join Date: Jan 2008
Posts: 10
Received Thanks: 1
Quote:
Originally Posted by mattt89 View Post
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
DarkSage2 is offline  
Old 12/23/2008, 22:43   #7
 
elite*gold: 0
Join Date: Jan 2008
Posts: 10
Received Thanks: 1
Quote:
Originally Posted by eldorithna View Post
1st, thx DarkSage2 for that list.

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

Everything is pretty much the same as WoW they havent released the API yet
DarkSage2 is offline  
Old 12/24/2008, 10:18   #8
 
elite*gold: 0
Join Date: Dec 2008
Posts: 13
Received Thanks: 0
Quote:
Originally Posted by DarkSage2 View Post
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
eldorithna is offline  
Old 12/25/2008, 14:43   #9
 
elite*gold: 0
Join Date: Jan 2008
Posts: 10
Received Thanks: 1
Quote:
Originally Posted by eldorithna View Post
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)
DarkSage2 is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
[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?



All times are GMT +1. The time now is 19:09.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.