Search found 8 matches
- 2004-05-16 23:17:03
- Forum: Scripting Ore
- Topic: Drag...
- Replies: 2
- Views: 2258
- 2004-05-15 19:36:18
- Forum: Scripting Ore
- Topic: Fisching
- Replies: 2
- Views: 2354
- 2004-05-15 19:17:15
- Forum: Scripting Ore
- Topic: Drag...
- Replies: 2
- Views: 2258
Drag...
How can i drag many items from the floor? Is there any function which take all the items near my character? I tryed to do it so:
sub move()
var obj
var cont
uo.addobject("cont")
while uo.targeting()
wait(50)
wend
uo.addtype("obj") ...
sub move()
var obj
var cont
uo.addobject("cont")
while uo.targeting()
wait(50)
wend
uo.addtype("obj") ...
Drag...
How can i drag many items from the floor? Is there any function which take all the items near my character? I tryed to do it so:
sub move()
var obj
var cont
uo.addobject("cont")
while uo.targeting()
wait(50)
wend
uo.addtype("obj") ...
sub move()
var obj
var cont
uo.addobject("cont")
while uo.targeting()
wait(50)
wend
uo.addtype("obj") ...
- 2004-05-13 13:01:27
- Forum: General
- Topic: Выбрать объект
- Replies: 1
- Views: 1830
Выбрать объект
Как мне в скрипте вызвать прицел и записать в переменную ИД объекта, на который я указал???
- 2004-04-11 11:27:40
- Forum: General
- Topic: About types/О типах
- Replies: 2
- Views: 4802
About types/О типах
Проблема... пытаюсь найти остра на земле по типу, а он - не находит. Тип '0x00db'. он хоть убей не может его найти.
I have some trubles... I'm trying to find the object by type, but it isn't finded. Type '0x00db'. HELP!!!
I have some trubles... I'm trying to find the object by type, but it isn't finded. Type '0x00db'. HELP!!!