Search found 9 matches
- 2006-05-04 23:18:15
- Forum: Scripting Ore
- Topic: !!!! HELP ME. I WANNA USE TARGET NEXT !!!!!
- Replies: 5
- Views: 4538
- 2006-05-02 19:46:27
- Forum: Modifications. Other user tools.
- Topic: Project ASM
- Replies: 392
- Views: 184264
- 2006-04-30 22:02:18
- Forum: Help
- Topic: Need help please
- Replies: 4
- Views: 1155
Re: Need help please
You must trein 

- 2006-04-29 10:37:57
- Forum: Modifications. Other user tools.
- Topic: Script.dll with INCLUDE feature
- Replies: 34
- Views: 28346
- 2006-04-15 11:23:36
- Forum: Requests
- Topic: Some suggestions
- Replies: 1
- Views: 2884
Some suggestions
a) Block multiple executions
[BlockMultipleExecutions("group")]
sub test()
UO.Print("test");
end sub
[BlockMultipleExecutions("group")]
sub test2()
UO.Print("test2");
end sub
b) Some function that firing every x seconds (interval i can set on "Main" form and UO.Set)
c) UO.Get ...
[BlockMultipleExecutions("group")]
sub test()
UO.Print("test");
end sub
[BlockMultipleExecutions("group")]
sub test2()
UO.Print("test2");
end sub
b) Some function that firing every x seconds (interval i can set on "Main" form and UO.Set)
c) UO.Get ...
UO.OnGump
If i have in script
UO.OnGump("withtext", "Recipe", "(5");
then when i open some other gump (without text "Recipe"), client crasches
Why?
UO.OnGump("withtext", "Recipe", "(5");
then when i open some other gump (without text "Recipe"), client crasches

- 2006-03-31 22:51:49
- Forum: General
- Topic: UO.Set and ???
- Replies: 5
- Views: 2402
Destruction wrote:It impossible.
Impossible? Nothing is impossible

Code: Select all
Sub MyUO.Set(what, value)
UO.SetGlobal("set_"+what, value);
UO.Set(what, value);
end sub
Sub MyUO.Get(what)
return UO.GetGlobal("set_"+what);
end sub
- 2006-03-31 20:24:29
- Forum: General
- Topic: UO.Set and ???
- Replies: 5
- Views: 2402
UO.Set and ???
Can I get a value what i set in UO.Set? For Example i need get "quiet" or "finddistance".
Ongump
How to use this ? I try all examples, but it not work
_____infogump_______
serial 0x0011f85c
gumpid 0x00000198
X 0
Y 0
285 packet size
0 reply packet size
Buttons: ________
Checks&Radios: __
Entryes: ________
All commands: ____
1] age
2] esizepic 200 80 2620 200 12 ...
_____infogump_______
serial 0x0011f85c
gumpid 0x00000198
X 0
Y 0
285 packet size
0 reply packet size
Buttons: ________
Checks&Radios: __
Entryes: ________
All commands: ____
1] age
2] esizepic 200 80 2620 200 12 ...