Search found 2 matches

by blakbord01
28 Oct 2017, 19:50
Forum: Other Plugins
Topic: autowarp plugin
Replies: 0
Views: 6749

autowarp plugin

does autowarp plugin have a bug? my bot says "Preparing to cast a warp" but it didn't cast a warp after that my bot starts to walk and talk to kafra. in my config.txt I put this line. autoWarp_from payon <--- my save point autoWarp_to glast_01 <--- my lockmap PS: I have blue gemstones in my inventory
by blakbord01
04 Oct 2017, 01:48
Forum: Macro Plugin
Topic: Help With My Macro
Replies: 1
Views: 2896

Help With My Macro

here's my code.. automacro Monsters { console /\[(.*)/(.*)\] Monster (.*) \((\d+)\) attacks you/ run-once 1 call { pause 2 $num1 = $.lastmatch1 $num2 = $.lastmatch2 $monster = $.lastmatch3 $monsterID = $.lastmatch4 if ($monster == Kobold Archer) goto case1 if ($monster == Wild Rose) goto case2 if ($...