Search found 58 matches

by clagio
2005-01-07 15:32:03
Forum: General
Topic: New Clients
Replies: 16
Views: 4358

400c now don't work anymore.. we only have to use last clients(Shadow Empire's client) :(
by clagio
2005-01-06 17:18:28
Forum: Requests
Topic: Party message doesn't appear in Journal
Replies: 4
Views: 3130

if you want i can let you logon on uodreams shard

contact me if you want

63415243
by clagio
2005-01-06 15:28:20
Forum: Requests
Topic: Warning step buffer/ number failure
Replies: 3
Views: 3026

for sure i see this message when my client isn't synchronized with the server, i see often when i recall, i use gate, o go trought some passage
by clagio
2005-01-05 08:40:51
Forum: Requests
Topic: Special Moves
Replies: 20
Views: 10333

i don't know if this can help you, but if you are under mortal strike the health's bar change color in something like orange
by clagio
2005-01-04 20:07:01
Forum: Requests
Topic: Special Moves
Replies: 20
Views: 10333

yes, but it's the same for uo.poisoned.. i can always check the journal..
it's quite better to check the status whit a function like this than declaring global variable, and scanning always the journal
by clagio
2005-01-02 15:33:32
Forum: Help
Topic: STRINGS
Replies: 5
Views: 1467

at the moment isn't possible.. :(
by clagio
2004-12-25 22:15:10
Forum: Help
Topic: Problem with get target
Replies: 8
Views: 1985

no way?
by clagio
2004-12-24 14:45:26
Forum: Help
Topic: Problem with get target
Replies: 8
Views: 1985

i have a problem with another script but the topic is the same.. so i prefer to reply here..

i have the serial ofmy new target with this command:
new_target = UO.GetSerial('laststatus')
now i want to set this serial my lasttarget..
UO.Set('lasttarget', new_target)

if i use the client macro ...
by clagio
2004-12-21 17:59:53
Forum: Help
Topic: Targetting player's mounts
Replies: 4
Views: 1427

mmm how can i check if it is possible?
by clagio
2004-12-21 17:38:51
Forum: Help
Topic: Targetting player's mounts
Replies: 4
Views: 1427

Targetting player's mounts

Is possible to target the mount of a pg, while he is mounting?
something like targetting object in layer 25 or something else?
by clagio
2004-12-17 11:38:50
Forum: Help
Topic: starting another script with arguments
Replies: 1
Views: 929

starting another script with arguments

I want to create a script that start many other, passing them some arguments..
Without arguments i start my scripts with:
UO.Exec ('exec second_script')


but for the third_script i have 2 arguments to passs trough.. how can i do?

i tried saying in game ,exec third_script 1 1, but it doesn't ...
by clagio
2004-12-17 06:48:47
Forum: Requests
Topic: Special Moves
Replies: 20
Views: 10333

is possible to add some function like UO.Posioned, for the special moves?

Something like UO.Bleeding() - if i'm bleeding
or something like Uo.Mortal() - if i'm under mortal strike special moves
by clagio
2004-12-11 11:34:37
Forum: Requests
Topic: Party message doesn't appear in Journal
Replies: 4
Views: 3130

i also noticed, that uo.serverprint doesn't write in party, i have to use uo.say
;)
by clagio
2004-12-10 22:19:45
Forum: Requests
Topic: Party message doesn't appear in Journal
Replies: 4
Views: 3130

Party message doesn't appear in Journal

The journal can't see the party message line..




http://yoko.netroof.net/forum/viewtopic.php?t=2198

Thanks :)
by clagio
2004-12-10 07:59:21
Forum: Help
Topic: i cant see party message in journal
Replies: 1
Views: 1052

i cant see party message in journal

I made this script:

sub test()
repeat
wait(100)
until UO.InJournal("###")
UO.Print("Ok")
end sub


if i say "###", the script print "Ok"
if i say "###" by party system, it' doesn't print anything..

why?
how can i read party message?

tnx ;)
by clagio
2004-11-08 14:51:58
Forum: Help
Topic: split journal
Replies: 12
Views: 2513

ok thank you, very much :)
by clagio
2004-11-08 14:51:28
Forum: Help
Topic: split journal
Replies: 12
Views: 2513

Var TextAll="hello world"
Var TextLeft=Left(TextAll, 5) ; Hello
Var TextRight=Right(TextAll, 5) ; World

wonderful.. how does these function work? Left and Right..the side where it start to count..
the first parameter is the string, that's ok, the second, is the number of words where from it ...
by clagio
2004-11-08 14:45:46
Forum: Help
Topic: split journal
Replies: 12
Views: 2513

how? there are function to split or analyze text string? i didn't see anything in the documentation..
by clagio
2004-11-08 14:29:03
Forum: Help
Topic: split journal
Replies: 12
Views: 2513

i have this line in journal :

clagio: hello world

i want to give as value to var1 = "hello" and to var2 = "world"

at this moment i can only give to var1 the value "clagio: hello world"

with easyuo it's possible, but i need to use only injection

:)
by clagio
2004-11-08 14:09:29
Forum: Help
Topic: split journal
Replies: 12
Views: 2513

noone know? :)