Yoko

All sides of Injection
It is currently 2025-11-05 22:15:24

All times are UTC+02:00




Post new topic  Reply to topic  [ 6 posts ] 
Author Message
PostPosted: 2004-06-16 00:12:25 
Offline

Joined: 2004-06-16 00:10:17
Posts: 9
Скрипт вот такой:sub main()
var timeout=0
UO.deletejournal()
while UO.SkillVal("Blacksmithing",1) < 1151
UO.Exec("waitmenu 'Blacksmithing' 'Weapons' 'Weapons' 'Swords & Blades' 'Swords & Blades' 'katana'")
UO.usetype("0x1bef")
repeat
timeout=timeout+500
wait(500)
until UO.injournal("You put") OR (timeout>10000)
timeout=0
if UO.injournal("You put") then
UO.waittargettype("0x13fe")
UO.usefromground("0x1996")
wait(1500)
endif
UO.deletejournal()
wend
end sub


Он не пашет ! В Самом начале пишет Айтим Нот Фаунд а я не пойму вообще что в этом скрипте что!

Объясните плиз!


Top
   
PostPosted: 2004-06-16 10:32:28 
Offline
Expert!

Joined: 2004-04-03 17:36:29
Posts: 2544
Location: Saint-Petersburg
XZ wrote:
Скрипт вот такой:sub main()
var timeout=0
UO.deletejournal()
while UO.SkillVal("Blacksmithing",1) < 1151
UO.Exec("waitmenu 'Blacksmithing' 'Weapons' 'Weapons' 'Swords & Blades' 'Swords & Blades' 'katana'")
UO.usetype("0x1bef")
repeat
timeout=timeout+500
wait(500)
until UO.injournal("You put") OR (timeout>10000)
timeout=0
if UO.injournal("You put") then
UO.waittargettype("0x13fe")
UO.usefromground("0x1996")
wait(1500)
endif
UO.deletejournal()
wend
end sub


Он не пашет ! В Самом начале пишет Айтим Нот Фаунд а я не пойму вообще что в этом скрипте что!

Объясните плиз!


В строчке UO.Usetype("0x1bef") - проверь что у тебя в руках есть молот или что там вы используете и его тип именно такой.


Top
   
PostPosted: 2004-06-16 13:24:10 
Offline

Joined: 2004-06-16 13:11:15
Posts: 5
Edred wrote:
XZ wrote:
Скрипт вот такой:sub main()
var timeout=0
UO.deletejournal()
while UO.SkillVal("Blacksmithing",1) < 1151
UO.Exec("waitmenu 'Blacksmithing' 'Weapons' 'Weapons' 'Swords & Blades' 'Swords & Blades' 'katana'")
UO.usetype("0x1bef")
repeat
timeout=timeout+500
wait(500)
until UO.injournal("You put") OR (timeout>10000)
timeout=0
if UO.injournal("You put") then
UO.waittargettype("0x13fe")
UO.usefromground("0x1996")
wait(1500)
endif
UO.deletejournal()
wend
end sub


Он не пашет ! В Самом начале пишет Айтим Нот Фаунд а я не пойму вообще что в этом скрипте что!

Объясните плиз!


В строчке UO.Usetype("0x1bef") - проверь что у тебя в руках есть молот или что там вы используете и его тип именно такой.



Скорее всего вместа UO.Usetype("0x1bef") надо поставить UO.useobject


Top
   
 Post subject:
PostPosted: 2004-06-21 12:32:12 
Offline
User avatar

Joined: 2004-05-20 09:14:00
Posts: 15
UO.waittargettype("0x13fe")
UO.usefromground("0x1996")



а что здесь поставить надо


Top
   
 Post subject:
PostPosted: 2004-06-21 18:28:13 
Offline
Expert!

Joined: 2004-04-03 17:36:29
Posts: 2544
Location: Saint-Petersburg
SuperStar wrote:
UO.waittargettype("0x13fe")
UO.usefromground("0x1996")



а что здесь поставить надо


Это зависит от того, как у тебя на шарде происходит ковка. Быстрее всего тут айрон и анвил, проверь командой ,info правильные ли типы стоят..


Top
   
 Post subject:
PostPosted: 2004-06-22 08:59:49 
Offline
User avatar

Joined: 2004-04-08 16:06:21
Posts: 29
попробуй поставить это:
UO.UseObject(UO.ObjAtLayer("Rhand"))
вместо UO.Usetype("0x1bef")
он будет использовать для ковки тот предмет, что у тебя в руке и не придется тип менять -)


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

All times are UTC+02:00


Who is online

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