Search found 23 matches

by Jackalo
Wed Oct 22, 2008 10:30 am
Forum: GamingTools Members::Inner Space
Topic: Progress on the VG Skin
Replies: 4
Views: 4516

Well done, the skin looks great!
by Jackalo
Wed Dec 21, 2005 12:46 pm
Forum: GamingTools Members::Inner Space
Topic: Different Config Files for WOW
Replies: 7
Views: 6403

I have a modified AutoLogin.iss script that takes a login and password as two parameters when calling the script, and I have two profiles set up for WoW, each one calling AutoLogin with a different username and password. If you'd like, I can post it on ISMods and help you set it up, or you can wait ...
by Jackalo
Mon Dec 19, 2005 10:47 am
Forum: GamingTools Members::Inner Space
Topic: Video Capture?
Replies: 5
Views: 6673

Lax has been pushing to get quite a few things done with InnerSpace. He's been only one man pulling the weight of ten these past few months. I know that fixing Video Capture is on his TODO list, as well as countless other things.

Don't worry, he hasn't forgotten about us. ; )
by Jackalo
Fri Nov 25, 2005 11:51 am
Forum: GamingTools Members::Inner Space
Topic: Question For anyone.
Replies: 9
Views: 9130

The Problem in FULLscreen mode is it will minimize to the taskbar when ever i try to switch to a toon and the only way i can get that toon up is click the taskbar.
I don't know.
by Jackalo
Fri Nov 25, 2005 11:46 am
Forum: GamingTools Members::Inner Space
Topic: Question For anyone.
Replies: 9
Views: 9130

He's talking about using scripts while WoW is minimized.
by Jackalo
Tue Nov 08, 2005 11:44 pm
Forum: GamingTools Members::Inner Space
Topic: FPS Limiter
Replies: 1
Views: 2450

If the background one is only running 10fps, then that's probably your problem.

I run without a foreground limiter, and the background limiter set to 30.

Even, "Foreground 30, Background 30" would probably be a lot better.
by Jackalo
Thu Oct 20, 2005 1:18 am
Forum: GamingTools Members::Inner Space
Topic: Question about patching
Replies: 2
Views: 2855

Ah, so that was your reason why textedit was on your Todo list. I look forward to it whenever you reach it's number on your list. =D
by Jackalo
Sun Oct 16, 2005 10:17 pm
Forum: GamingTools Members::Inner Space
Topic: Slight Problem
Replies: 4
Views: 4125

I'd say that your game is using a software cursor instead of hardware.
by Jackalo
Sun Oct 02, 2005 2:07 pm
Forum: GamingTools Members::Inner Space
Topic: How can i setup bot for WoW
Replies: 4
Views: 8948

http://www.ismods.com/wiki/index.php/WoWBot

Please post in the ISMods forums if you have questions about any extensions or scripts and not specifically InnerSpace, which are located at...

http://www.ismods.com/forums/index.php
by Jackalo
Sun Sep 18, 2005 3:01 pm
Forum: GamingTools Members::Inner Space
Topic: UI : Tabs
Replies: 6
Views: 5748

<?xml version="1.0" encoding="UTF-8"?> <ISUI> <Window name='Tab Testbed'> <X>120</X> <Y>240</Y> <Width>280</Width> <Height>280</Height> <StorePosition>0</StorePosition> <TitleBar template='window.TitleBar'> <Children> <text Name='Title' template='window.TitleBar.title' /> <button Name='Minimize' te...
by Jackalo
Sun Sep 18, 2005 2:25 pm
Forum: GamingTools Members::Inner Space
Topic: UI : Tabs
Replies: 6
Views: 5748

UI : Tabs

I'm on the final stages of miniAutofish, and decided to put in Tabs to keep the Config window as small as possible. The problem is that I've been researching TabControl for the past two hours and haven't been able to figure out how to set it up. Is there any chance you could provide a demonstration ...
by Jackalo
Sun Sep 18, 2005 12:04 am
Forum: GamingTools Members::Inner Space
Topic: UI : Close Button in corner of UI window
Replies: 9
Views: 9029

Code: Select all

<Command>ui -unload "&file;"</Command> 
Didn't work for me, but the following does...

Code: Select all

<Command>ui -unload "&filepath;/miniAutofish_ConfigUI.xml"</Command>
by Jackalo
Sat Sep 17, 2005 11:58 pm
Forum: GamingTools Members::Inner Space
Topic: UI : Close Button in corner of UI window
Replies: 9
Views: 9029

I figured that I would make one more post in this thread detailing my (hopefully) final code for the custom Close Button. <?xml version="1.0" encoding="UTF-8"?> <ISUI> <Window name='Autofish Config'> <Visible>1</Visible> <X>375</X> <Y>240</Y> <Width>240</Width> <Height>240</Height> <TitleBar templat...
by Jackalo
Sat Sep 17, 2005 11:54 pm
Forum: GamingTools Members::Inner Space
Topic: UI : Close Button in corner of UI window
Replies: 9
Views: 9029

I feel like such an idiot now. The code below is my friend.

Code: Select all

<TitleBar template='window.TitleBar'>