Need Help - Warper Bot

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

minzinrrei
Noob
Noob
Posts: 1
Joined: 16 Mar 2012, 08:47
Noob?: No

Need Help - Warper Bot

#1 Post by minzinrrei »

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
}
User avatar
SkylorD
Moderators
Moderators
Posts: 1196
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: Need Help - Warper Bot

#2 Post by SkylorD »

Are you sure ?
do sl 27
Correct syntax :
sl {<skill ID> | <skill handle> | <skill name>} <x> <y> [<skill level>]
Give a space :
macro portal{
http://openkore.com/index.php/Warp

warp (<warp #> | <map name>)
<warp #>
- a corresponding number from the warp list when you use the warp list command.
Learn rules
Daedalus
Plain Yogurt
Plain Yogurt
Posts: 73
Joined: 09 Nov 2010, 16:20
Noob?: No

Re: Need Help - Warper Bot

#3 Post by Daedalus »

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
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Need Help - Warper Bot

#4 Post by EternalHarvest »

Daedalus wrote:Need to be seperated in their own blocks and let the automacro only call the macro
Isn't it like that?
Daedalus
Plain Yogurt
Plain Yogurt
Posts: 73
Joined: 09 Nov 2010, 16:20
Noob?: No

Re: Need Help - Warper Bot

#5 Post by Daedalus »

EternalHarvest wrote:
Daedalus wrote:Need to be seperated in their own blocks and let the automacro only call the macro
Isn't it like that?
Yes sorry, probably was too late and I usually leave a space between blocks. q.q