Search found 38 matches
- Wed Jun 29, 2005 11:03 pm
- Forum: GamingTools Members::Inner Space
- Topic: Issues running more than 1 eq2 session.
- Replies: 4
- Views: 3916
- Tue Jun 14, 2005 7:52 am
- Forum: GamingTools Members::Inner Space
- Topic: MouseClick
- Replies: 21
- Views: 17951
Code: Select all
mouseclick -hold left
waitframe
mouseclick -release left
- Fri Jun 10, 2005 12:06 pm
- Forum: GamingTools Members::Inner Space
- Topic: Crashing with EQ2 since patch.
- Replies: 3
- Views: 4399
- Fri Jun 10, 2005 6:22 am
- Forum: GamingTools Members::Inner Space
- Topic: Crashing with EQ2 since patch.
- Replies: 3
- Views: 4399
Crashing with EQ2 since patch.
EQ2.exe was patched, and now IS is crashing right after you log in.
- Wed Jun 08, 2005 6:24 pm
- Forum: GamingTools Members::Inner Space
- Topic: MouseClick
- Replies: 21
- Views: 17951
- Sun Jun 05, 2005 5:27 am
- Forum: GamingTools Members::Inner Space
- Topic: NavPoint Bug
- Replies: 4
- Views: 4977
- Sat Jun 04, 2005 11:28 pm
- Forum: GamingTools Members::Inner Space
- Topic: NavPoint Bug
- Replies: 4
- Views: 4977
NavPoint Bug
The following crashes my eq2 session.
I guess NavPoint doesnt like spaces?
Code: Select all
NavPoint -set "Some World" "Some Label" ${Me.X} ${Me.Y} ${Me.Z}
- Sat Jun 04, 2005 10:40 pm
- Forum: GamingTools Members::Inner Space
- Topic: XMLSetting Bug
- Replies: 3
- Views: 3776
Also another 2 things. If the .xml file does not exist, and I use; XMLSetting -set etc.. It shouldnt generate a error. It seems I need to do the following to create the file first. XMLSetting -load etc.. Wouldnt it be better if the xml files are created by default in the scripts folder, without spec...
- Sat Jun 04, 2005 10:25 pm
- Forum: GamingTools Members::Inner Space
- Topic: XMLSetting Bug
- Replies: 3
- Views: 3776
XMLSetting Bug
Test.xml <?xml version='1.0'?> <InnerSpaceSettings NextID="2"> <Set ID="1" Name="TestCategory"> <Setting Name="uppercase">Some Test Value</Setting> </Set> </InnerSpaceSettings> Test.iss ; Test Script function main() { declare TestValue string local Some Test Value XMLSetting -unload "Te...
- Sat Jun 04, 2005 7:28 pm
- Forum: GamingTools Members::Inner Space
- Topic: Input Request
- Replies: 7
- Views: 5669
Bug with InputBox
Example...
You guessed it, it crashed my eq2 client:)
Also, the ok, and cancel button were defaulted to grey on black, and was hard to read. Are the colors fixed for this?
Code: Select all
InputBox "What happens if you backspace this text?" ${Zone.ShortName}
Also, the ok, and cancel button were defaulted to grey on black, and was hard to read. Are the colors fixed for this?
- Fri Jun 03, 2005 3:11 am
- Forum: GamingTools Members::Inner Space
- Topic: Input Request
- Replies: 7
- Views: 5669
- Wed Jun 01, 2005 7:47 am
- Forum: GamingTools Members::Inner Space
- Topic: MouseClick
- Replies: 21
- Views: 17951
MouseClick
With EQ2. MouseTo works fine. MouseClick right or MouseClick left do absolutely nothing! Even if i moved the focus of the mouse away from the eq2 window. Unless of course I need to have some obscure setting on?:) Also, I think a MouseClick dblleft or dblright wouldnt be a bad idea for double clicks:)
- Mon May 30, 2005 9:26 pm
- Forum: GamingTools Members::Inner Space
- Topic: Input Request
- Replies: 7
- Views: 5669
- Mon May 30, 2005 9:21 pm
- Forum: GamingTools Members::Inner Space
- Topic: Input Request
- Replies: 7
- Views: 5669
Input Request
There has been several occasions where I would like something like the following implemented into IS; Since we can now create our own ISUI. If there was a command that would allow a ISUI box to pop up and accept user text input and pressing enter or click a button, would then pass that back to the v...
- Mon May 30, 2005 8:59 pm
- Forum: GamingTools Members::Inner Space
- Topic: Navigational Points
- Replies: 3
- Views: 3580