Search found 8 matches

by supermudo
2004-07-31 08:34:19
Forum: Help
Topic: Walking in the injection
Replies: 1
Views: 1282

read faq before posting :)
by supermudo
2004-07-30 08:21:19
Forum: Help
Topic: gethp not working
Replies: 4
Views: 1853

it realy doesn´t work, my dll is from Build 305.01
maybe it has any bug on gethp?
by supermudo
2004-07-29 01:28:04
Forum: Help
Topic: gethp not working
Replies: 4
Views: 1853

didn´t work....

is it right the method of calling the uo.GetHP() function?

if i put any string ie. uo.getHP("gewgegegege")
it returns 0 anyway.

how do i pass objects correctly to it?
by supermudo
2004-07-28 09:35:36
Forum: Help
Topic: gethp not working
Replies: 4
Views: 1853

gethp not working

the function uo.GetHP() can´t seem to work....
i defined an object "dude" for my sparring dude at the objects tab, but teh code:
Code:

var x = 0
x = uo.gethp("dude")
uo.print(str(x))


prints only 0´s to client

what am i doing wrong?
by supermudo
2004-07-28 08:31:50
Forum: Help
Topic: printing integers
Replies: 2
Views: 1488

another question:

the function uo.GetHP() can´t seem to work....
i defined an object "dude" for my sparring dude at the objects tab, but teh code:

Code: Select all

var x = 0
x = uo.gethp("dude")
uo.print(str(x))


prints only 0´s to client
by supermudo
2004-07-28 07:54:19
Forum: Help
Topic: printing integers
Replies: 2
Views: 1488

printing integers

how can i use UO.Print() to show integer values??

may be dumb question, but there´s no documentation in english :(
by supermudo
2004-07-21 05:05:04
Forum: Help
Topic: i can't drag items via script.. what's going on??
Replies: 3
Views: 1826

i didn,t get it...

what are the uses for setreceivingcontainer other than a target for emptycontainer???

how would this command fit in the situation?

thanx
by supermudo
2004-07-21 00:20:36
Forum: Help
Topic: i can't drag items via script.. what's going on??
Replies: 3
Views: 1826

i can't drag items via script.. what's going on??

sub checakeg()
if uo.injournal("O barril esta vazio") then
uo.exec("setcatchbag bau")
uo.exec("usetype keg")
uo.exec("grab 1 lastobject")
uo.exec("unsetcatchbag")
uo.deletejournal()
endif
endsub

this code was about ...