Innerspace N00b here

Discussion of Inner Space

Moderators: Lavish Software Team, Moderators

Post Reply
oternakn
GamingTools Subscriber
Posts: 2
Joined: Tue Oct 30, 2007 7:59 pm

Innerspace N00b here

Post by oternakn » Fri Nov 02, 2007 1:42 pm

How do i relay all the buttons i hit in one client to the 3others im running?
I tryed to read my way to this but i gotta say i dont understand shit :P

Btw im playing everquest2

litewave
GamingTools Subscriber
Posts: 9
Joined: Tue Feb 01, 2005 5:43 pm

Post by litewave » Fri Nov 02, 2007 3:55 pm

Not sure of what code you are using etc, so gonna make generic assumptions. Lots of latitude here :P

Assign your buttons a relay command and if its only for a specific toon, make sure you specify that in the command.

ie.

relay all command
or
relay toonsessionname command

command can either be a script, regular command, atom or event. (see the wiki)

1)

for simplicity you can send a keystroke using the press command such as alt+1 thru alt+9 to cast the appropriate spell, or any other key sequence you have bound to a ingame command. you can also set the mouse to click certian spots.

2)

or you can run a quick script to do a series of commands etc.

3)

if you want to communicate with the scripts interactively you need to use a event or atom

4)

alternatively have button echo some output to the games chat for detection via addtrigger events in your script(s)

it is then upto the script(s) running to take the appropriate action.

you may want to take a look at the ismods site for a example that was given there. search keyword is hotbars if i recall correctly.

Post Reply