Search results

  1. X

    Moving and Mapping with VGCraftbot

    This is a new thread to talk about how to map with VGCraftbot. Also talk about how VGCraftBot movement and bugs associated with all that. This is a post Spudman made on the old thread: 3) VGcraftbot - LavNav mapping 101 - your map is broken down into 'spheres' and 'connections'...
  2. X

    Feedback for VGCraftBot thread (NEW!)

    Yes, this is the new feedback thread for VGCraftBot Post stuff here. EDIT: I recommend that you re-make all your maps with the new 1.0 version of CraftBot. The mapping has changed quite a bit over the last few revisions. For example, it now uses spheres instead of boxes and the size of each...
  3. X

    KBot feedback thread

    Download/Release Thread This is the comments, problems and feedback thread for KBot Post here so I have one place to ignore :D
  4. X

    KBot v3.27

    This is the next evolution of KramBot I've re-written a ton of code and added on a UI to all the choices: . Edit By Amadeus: This is an old thread! You should be here: http://www.isxgames.com/forums/showthread.php?t=3102
  5. X

    Safe Port

    Here is a little snippet to keep your toon safe: function main(int minHealth, string portLoc) { if ${minHealth} < 10 minHealth:Set[10] if ${portLoc.Length} < 1 portLoc:Set[safe] while 1 { if ${Me.HealthPct} <= ${minHealth} Me:port[${portLoc}]...
  6. X

    VG Alarm and Auto-response script

    This is an alarm and auto-response script. To change/setup/customize the query/response pairs, open the auto-respond.xml file with wordpad or notepad and change the entries. and remember to crank up the sound! EDIT: Fixed a bug, if you have downloaded this, you'll need to re-download...
  7. X

    Sprint script

    Put this in a file called sprint.iss function main() { if ${Me.IsSprinting} echo "Turning OFF sprint mode" else echo "Turning ON sprint mode" Me:Sprint } Then from the VG chat window you can: /run sprint.iss You can even put it into a Shortcut :D
  8. X

    VGCraftBot -- feedback thread (Archive)

    This is the new feedback thread for VGCraftBot You can find the release info here: http://www.isxgames.com/forums/showthread.php?t=711 Post all comments, questions or bugs here! Also, if you want to donate a few bucks to my 'pay for IS/ISXVG' fund, hit this link: PayPal Link
  9. X

    LavishNav for VGCraftBot

    This thread is only for talking about the new LavishNav movement code in VGCraftBot. Please report all other VGCraftbot problems in the other thread.... Thanks! If you want to test: you can force an update of the code: runscript vgcraftbot 1 Notice the 1 at the end. Then run it again...
  10. X

    new AI for VGCraftBot -- feedback wanted

    This thread is only for feedback on the new AI code If you have problems with the released script, please post them on the other thread. There are two Extra Quality Control frames, one for Easy (easy and lower) and one for Hard (Difficult and Moderate) work orders. The APLimit...
  11. X

    temp

    Reply from other thread Yeah, I may just have to go the extra tab with drop downs route. Bleh! I'm re-working the AI and would like to go with a priority system based on how much Quality you want, how many steps are in the recipe, each stage, how far you have progressed, what complications...
  12. X

    VGCraftbot -- Feedback Thread (Archived 2007/04/09)

    You should use this spreadsheet to get the right blend of Skills and Attributes: http://www.vanguardcrafters.com/forum/showthread.php?t=22357 -- Please post comments, suggestions, bugs, etc on this thread for VGCraftBot Get release from here...
  13. X

    VGCraftbot -- Feedback Thread

    You should use this spreadsheet to get the right blend of Skills and Attributes: http://www.vanguardcrafters.com/forum/showthread.php?t=22357 -- Please post comments, suggestions, bugs, etc on this thread for VGCraftBot Get release from here...
  14. X

    VGCraftBot -- Beta Testers wanted

    VGCraftBot -- 0.95 on March 1st, 2007 New Release: http://www.isxgames.com/forums/showthread.php?t=711 New Feedback Thread: http://www.isxgames.com/forums/showthread.php?t=712
  15. X

    VGC-Shaman -- a solo Shaman combat script

    VGC-Shaman -- solo combat script -- 02/12/2007 I hacked Zeek's Shaman healer script to be a solo combat Shaman script. Don't bother reporting bugs, because I'm not going to fix. USE AT YOUR OWN RISK! Updated: 02/12/2007
Top Bottom