Search found 70 matches
- Sun May 04, 2014 8:24 pm
- Forum: GamingTools Members::Inner Space
- Topic: How to set "Language"
- Replies: 1
- Views: 3800
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 , ...
- Mon Apr 28, 2014 9:52 pm
- Forum: GamingTools Members::Inner Space
- Topic: ISXDK and Unicode
- Replies: 1
- Views: 4026
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.
Many Korean games and Chinese games ,need the NPC , PC or item unicode names, they are all Unicode. Unicode interface is better too.
- Sat Jul 28, 2012 7:27 pm
- Forum: GamingTools Members::Inner Space
- Topic: eq2 error in winxp x64.
- Replies: 3
- Views: 6437
- Sat Jul 28, 2012 8:43 am
- Forum: GamingTools Members::Inner Space
- Topic: eq2 error in winxp x64.
- Replies: 3
- Views: 6437
- Mon Mar 19, 2012 8:59 pm
- Forum: GamingTools Members::Inner Space
- Topic: How to clear Index?
- Replies: 1
- Views: 3199
How to clear Index?
there is no index:Clear Methods in wiki.
- Mon Mar 19, 2012 12:35 am
- Forum: GamingTools Members::Inner Space
- Topic: Can we release all the buttons?
- Replies: 2
- Views: 4032
- Sat Mar 17, 2012 10:53 pm
- Forum: GamingTools Members::Inner Space
- Topic: Can we release all the buttons?
- Replies: 2
- Views: 4032
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....
Or I have to release all the keyboard keys....
- Tue Feb 21, 2012 1:43 am
- Forum: GamingTools Members::Inner Space
- Topic: How to use Relay "all other" execute?
- Replies: 2
- Views: 3863
- Tue Feb 21, 2012 1:37 am
- Forum: GamingTools Members::Inner Space
- Topic: How to use Relay "all other" execute?
- Replies: 2
- Views: 3863
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?
won't relay on others but only on my main.
how to relay "echo hi" on others?
- Sun Feb 19, 2012 6:47 am
- Forum: GamingTools Members::Inner Space
- Topic: Support for Diablo 3?
- Replies: 3
- Views: 6152
- Sun Feb 19, 2012 6:45 am
- Forum: GamingTools Members::Inner Space
- Topic: Divide (Integer) - X by Y
- Replies: 1
- Views: 3289
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!
echo ${Math.Calc[(10.00\1)]}
echo ${Math.Calc[(10.00\2)]}
is not supposed to be!
- 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: 5949
- 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: 5949
- 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: 5949
"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...
- Fri Apr 08, 2011 9:53 am
- Forum: GamingTools Members::Inner Space
- Topic: BestContainer and NearestChild?
- Replies: 3
- Views: 4432