Noob Questions about features.

sikkur

Active Member
I am pretty new to the sight and a bit overwhelmed trying to figure out just exactly what you can do with these scripts. The main thing I would be trying to do would be to play my tank and have my healer and dps follow me botted.

Is it possible for the tank to have a few macros, either in group chat or tells that would change the bots behavior?

For example when I had on the pre heal option my priest would just basically spam his reactives until he was out of power. It would really be awesome if I could hit a "/g Incoming in 10 seconds" macro that would turn on the pre heals or something like that.

Another thing that would be useful would be if the bots were on AF and I could hit a macro on the tank to make them stop so i could go pull something.

I apologize if the answers are easily found but there seems to be so much information here and so much of it is over my head.
 

bjcasey

ISX Specialist
Another thing that would be useful would be if the bots were on AF and I could hit a macro on the tank to make them stop so i could go pull something.
eq2botcommander

It's a simple script that requires just a bit of editing in the .iss file to get working. There's a walkthrough around here somewhere that details how to get it up and running.
 

bob_the_builder

Well-Known Member
I use and love eq2botcommander but just curious what folks have been adding to it?

I have added the following:
- Follow MT, follow my wife
- Stop / Start moving, no in combat movement, and vice versus
- Mount up on a horse
- Stop and start and pause and resume eq2bot


What else have people added that I might want to add to mine?

Bob
 

Nuprecon

Active Member
I use and love eq2botcommander but just curious what folks have been adding to it?

I have added the following:
- Follow MT, follow my wife
- Stop / Start moving, no in combat movement, and vice versus
- Mount up on a horse
- Stop and start and pause and resume eq2bot


What else have people added that I might want to add to mine?

Bob
Hailing masters target and picking x conversation button.
 

pz

Active Member
follow/stopfollow mt
run/start/stop eq2bot
run eq2quest
run autodisarm
acceptinvite
mount
afk
gate
hail target
revive
move up/down
enable/disable shadow
enable/disable mezmode
enable/disable preheals
use group invis
equip porthammer/equip regular weapons
use pact of cheetah
walkmode
sprint toggle
jump
 

wired203

Active Member
Primalz you can get rid of the run eq2 button if you use isboxer, when your done it's 1 click and every client loaded. Add in the eq2login script and you can have your eq2 launched, logged in, chars in game with a single click.
 

Valerian

ISX Specialist
Primalz you can get rid of the run eq2 button if you use isboxer, when your done it's 1 click and every client loaded. Add in the eq2login script and you can have your eq2 launched, logged in, chars in game with a single click.
?

I don't see that primalz has any run eq2 in there. he has a run eq2quest, which, in case you weren't aware, is the automagic quest acceptance and sharing script.
 

wired203

Active Member
So I was messing with this, it's the eq2_recent.ini that holds the graphics settings. So load the game, jack with settings and exit, rename it something definative and do it again. Then use it as a virtual file for the configs.
 

sikkur

Active Member
After getting a handle on how the defaults work I wanted to try and add some of the options discussed earlier. Specificly Eq2Quest and Enable/Disable Preheals.

I managed to figure out eq2 quest by adding the following:
Code:
			<CommandButton Name='RunEQ2Quest'>
				<X>5%</X>
				<Y>220</Y>
				<Width>40</Width>
				<Height>30</Height>
				<Text>Quest</Text>
				<AutoTooltip>Run EQ2quest.iss on all computers</AutoTooltip>
				<Command>Relay all RunScript EQ2Quest</Command>
			</CommandButton>
I am having a harder time with the preheals. Figured it should look something like this:
Code:
			<CommandButton Name='Heal On'>
				<X>5%</X>
				<Y>260</Y>
				<Width>40</Width>
				<Height>30</Height>
				<Text>Heal on</Text>
				<AutoTooltip>Enable preheels</AutoTooltip>
				<Command>Relay all Script[EQ2Bot].Variable[PreHealMode]:Set[TRUE]</Command>
			</CommandButton>
The command information is obviously whats wrong. I tried looking through the inquisitor ui file but thats the best I could come up with. Can anyone help me out?
 

Nuprecon

Active Member
Code:
			<CommandButton Name='Heal On'>
				<X>5%</X>
				<Y>260</Y>
				<Width>40</Width>
				<Height>30</Height>
				<Text>Heal on</Text>
				<AutoTooltip>Enable preheels</AutoTooltip>
				[B]<Command>Relay all Script[EQ2Bot].Variable[PreHealMode]:Set[TRUE]</Command>[/B]
			</CommandButton>
Code:
<OnLeftClick>
Relay all Script[EQ2Bot].VariableScope.PreHealMode:Set[TRUE]
</OnLeftClick>
Providing your variable name is correct, try this instead of <Command>
 

thrakos

Active Member
I pulled the "pausebot" code out of the eq2bot.iss file (or xml... i forget, i'm at work) and incorporated the "pausebot" & "resumebot" code into my eq2botcommander... however everytime i push the pause or resume button in eq2botcommander, all 6 eq2bot instances stop running. An inspection of inner-space console shows that it Faulted on the "[run" portion of the pausebot line.

I've been able to add other items (autofollow, start, stop), but pause & resume are killing me.

Has anyone gotten pause/resume to work in eq2botcommander? If so, can you share your code please?
 

wired203

Active Member
I wonder if it's time for a bunch of us to pool together what we have figured out, edit up a new eq2botcommander and get it into the svn.

It's a great start and I would be willing to help edit in whichever features are most used by people. Wouldn't be able to do pre-heals or things of that nature since you couldn't guarantee it would be used by a healer at all.

If anyone wants to put together a list of which buttons they would need, I'll work out the coding for it and see if I can help rez this script.

If the original coder has a problem with it or anyone up top (Ama, Val, Pygar) let me know. I'll most likely start tomorrow and pop into IRC to see if anyone has and complaints about it getting some new life.
 

Nuprecon

Active Member
I wonder if it's time for a bunch of us to pool together what we have figured out, edit up a new eq2botcommander and get it into the svn.

It's a great start and I would be willing to help edit in whichever features are most used by people. Wouldn't be able to do pre-heals or things of that nature since you couldn't guarantee it would be used by a healer at all.
You can run scripts in the UI to check if your a healer or not, and then display the option if you are.
If anyone wants to put together a list of which buttons they would need, I'll work out the coding for it and see if I can help rez this script.

If the original coder has a problem with it or anyone up top (Ama, Val, Pygar) let me know. I'll most likely start tomorrow and pop into IRC to see if anyone has and complaints about it getting some new life.
Awesome... There are allot of ideas at the beginning of this thread though. Would be a good place to start!
 

pz

Active Member
Code:
<OnLeftClick>
Relay all Script[EQ2Bot].VariableScope.PreHealMode:Set[TRUE]
</OnLeftClick>
Providing your variable name is correct, try this instead of <Command>
i use this since i prefer having a single button to toggle on/off. "PreReactiveMode" variable is for fury.
Code:
<Command>relay all "UIElement[EQ2 Bot].FindUsableChild[PreReactiveMode,checkbox]:LeftClick"</Command>
i had intended to stack all the 'preheal' variables but fury is the only priest i use regularly, so.
 

Gene2713

Active Member
Probably a dumb noob ?

Here goes anyway. Is there a way to put simple things like jump and such in the commander?
 
Top Bottom