My bot is not giving portal or buffs with this macro
someone help me?
automacro warp {
console /warp/i
call portal
}
macro portal{
do stand
do sl 27
do warp 1
do sit
}
automacro BuffMe {
pm /buffs/i
run-once 1
call Buff
}
macro Buff {
do stand
do sp 34 $.lastpm
do sp 29 $.lastpm
pause 1
pause 1
do sit
release BuffMe
}
Need Help - Warper Bot
Moderators: Moderators, Documentation Writers
-
- Moderators
- Posts: 1196
- Joined: 16 Dec 2011, 02:53
- Noob?: No
- Location: Brazil
Re: Need Help - Warper Bot
Are you sure ?
Correct syntax :do sl 27
Give a space :sl {<skill ID> | <skill handle> | <skill name>} <x> <y> [<skill level>]
http://openkore.com/index.php/Warpmacro portal{
warp (<warp #> | <map name>)
<warp #>
- a corresponding number from the warp list when you use the warp list command.
Learn rules
-
- Plain Yogurt
- Posts: 73
- Joined: 09 Nov 2010, 16:20
- Noob?: No
Re: Need Help - Warper Bot
Also the macro blocks are wrong as far as I can tell - afaik you can't mix a macro into an automacro like that. o.o Need to be seperated in their own blocks and let the automacro only call the macro or remove the macro and let the automacro just execute that code. o.o
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: Need Help - Warper Bot
Isn't it like that?Daedalus wrote:Need to be seperated in their own blocks and let the automacro only call the macro
-
- Plain Yogurt
- Posts: 73
- Joined: 09 Nov 2010, 16:20
- Noob?: No
Re: Need Help - Warper Bot
Yes sorry, probably was too late and I usually leave a space between blocks. q.qEternalHarvest wrote:Isn't it like that?Daedalus wrote:Need to be seperated in their own blocks and let the automacro only call the macro