Yoko

All sides of Injection
It is currently 2025-11-10 19:01:05

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Хелп...
PostPosted: 2005-01-20 08:33:36 
Offline
User avatar

Joined: 2005-01-18 08:39:42
Posts: 21
sub bs()
VAR Exit=0, LastTimer, Forge='0x4002A532', Cont='0x4011624D', ingots='0x1BF2' ; Ставим все свое
while Exit<>1
UO.DeleteJournal()
LastTimer=UO.Timer()
UO.AutoMenu('Blacksmithing','Weapons');
UO.AutoMenu('Weapons','Swords');
UO.AutoMenu('Swords','katana'); Ну или меняем на даггеры, если надо
UO.UseType(ingots)

while NOT UO.InJournal("You put") AND NOT UO.InJournal("You have failed")
wait(100)
wend

If UO.InJournal("You have failed") then
repeat
wait(100)
until UO.Timer()>=LastTimer+100
EndIf

UO.FindType('a katana',-1,'backpack')
wait(500)
If UO.GetQuantity('finditem') then
UO.WaitTargetObject('finditem')
UO.UseObject(Forge)
Endif
wend
end sub

Что писать в 8-ю строчку снизу(UO.FindType('a katana',-1,'backpack') ) вместо слова катана??? И как сделать что бы он после переплавки одевал на себя молоток заного?


Top
   
 Post subject:
PostPosted: 2005-01-20 10:40:47 
Offline
Expert!
User avatar

Joined: 2004-05-31 09:31:51
Posts: 838
UO.UseObject(молоток)..... это для одевания молотка ( вместо слова молоток айди молота в паке)
а вместо слова ' катана' вид катан ..

_________________
Все просто.
BETEPAH ™


Top
   
 Post subject:
PostPosted: 2005-01-21 07:33:46 
Offline
User avatar

Joined: 2005-01-18 08:39:42
Posts: 21
BETEPAH wrote:
UO.UseObject(молоток)..... это для одевания молотка ( вместо слова молоток айди молота в паке)
а вместо слова ' катана' вид катан ..

1 Куда писать этот UO.UseObject(молоток), в какое место?
2 Я писал туда тип катан, но скрипт их не плавит...


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 3 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