Search found 70 matches

by blackwinter
Sun May 04, 2014 8:24 pm
Forum: GamingTools Members::Inner Space
Topic: How to set "Language"
Replies: 1
Views: 2765

How to set "Language"

<Set Name="General"> <Setting Name="Always Update">1</Setting> <Setting Name="Download Unstable Patches">0</Setting> <Setting Name="Language">English</Setting> </Set> 1, If I want Simplified Chinese or Traditional (Complex) Chinese , how to setup this? can't find it via wiki. 2, If I changed this , ...
by blackwinter
Mon Apr 28, 2014 9:52 pm
Forum: GamingTools Members::Inner Space
Topic: ISXDK and Unicode
Replies: 1
Views: 2802

ISXDK and Unicode

Using mkisx.exe create a dll. Can I change it to Unicode and change all errors to use unicode fuctions? Will it effect the communication with Inner Space?

Many Korean games and Chinese games ,need the NPC , PC or item unicode names, they are all Unicode. Unicode interface is better too.
by blackwinter
Sat Jul 28, 2012 7:27 pm
Forum: GamingTools Members::Inner Space
Topic: eq2 error in winxp x64.
Replies: 3
Views: 4784

can you tell me all the file names please?? Thank you.
by blackwinter
Mon Mar 19, 2012 8:59 pm
Forum: GamingTools Members::Inner Space
Topic: How to clear Index?
Replies: 1
Views: 2411

How to clear Index?

there is no index:Clear Methods in wiki.
by blackwinter
Mon Mar 19, 2012 12:35 am
Forum: GamingTools Members::Inner Space
Topic: Can we release all the buttons?
Replies: 2
Views: 2924

press -releas all??

I mean to releas all the key pressed .Sometimes the script end (with error ) and I don't know which is still pressed.
by blackwinter
Sat Mar 17, 2012 10:53 pm
Forum: GamingTools Members::Inner Space
Topic: Can we release all the buttons?
Replies: 2
Views: 2924

Can we release all the buttons?

Can we release all the buttons are pressed and holded? One command?

Or I have to release all the keyboard keys....
by blackwinter
Tue Feb 21, 2012 1:43 am
Forum: GamingTools Members::Inner Space
Topic: How to use Relay "all other" execute?
Replies: 2
Views: 2974

need to use execute , as

execute ${mycommand}
by blackwinter
Tue Feb 21, 2012 1:37 am
Forum: GamingTools Members::Inner Space
Topic: How to use Relay "all other" execute?
Replies: 2
Views: 2974

How to use Relay "all other" execute?

Relay "all other" execute echo hi

won't relay on others but only on my main.

how to relay "echo hi" on others?
by blackwinter
Sun Feb 19, 2012 6:47 am
Forum: GamingTools Members::Inner Space
Topic: Support for Diablo 3?
Replies: 3
Views: 4614

it's beta now. hope we could do auto loot gold and autoloot desired color gears!!!
by blackwinter
Sun Feb 19, 2012 6:45 am
Forum: GamingTools Members::Inner Space
Topic: Divide (Integer) - X by Y
Replies: 1
Views: 2466

Divide (Integer) - X by Y

10.00000\2=10.00200???

echo ${Math.Calc[(10.00\1)]}
echo ${Math.Calc[(10.00\2)]}

is not supposed to be!
by blackwinter
Sat Apr 09, 2011 1:17 am
Forum: GamingTools Members::Inner Space
Topic: "do while" there is a limit or it's a bug??
Replies: 5
Views: 3969

great !it's fixed.

Is there a way we can limite the keypress per second?

don't want to send too many keypress in a second. 1 keypress every 1/3 second.
by blackwinter
Fri Apr 08, 2011 10:09 am
Forum: GamingTools Members::Inner Space
Topic: "do while" there is a limit or it's a bug??
Replies: 5
Views: 3969

I suddenly notice this has been like this since 2008. that's why somethings the game freeze and use 100% of the cpu time.

Now I have to change all the scripts use "do while" like this.
by blackwinter
Fri Apr 08, 2011 9:59 am
Forum: GamingTools Members::Inner Space
Topic: "do while" there is a limit or it's a bug??
Replies: 5
Views: 3969

"do while" there is a limit or it's a bug??

use this script below. function main() { variable int counter=1 do { echo first ${counter} wait 2 if ${counter}==6 continue echo ${counter} wait 2 } while ${counter:Inc}<=99 && 1<2 } every time when we use "continue" It will never d...
by blackwinter
Fri Apr 08, 2011 9:53 am
Forum: GamingTools Members::Inner Space
Topic: BestContainer and NearestChild?
Replies: 3
Views: 3196

thank you !