hello need help in config/macro

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

antiflag45
Noob
Noob
Posts: 2
Joined: 20 Jan 2014, 17:42
Noob?: Yes

hello need help in config/macro

#1 Post by antiflag45 »

im new in botting world, i just started how to configure bot , but recently found out this "macro". My problem is i cant seem to work with changing my weapon to +5 VVS fire damascus everytime i see whisper, and changed back to +8 ivory knife has the paper and cecil damon card [2], i tried in manual but it doesnt do anything with changing weapon, im farming at alde_dun04,

and hopefully someone about warping back to town and warping back again to the dungeon, i have warper and buffer at my server,

the coordinates of my town is @go 18 (ayothaya), the healer is 148, 121, after i can get my buffs, i want to warp it back to to my previous dungeon, 152, 121, the coordinates of warper (last warp)

hopefully someone can understand and help me out. thanks in advance ! :D
User avatar
SkylorD
Moderators
Moderators
Posts: 1202
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: hello need help in config/macro

#2 Post by SkylorD »

http://www.openkore.com/index.php/AutoSwitch
http://www.openkore.com/index.php/EquipAuto

http://www.openkore.com/index.php/Refer ... ment_Names
and hopefully someone about warping back to town and warping back again to the dungeon, i have warper and buffer at my server,

the coordinates of my town is @go 18 (ayothaya), the healer is 148, 121, after i can get my buffs, i want to warp it back to to my previous dungeon, 152, 121, the coordinates of warper (last warp)

hopefully someone can understand and help me out. thanks in advance ! :D
http://www.openkore.com/index.php/Macro_plugin

Code: Select all

automacro pleasavemylife {
hp < 30%
run-once 1
call {
#your commands
release pleasavemylife
}
}
Commands you need :

do c @go #map number
do c @warp #map name
do move #map #coordinates or only one
do talknpc #coordinates #sequence
pause #

Use the search.
There are so many macros like this. You just need to make your changes.

Look :

Code: Select all

automacro pleasavemylife {
hp < 50%
run-once 1
call {
do c @go 18
pause 2
do move 148 120
pause 2
do talknpc 148 121 c r0
pause 2
do c @warp dungeon ?
release pleasavemylife
}
You can also use "release $.caller" instead of "release pleasavemylife".

Something like that.
Learn rules
antiflag45
Noob
Noob
Posts: 2
Joined: 20 Jan 2014, 17:42
Noob?: Yes

Re: hello need help in config/macro

#3 Post by antiflag45 »

GM skylord, about changing equips cant seem to work with it.

here's my config sir.

autoSwitch_default_rightHand +8 Ivory Knife [Cecil Damon] [The Paper] [2]
autoSwitch_default_leftHand
autoSwitch_default_arrow

autoSwitch Whisper {
rightHand +5 VVS Fire Damascus
leftHand
arrow
distance
useWeapon
}