Search found 38 matches

by Blazer
Wed Jun 29, 2005 11:03 pm
Forum: GamingTools Members::Inner Space
Topic: Issues running more than 1 eq2 session.
Replies: 4
Views: 3916

/bump since its not fixed:)
by Blazer
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
Tested that, and it worked great!
by Blazer
Fri Jun 10, 2005 12:06 pm
Forum: GamingTools Members::Inner Space
Topic: Crashing with EQ2 since patch.
Replies: 3
Views: 4399

Actually it was crashing for me because I had ISXEQ2 loading up in my Autoexec.ice. However this never happened before. So it was kinda odd.
by Blazer
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.
by Blazer
Wed Jun 08, 2005 6:24 pm
Forum: GamingTools Members::Inner Space
Topic: MouseClick
Replies: 21
Views: 17951

Yeh its somewhat strange. The mouseclick seems to work on pop up windows in eq2, but when you try to use it on objects in the game, it doesnt.
by Blazer
Sun Jun 05, 2005 5:27 am
Forum: GamingTools Members::Inner Space
Topic: NavPoint Bug
Replies: 4
Views: 4977

Graaa. Was crashing before, now its not. It was happening when I had the spaces, but when I took them away, it was not. However!! There is still the problem with the spaces, and I thought it was related somehow; ; Test Script function main() { Navigation -reset Navigation -load TestFile...
by Blazer
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.

Code: Select all

	NavPoint -set "Some World" "Some Label" ${Me.X} ${Me.Y} ${Me.Z}
I guess NavPoint doesnt like spaces?
by Blazer
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...
by Blazer
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...
by Blazer
Sat Jun 04, 2005 7:28 pm
Forum: GamingTools Members::Inner Space
Topic: Input Request
Replies: 7
Views: 5669

Bug with InputBox

Example...

Code: Select all

InputBox "What happens if you backspace this text?" $&#123;Zone.ShortName&#125;
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?
by Blazer
Fri Jun 03, 2005 3:11 am
Forum: GamingTools Members::Inner Space
Topic: Input Request
Replies: 7
Views: 5669

Perfect! Good stuff, thanks!:)
by Blazer
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:)
by Blazer
Mon May 30, 2005 9:26 pm
Forum: GamingTools Members::Inner Space
Topic: Input Request
Replies: 7
Views: 5669

Forgot to mention, the InputText would also need a paramater to specify a question or a title, or both for the ISUI window:)
by Blazer
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...
by Blazer
Mon May 30, 2005 8:59 pm
Forum: GamingTools Members::Inner Space
Topic: Navigational Points
Replies: 3
Views: 3580

Figured out my problem. I was actually using the NavPoint -connect already, but then I found that my syntax for ${LastPoint} was incorrect. It was strange because LastPoint:["${world}${PointCount}"] wasnt generating an error for me, as it should have been this; LastPoint:Set["$&#...