Search found 9 matches

by creaturez
2004-11-04 12:33:51
Forum: Help
Topic: HOWTO bypass Saplings
Replies: 2
Views: 1032

of course i'm working on that but i don't know how and what I have to do to walk over this plants.
With tiledata editor i flagged the "trasparency" option but is not enought because the problem is still there...
by creaturez
2004-11-04 11:42:05
Forum: Help
Topic: HOWTO bypass Saplings
Replies: 2
Views: 1032

HOWTO bypass Saplings

I was looking with tiledata editor in TILEDATA.MUL if there is a method
to walk over Saplings like brumbles.
I flagged the same options but it doesn't work, maybe I have to modify verdata also? how?
by creaturez
2004-11-04 01:58:50
Forum: Help
Topic: [,setseason 5] Problem
Replies: 1
Views: 876

[,setseason 5] Problem

When I use this command
some saplings (you can't walk on this) became brumbles (that normally allows you to walk on) and when you find this you are blocked.

How to fix this problem? normally i see saplings like catacombs and not like yellow herbs :-/

thanks Andrea
by creaturez
2004-11-03 21:04:37
Forum: Help
Topic: COUNT items in a corpose
Replies: 5
Views: 1379

thanks drcrasy
by creaturez
2004-11-03 20:48:38
Forum: Help
Topic: COUNT items in a corpose
Replies: 5
Views: 1379

COUNT items in a corpose

I was trying to count how many Bows were in a corpose but with

number=UO.FindType('robe',-1,'corpose')

i get the number of the nearest corposes only.

What's the right function?

grazie
ciaociao andre
by creaturez
2004-11-03 20:08:06
Forum: Help
Topic: how to get an automatic SERIAL
Replies: 4
Views: 1339

thanks : )
by creaturez
2004-11-03 19:16:33
Forum: Help
Topic: how to get an automatic SERIAL
Replies: 4
Views: 1339

i'm trying to use your function in a simple way but doesn't work
where is the mistake?

sub main()
var SERIAL
SERIAL=GetSerialFromGround()
UO.Print(STR(SERIAL))
end sub

it prompts "0" every time

UO.FindType('0x0000','0x0000','ground')

what's ground? i put there 0x2006 (type of ...
by creaturez
2004-11-03 17:51:21
Forum: Help
Topic: how to get an automatic SERIAL
Replies: 4
Views: 1339

how to get an automatic SERIAL

i have this piece of code

uo.addobject('corpose')
while uo.targeting()
wait(100)
wend

but I target every time the same type (a corpose) manually...

now i'm trying to find an automatic method to get the serial of the corpose that's under me; is there a function like
uo ...
by creaturez
2004-11-02 22:06:22
Forum: Help
Topic: open corpose and loot
Replies: 3
Views: 1504

open corpose and loot

i'm trying to find a function to open a corpose
and another function to target some object types in it (to grab them)
can anybody help me?

ciao ciao