Search found 5 matches

by Proky
2004-07-20 07:19:02
Forum: Scripting Ore
Topic: Smithing
Replies: 0
Views: 1158

Smithing

Any idea how I could shift exceptional items into another bag? All I really need is the object address of the newly created exceptional item.

Thks
Proky
by Proky
2004-06-28 01:44:19
Forum: Scripting Ore
Topic: Targeting a tree
Replies: 3
Views: 1758

Thks

I tried using waittargettile, but without the tile number how do I get hold of this value?

Thks
BH
by Proky
2004-06-27 15:03:39
Forum: Scripting Ore
Topic: Targeting a tree
Replies: 3
Views: 1758

Targeting a tree

At the moment I can target a tree for lumbering via giving it the direct address of tree, however is there a way to target any tree in a given tile?

Thanks
Proky

btw Is there a set of commands etc in english?
by Proky
2004-06-19 15:02:41
Forum: Scripting Ore
Topic: Getting item out of stack of items
Replies: 2
Views: 1603

Resultent function

Thanks thats wha I needed:
sub ChopBandages()
var vCloths = '0x1765'
var vBag1 = '0x62525a03'
var vMainBag = '0x6272e8d4'
var vClothPile = '0x62754b4d'
var vScissors = '0x0f9e'
while uo.count(vCloths) > 0

uo.findtype(vCloths,-1,vBag1)
uo.grab (STR(1),'finditem')

uo.usetype ...
by Proky
2004-06-18 17:55:19
Forum: Scripting Ore
Topic: Getting item out of stack of items
Replies: 2
Views: 1603

Getting item out of stack of items

Hi,

What I want to do is grab an item out of a stack and then perform an action on the item.

eg: stack of 50 cloths, get one cloth out of stack, chop that cloth.

I can do everything except get the single item from the group.

Any help would be great.

Thanks
Proky