Tuesday, November 11, 2008

SWG Bots - Holocron hunting script for autoit3




i made this script to hunt for me while i was at work or sleaping and so far it has done me good it is simple to set up and easy to use.... i think lol

first ill list all my macros and buffs:
i am using a dark jedi build with a crit suit with all 35s and a gackle bat

bar set up:


crit suit stats:
chest and saber - crit chance, pvp crit, parry
the rest - str, perc, agil

macros:
kill macro

    Code:
    /ui action toolbarSlot07;
    /pause 1;
    /ui action toolbarSlot01;
    /pause 1;
    /ui action toolbarSlot00;
    /pause 1;
    /ui action toolbarSlot02;
    /pause 1;
    /ui action toolbarSlot04;
    /pause 1;
    /ui action toolbarSlot06;
    /pause 1;
    /ui action toolbarSlot03;
    /pause 1;
    /ui action toolbarSlot05;
    /pause 1;


    ent buff:
    crit, glancing blow, auto heal, the rest to kenetic

    I normaly use my musty injector, PUPs, and mando wine at the begining just to make sure you get off on the right foot and don't die in the first five minutes.
    script is just like others that do combat make sure u set the x/y values to yours by taking a screenshot and using ms paint to get the cordinates and the health and action ones are set to right before full and try and get the portrait on a white/gray spot of ur profession icon next to ur name so when it goes red the script will catch it

    here is the auto it script:

    Code:
    ;Script by Nick Obelenus
    ;This script is for Tault Unleashed members only
    ;Idia for this goes to all those forage macros that have combat
    ;

    Global $Paused
    HotKeySet("{PAUSE}", "TogglePause")
    HotKeySet("{ESC}", "Terminate")
    Opt("MouseClickDragDelay", 100)
    #Include

    $i = 0

    Sleep("8000")


    $portraitx = 36
    $portraity = 40
    $healthx = 238
    $healthy = 38
    $actionx = 241
    $actiony = 45

    $CombatCheck = PixelGetColor(($portraitx), ($portraity))
    $HealthCheck = PixelGetColor(($healthx), ($healthy))
    $ActionCheck = PixelGetColor(($actionx), ($actiony))


    Do
    CheckCombatState()
    sleep("1000")
    Until $i = 1

    Func CheckCombatState()
    If PixelGetColor(($healthx), ($healthy)) = $HealthCheck Then
    return
    Else
    Do
    ;Combat
    send("z") ;Change this to your hotkey to Autoattack
    send(".") ;Change this to your Kill macro
    ; send("b") ;change to pet macro if u have one
    sleep("10000")

    Until PixelGetColor(($healthx), ($healthy)) = $HealthCheck and PixelGetColor(($portraitx), ($portraity)) = $CombatCheck

    Do
    Until PixelGetColor(($healthx), ($healthy)) = $healthCheck and PixelGetColor(($actionx), ($actiony)) = $ActionCheck
    EndIf
    return
    EndFunc


    ;Pause Script
    Func TogglePause()
    $Paused = NOT $Paused
    While $Paused
    sleep(100)
    ToolTip('Script Paused',0,0)
    WEnd
    ToolTip("")
    EndFunc;

    Terminate Script
    Func Terminate()
    Exit 0
    EndFunc;


If this goes well i might end up making one that has an auto delete on all non-collection items.

Now we are ready to head out to the POI nightsisters vs singning mountain caln battle... when u get there u will see that the nightsisters have made kinda a delta (triangle) foramtion... well the ones on the frontline corners have only a 2min spawn time while the top has 10min spawn time... soooooo... lets go to the botom left or right corner and get right in the face of the nightsister so ur curser is on were they spawn and faces away from the rest of the red dots so u dont get eaten... u will have to manualy kill the first one then when ur health and action return to full alt-tab and run the macro then quickly alt-tab back to SWG and watch it kill the first NS to make sure it is running correctly then leave it be for however long (btw after ent buff is gone expext to die lol) so normaly is like 5hours or so it will get loot and money

good luck with sith wp 4/5 and have fun

More mmorpg cheats.

If you enjoyed this post, make sure you subscribe to my RSS feed!

0 comments:

Post a Comment

 

Star Wars Gaming news

Master of World of Warcraft

Aion Guides | Aion Strategies

Star Wars Gaming © 2009