Requirements: AC-Tools
ist sehr basic, kann leider nicht beurteilen ob er deswegen schlecht ist.. hab näml. kein ffxi acc mehr
ist sehr basic, kann leider nicht beurteilen ob er deswegen schlecht ist.. hab näml. kein ffxi acc mehr
Code:
// Provoke bot made by Bubbagump shrimp.
// In game name: Disclosed
// Server: Disclosed
// Settings: -1024x768 Game resolution
// -Not sure if it matters but 1024x1024 background reso.
// -Window type 6
// For this to work have your provoke, dia, flash etc set to ctrl+2
// I do not reccomend putting anthing else other than the one line
// for the battle engager.
// This only works for close area mobs, such as spook or other close
// mobs/nm's with a very small spawna area!
// IF YOU WANT TO MAKE AN OBJECT FOR THIS, FOLLOW THESE GUIDLINES!
// Width should be 20, height should be 10, coord to test at shoudl be 906,683.
// This is for 1024x768 displal overlay, and 1024x1024 background resolution.
// Every other pixel, and exclude black pixels.
SetActiveWindow FFXiApp
// Constant(s)
Constants
MobID = // the Name of your object of the mob. Declared in the Object statement
target1 = 0 // don't change
target2 = 0 // don't change
End
// End Constant(s)
While $target1 < 1
KeyASCII 9
Delay 250
IsObject $MobID at 906, 683
Delay 50
Keydown ^2 150
SetConst target1 = 1
Else
SetConst target1 = 1
While $target2 < 1
IsObject $MobID at 906, 683
Delay 50
Keydown ^2 150
SetConst target2 = 1
Else
End
KeyASCII 9
Delay 100
End
End
End