Locked Home » Forums » Legacy & Archived » Archived Content » Star Wars Galaxies » SWG Premium Discussions

entertainer auto buffer? : SWG Premium Discussions

Posted: July 23rd, 2008
Total Posts:157 Joined:2006
i have seen two different kinds of these, one of them goes thru a couple different buffs and you just hit accept when its one you like, then theres another that asks you which buff you want, then you tell it which one (1 ,2 ,3 ,4 ,5 ,6 etc, and those numbers corrospond to a list of premade buffs thats listed in the characters bio)
Posted: July 27th, 2008
Total Posts:35 Joined:2007
i would love to see this too... anyone have this?
Posted: August 10th, 2008
gary_garretson2002
i would also
i'd be willing to $$ for one that surely works
Posted: August 13th, 2008
elodan
jasonswan wrote:i have seen two different kinds of these, one of them goes thru a couple different buffs and you just hit accept when its one you like, then theres another that asks you which buff you want, then you tell it which one (1 ,2 ,3 ,4 ,5 ,6 etc, and those numbers corrospond to a list of premade buffs thats listed in the characters bio)
The actual macro shouldn't be hard to make in autoit, I'm not sure how you would read the the number and buff based on the case.

Assuming that you can watch an entertainer for max duration, and they can change the buff on the fly, per your first example? I have never tried to change my existing buff with my entertainer? If you can clarify a little more on the exact process.

The downside would be that, to my understanding. It would take a 3rd party app, so I'm not sure that you would see a entertainer buff house, they way that you see a doctor one.
Posted: August 26th, 2008
User avatar
Total Posts:261 Joined:2008
Theres many ways this can be done. You can hook the console/chat system and tokenize the strings and do a buff based on the chat responses from the target.

Just remember .. Anything you can do, can also be automated just depends how good you program the AI to communicate with the buffee.
Posted: August 26th, 2008
winsome
I wanted to do something less sophisticated, but easier to implement with xunleashed macros.

Unfortunately for me, I can't get my xunleashed to work properly since I upgraded to WinXP. When I drag things with my mouse there's lag as if it's not in real time. Then items I drag dont release when I release the mouse button. Just kinda strange.
Posted: September 23rd, 2008
alejo
Can anyone get one of these up and running...
Posted: October 8th, 2008
aszupinka
Well i actually use the first buff procedure using a program called M M O V I P E R. i set up a few diff buff types and then let it go through them and u pick the one you want when it pops up, works great, me and my buddies have a house near restus we set up a entrance fee and peeps come in and wait for buff. i will try and see what i can do about picking the buff 1- 10 or what ever.
Posted: October 11th, 2008
Total Posts:71 Joined:2007
umm they dont have MMO Viper for SWG
Posted: October 12th, 2008
Total Posts:32 Joined:2008
I have seen this one here on this Site somewhere from swg_xploiter

Code: Register to unlock hidden link

; _____________________________________
;|                                     |
;| Entertainer BuffBOT by swg_xploiter | 
;|_____________________________________|
;
;Copy all the text into a .au3 file

Global $Paused
HotKeySet("{ESC}", "Terminate")
HotKeySet("{PAUSE}", "TogglePause")
#Include <Misc>

Sleep (1000)

WinActivate( "Star Wars Galaxies", "") 
Sleep (1000)
Send ( "r" )
Sleep (2000)


;**1st Category and Stat**
SplashTextOn ( "Setup", "Leftclick on the 1st category you want to open (Attributes, Combat, etc.)", 400, 100, -1, -1, 1, "Ariel", 15 )
While 1
	Sleep ( 100 )
	If _IsPressed ( "01" ) Then
		$pos = MouseGetPos()
		ExitLoop
	EndIf
WEnd
SplashOff()
$cat1x = $pos[0]
$cat1y = $pos[1]
Sleep (1000)
SplashTextOn ( "Setup", "Leftclick on the 1st Stat you want to add.", 400, 100, -1, -1, 1, "Ariel", 15 )
While 1
	Sleep ( 100 )
	If _IsPressed ( "01" ) Then
		$pos = MouseGetPos()
		ExitLoop
	EndIf
WEnd
SplashOff()
$stat1x = $pos[0]
$stat1y = $pos[1]
Sleep (1000)
SplashTextOn("Setup", "Enter the number of times you want to hit -Add- for 1nd Stat", 400, 100, -1, +250, 0, "Ariel", 15)
While 1
Sleep ( 100 )
$Stat1Add = Number(InputBox( "Setup Continued", "Enter the data and click the OK button" )) 
ExitLoop
Wend
SplashOff()
sleep ( 1000 )
SplashTextOn ( "Setup", "Close the Open category.", 400, 100, -1, -1, 1, "Ariel", 15 )
While 1
	Sleep ( 100 )
	If _IsPressed ( "01" ) Then
		ExitLoop
	EndIf
WEnd
SplashOff()
Sleep (1000)

;**2nd Category and Stat**
SplashTextOn ( "Setup", "Leftclick on the 2nd category you want to open (Attributes, Combat, etc.)", 400, 100, -1, -1, 1, "Ariel", 15 )
While 1
	Sleep ( 100 )
	If _IsPressed ( "01" ) Then
		$pos = MouseGetPos()
		ExitLoop
	EndIf
WEnd
SplashOff()
$cat2x = $pos[0]
$cat2y = $pos[1]
Sleep (1000)
SplashTextOn ( "Setup", "Leftclick on the 2nd Stat you want to add.", 400, 100, -1, -1, 1, "Ariel", 15 )
While 1
	Sleep ( 100 )
	If _IsPressed ( "01" ) Then
		$pos = MouseGetPos()
		ExitLoop
	EndIf
WEnd
SplashOff()
$stat2x = $pos[0]
$stat2y = $pos[1]
Sleep (1000)
SplashTextOn("Setup", "Enter the number of times you want to hit -Add- for 2nd Stat", 400, 100, -1, +250, 0, "Ariel", 15)
While 1
Sleep ( 100 )
$Stat2Add = Number(InputBox( "Setup Continued", "Enter the data and click the OK button" )) 
ExitLoop
Wend
SplashOff()
Sleep (1000)
SplashTextOn ( "Setup", "Close the Open category.", 400, 100, -1, -1, 1, "Ariel", 15 )
While 1
	Sleep ( 100 )
	If _IsPressed ( "01" ) Then
		ExitLoop
	EndIf
WEnd
SplashOff()


;**3rd Category and Stat**
Sleep (1000)
SplashTextOn ( "Setup", "Leftclick on the 3rd category you want to open (Attributes, Combat, etc.)", 400, 100, -1, -1, 1, "Ariel", 15 )
While 1
	Sleep ( 100 )
	If _IsPressed ( "01" ) Then
		$pos = MouseGetPos()
		ExitLoop
	EndIf
WEnd
SplashOff()
$cat3x = $pos[0]
$cat3y = $pos[1]
Sleep (1000)
SplashTextOn ( "Setup", "Leftclick on the 3rd Stat you want to add.", 400, 100, -1, -1, 1, "Ariel", 15 )
While 1
	Sleep ( 100 )
	If _IsPressed ( "01" ) Then
		$pos = MouseGetPos()
		ExitLoop
	EndIf
WEnd
SplashOff()
$stat3x = $pos[0]
$stat3y = $pos[1]
Sleep (1000)
SplashTextOn("Setup", "Enter the number of times you want to hit -Add- for 3rd Stat", 400, 100, -1, +250, 0, "Ariel", 15)
While 1
Sleep ( 100 )
$Stat3Add = Number(InputBox( "Setup Continued", "Enter the data and click the OK button" )) 
ExitLoop
Wend
SplashOff()
Sleep (1000)
SplashTextOn ( "Setup", "Close the Open category.", 400, 100, -1, -1, 1, "Ariel", 15 )
While 1
	Sleep ( 100 )
	If _IsPressed ( "01" ) Then
		ExitLoop
	EndIf
WEnd
SplashOff()
sleep ( 1000 )


;**4th Category and Stat**
Sleep (1000)
SplashTextOn ( "Setup", "Leftclick on the 4th category you want to open (Attributes, Combat, etc.)", 400, 100, -1, -1, 1, "Ariel", 15 )
While 1
	Sleep ( 100 )
	If _IsPressed ( "01" ) Then
		$pos = MouseGetPos()
		ExitLoop
	EndIf
WEnd
SplashOff()
$cat4x = $pos[0]
$cat4y = $pos[1]
Sleep (1000)
SplashTextOn ( "Setup", "Leftclick on the 4th Stat you want to add.", 400, 100, -1, -1, 1, "Ariel", 15 )
While 1
	Sleep ( 100 )
	If _IsPressed ( "01" ) Then
		$pos = MouseGetPos()
		ExitLoop
	EndIf
WEnd
SplashOff()
$stat4x = $pos[0]
$stat4y = $pos[1]
Sleep (1000)
SplashTextOn("Setup", "Enter the number of times you want to hit -Add- for 4th Stat", 400, 100, -1, +250, 0, "Ariel", 15)
While 1
Sleep ( 100 )
$Stat4Add = Number(InputBox( "Setup Continued", "Enter the data and click the OK button" )) 
ExitLoop
Wend
SplashOff()
Sleep (1000)
SplashTextOn ( "Setup", "Close the Open category.", 400, 100, -1, -1, 1, "Ariel", 15 )
While 1
	Sleep ( 100 )
	If _IsPressed ( "01" ) Then
		ExitLoop
	EndIf
WEnd
SplashOff()
sleep ( 1000 )


;**5th Category and Stat**
Sleep (1000)
SplashTextOn ( "Setup", "Leftclick on the 5th category you want to open (Attributes, Combat, etc.)", 400, 100, -1, -1, 1, "Ariel", 15 )
While 1
	Sleep ( 100 )
	If _IsPressed ( "01" ) Then
		$pos = MouseGetPos()
		ExitLoop
	EndIf
WEnd
SplashOff()
$cat5x = $pos[0]
$cat5y = $pos[1]
Sleep (1000)
SplashTextOn ( "Setup", "Leftclick on the 5th Stat you want to add.", 400, 100, -1, -1, 1, "Ariel", 15 )
While 1
	Sleep ( 100 )
	If _IsPressed ( "01" ) Then
		$pos = MouseGetPos()
		ExitLoop
	EndIf
WEnd
SplashOff()
$stat5x = $pos[0]
$stat5y = $pos[1]
Sleep (1000)
SplashTextOn("Setup", "Enter the number of times you want to hit -Add- for 5th Stat", 400, 100, -1, +250, 0, "Ariel", 15)
While 1
Sleep ( 100 )
$Stat5Add = Number(InputBox( "Setup Continued", "Enter the data and click the OK button" )) 
ExitLoop
Wend
SplashOff()
Sleep (1000)
SplashTextOn ( "Setup", "Close the Open category.", 400, 100, -1, -1, 1, "Ariel", 15 )
While 1
	Sleep ( 100 )
	If _IsPressed ( "01" ) Then
		ExitLoop
	EndIf
WEnd
SplashOff()
sleep ( 1000 )


;**Misc**
;Waiting
SplashTextOn("Setup", "Enter how long you want to wait for the other person to hit accept (1000 = 1 second)", 400, 100, -1, +250, 0, "Ariel", 15)
While 1
Sleep ( 100 )
$wait = Number(InputBox( "Setup Continued", "Enter the data and click the OK button" )) 
ExitLoop
Wend
SplashOff()
Sleep (1000)
;Add
SplashTextOn ( "Setup", "Leftclick -Add-", 400, 100, -1, -1, 1, "Ariel", 15 )
While 1
	Sleep ( 100 )
	If _IsPressed ( "01" ) Then
		$pos = MouseGetPos()
		ExitLoop
	EndIf
WEnd
SplashOff()
$addx = $pos[0]
$addy = $pos[1]
Sleep (1000)
;Clear
SplashTextOn ( "Setup", "Leftclick on -Clear-", 400, 100, -1, -1, 1, "Ariel", 15 )
While 1
	Sleep ( 100 )
	If _IsPressed ( "01" ) Then
		$pos = MouseGetPos()
		ExitLoop
	EndIf
WEnd
SplashOff()
$clearx = $pos[0]
$cleary = $pos[1]
Sleep (1000)
;Accept
SplashTextOn ( "Setup", "Leftclick on -Accept-", 400, 100, -1, -1, 1, "Ariel", 15 )
While 1
	Sleep ( 100 )
	If _IsPressed ( "01" ) Then
		$pos = MouseGetPos()
		ExitLoop
	EndIf
WEnd
SplashOff()
$acceptx = $pos[0]
$accepty = $pos[1]
Sleep (1000)
;Cancel
SplashTextOn ( "Setup", "Leftclick on -Cancel-", 400, 100, -1, -1, 1, "Ariel", 15 )
While 1
	Sleep ( 100 )
	If _IsPressed ( "01" ) Then
		$pos = MouseGetPos()
		ExitLoop
	EndIf
WEnd
SplashOff()
$cancelx = $pos[0]
$cancely = $pos[1]
Sleep (1000)

SplashTextOn ( "Done", "Thanks for your patience. The script will start in 5 seconds)", 400, 100, -1, -1, 1, "Ariel", 15 )
Sleep (5000)
SplashOff()


$i = 0
Do 
While 1
	Send ( "r" )
	Sleep (1000)
	;Clear
	Mouseclick ( "Left", $clearx, $cleary )
	Sleep (200)
	;1
	MouseClick ( "Left", $cat1x, $cat1y )
	Sleep (200)
	MouseClick ( "Left", $stat1x, $stat1y)
	Sleep (200)
	MouseClick ( "Left", $addx, $addy, $Stat1Add )
	Sleep (200)
	MouseClick ( "Left", $cat1x, $cat1y )
	Sleep (300)
	;2
	MouseClick ( "Left", $cat2x, $cat2y )
	Sleep (200)
	MouseClick ( "Left", $stat2x, $stat2y)
	Sleep (200)
	MouseClick ( "Left", $addx, $addy, $Stat2Add )
	Sleep (200)
	MouseClick ( "Left", $cat2x, $cat2y )
	Sleep (300)
	;3
	MouseClick ( "Left", $cat3x, $cat3y )
	Sleep (200)
	MouseClick ( "Left", $stat3x, $stat3y)
	Sleep (200)
	MouseClick ( "Left", $addx, $addy, $Stat1Add )
	Sleep (200)
	MouseClick ( "Left", $cat3x, $cat3y )
	Sleep (300)
	;4
	MouseClick ( "Left", $cat4x, $cat4y )
	Sleep (200)
	MouseClick ( "Left", $stat4x, $stat4y )
	Sleep (200)
	MouseClick ( "Left", $addx, $addy, $Stat4Add )
	Sleep (200)
	MouseClick ( "Left", $cat4x, $cat4y )
	Sleep (300)
	;5
	MouseClick ( "Left", $cat5x, $cat5y)
	Sleep (200)
	MouseClick ( "Left", $stat5x, $stat5y)
	Sleep (200)
	MouseClick ( "Left", $addx, $addy, $Stat5Add )
	Sleep (200)
	MouseClick ( "Left", $cat5x, $cat5y )
	Sleep (200)
	MouseClick ( "Left", $acceptx, $accepty )
	Sleep ($wait)
	Sleep (1000)
	MouseClick ( "Left", $cancelx, $cancely )
	Sleep (200)
WEnd
Until $i = 1000000000


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


Func Terminate()
Exit 0
EndFunc 

If i remember right it circles through one and the same Buff on and on. Guess it could be altered easy if you have the Time to circle through 2-3 Buffs.

Ohh and i never really tryed it btw.

Edit: And if anyone wanna have another Way ( beside reading in Memory ) to read the Chat, try it with an Instant Messages Tab, Log Macro (/log on, /pause 3, /log off, /macro log) and write all from the Instant Messages into different Files and read allways last Lines. ( and scan if it is new ofc )
Posted: March 26th, 2009
Total Posts:3 Joined:2009
#Include <Misc> = error.

so...
Posted: March 26th, 2009
Total Posts:59 Joined:2007
change this line
#Include <Misc>
to included this
Misc.au3

or just use this macro in this link much better

Register to unlock hidden link
Posted: March 29th, 2009
Total Posts:3 Joined:2009
well that Register to unlock hidden link buff bot isn't working at all for me ...

ill try to explain :

even my ent char is set up with the bot , it keep asking "what i can do for you" by /tell to everyone's who in target.

and ?

i made a second trial account to get sort of it...was in target, the bot asking what blabla....answered by "combact, buff, buff me...kinetic....etc etc....tryed several answers combos and nothing....Obviously i did the "listen" thing and only got the flying "14 minutes" on my screen.

So, when a ppl get in ranged and asked by this bot...what he have to do to get buffed ?

Also there's nothing bout "stay in front of me" etc etc...no explaining at all so peoples really don't know what to do.

Any help - tip ? id love to leave my ent char at esley to get everyone buffed :)

thanks in advance
Posted: March 30th, 2009
Total Posts:59 Joined:2007
good job you cant get it working leaving a ent buff bot running in a public place will get the ents macro Nerfed it is designed for a privet house
GM's will ban your account if you are using a 3rd party macro and thay see you using it

common seance says DONT use 3rd party macro's
common seance says IF you do be quiet don't attract attention

YOU WILL GET YOUR ACCOUNT BANDED AND THE MACRO NERFED
Posted: September 29th, 2011
Total Posts:15 Joined:2007
i made one that reads the log file, takes a custom buff determined on keywords and a number

for instance /tell ent Cons5 Prec6 Crit Heal2

would result in you getting 5 points in con 6 in precision etc etc etc

only problem is i have no captcha bypass, would be willing to post my script if someone can find me a way round the dam captcha screen :| lol.
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 25 guests
Locked