Hello
Excuse my English but I'll give effortless.
I would like the bot operated at a waypoint the hotkey 1
Krige but only error message
what I have to enter?
Thank you
Insert into a waypoint one hotkey
Re: Insert into a waypoint one hotkey
Code: Select all
keyboardPress(key.VK_1)Code: Select all
keyboardPress(key.VK_NUMPAD1)Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
-
Turbomuemmel
- Posts: 7
- Joined: Fri Jan 14, 2011 11:02 am
Re: Insert into a waypoint one hotkey
Thanks before.
But I'll do something wrong.
Check out
[code]<?xml version="1.0" encoding="utf-8"?>
<waypoints>
<!-- # 1 --><waypoint x="-3753" z="-8588" y="216">; yrest(700); keyboardPress(key.VK_1);
</waypoints>[/code]
But I'll do something wrong.
Check out
[code]<?xml version="1.0" encoding="utf-8"?>
<waypoints>
<!-- # 1 --><waypoint x="-3753" z="-8588" y="216">; yrest(700); keyboardPress(key.VK_1);
</waypoints>[/code]
Re: Insert into a waypoint one hotkey
Code: Select all
<?xml version="1.0" encoding="utf-8"?> <waypoints>
<!-- # 1 --><waypoint x="-3753" z="-8588" y="216">
yrest(700) keyboardPress(key.VK_1)
</waypoints>
Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: Insert into a waypoint one hotkey
Also no closing waypoint tag.
Code: Select all
<?xml version="1.0" encoding="utf-8"?> <waypoints>
<!-- # 1 --><waypoint x="-3753" z="-8588" y="216">
yrest(700) keyboardPress(key.VK_1)
</waypoint>
</waypoints>- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: Insert into a waypoint one hotkey
actually yeah what rock said =)rock5 wrote:Also no closing waypoint tag.
for some reason I saw it as
Code: Select all
</waypoint>Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
-
Turbomuemmel
- Posts: 7
- Joined: Fri Jan 14, 2011 11:02 am
Re: Insert into a waypoint one hotkey
Thank you thank you
as far as it goes now
so now something else
Can I use the slot (1) in select gifbag with a commanding?
as far as it goes now
so now something else
Can I use the slot (1) in select gifbag with a commanding?
Re: Insert into a waypoint one hotkey
Code: Select all
inventory:useItem(itemNameOrId)Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual