Yoko

All sides of Injection
It is currently 2025-11-05 20:54:15

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2006-02-18 07:17:54 
Offline

Joined: 2006-02-03 17:36:10
Posts: 13
вот есть скрипт на тинк, подскажите плз как он будет выглядеть если в него дописать такую функцию, что бы чар изготовляемые мэпы кидал на пол?
Code:
sub main()
While UO.Count('bag')<300000
UO.Exec("waitmenu 'make' 'Paper items' ' make' (1)")
UO.Exec("waittargettype '0x1BDD'")
UO.Exec("usetype '0x1EBC'")

Wait(4000)
wend
end sub

ну и еще его подредактировать можно для более стабильной работы)


Top
   
 Post subject:
PostPosted: 2006-02-18 21:41:49 
Offline
Expert!

Joined: 2004-06-04 03:24:25
Posts: 333
где-то тут я уже видел похожий топик... варианта два (в обоих надо знать objtype бросаемого предмета):

1)
Code:
var itemtype = '0x0000' # прописать objtype бросаемых вещей
....
if uo.count(itemtype) > 0 then
uo.drophere('^'+itemtype)
endif


2)
Code:
var itemtype = '0x0000' # прописать objtype бросаемых вещей
....
if uo.count(itemtype) > 0 then
uo.moveitem('^'+itemtype,'-1','ground') # вместо 'ground' можно написать серийник контейнера какого-нить, например урны.
endif


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 2 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 11 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited