Yoko
http://forum.yoko.com.ua/

Dropping ore
http://forum.yoko.com.ua/viewtopic.php?f=3&t=1026
Page 1 of 1

Author:  Thdin [ 2004-07-30 07:48:12 ]
Post subject:  Dropping ore

I made a simple script to drop all ore from my pack except for blackrock.

Code:
sub Findore()

VAR Ores = '0x19B9'           

uo.findtype(Ores,-1,-1)
uo.click("finditem")
Wait(500)
If UO.InJournal("Blackrock")==0 Then
UO.Moveitem('finditem',-1,'ground')
endif

endsub


All I want to know is how to move the ore to the ground, or use ,drop to drop it.. :/

P.S.: It is now all fixed and works perfectly.

Author:  Thdin [ 2004-07-30 16:52:47 ]
Post subject: 

Ok, I've found this isn't working. When I do a findtype, it sometimes finds the blackrock ore and drops that instead, even though the drop should only be made if the name is NOT "blackrock." Can anyone help?

Author:  Yoko [ 2004-07-31 20:57:57 ]
Post subject: 

where is delay for server to send text of ore name after click?

Author:  Thdin [ 2004-08-01 00:57:46 ]
Post subject: 

Yoko you are my hero! All I had to do was add a Wait and it works perfect! :D

Before, I thought of doing this, but I could see that 'Blackrock' appeared in the journal, but never on screen (like next to the actual item you are clicking). It makes sense now. Thanks a lot!!

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/