[Plugin] Autowarpn does not work

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

Message
Author
Liposo
Plain Yogurt
Plain Yogurt
Posts: 59
Joined: 20 May 2013, 02:00
Noob?: No

[Plugin] Autowarpn does not work

#1 Post by Liposo »

I just checked out an Autowarpn plugin from SVN.

Code: Select all

http://svn.code.sf.net/p/openkore/code/plugins/autowarp/trunk/
And set config.txt accordingly.

Code: Select all

autoWarp_from alberta, geffen, payon, prontera
autoWarp_to yuno_fild08
However when my bot auto-storaged and calculated to lockmap, it did not use warp portal to lockmap but walked to lockmap as usual.
I tried "ai print" and saw that "AI::autowarp" was queued after "AI::route" sequence. I guess this is the issue. Should it clear "AI::route" before initiating "AI:autowarp" sequence? How can I modify that?

Locked