Page 1 of 1

prosto vopros

Posted: 2005-05-02 21:49:13
by CHYVAKs
###r1 - Nightshade
###r2 - Blank scrolls
###r3 - Poison scrolls
sub Inscript()
var tmp=true,r1=0x0F88,r2=0x0E34,sc=0x1F40
repeat
uo.deletejournal()
if tmp==true then
uo.findtype(r1,-1,'ground')
uo.grab(1,'finditem')
endif
uo.findtype(r2,-1,'ground')
uo.grab(1,'finditem')
repeat
tmp=true
wait(300)
until uo.count(r1)>0 && uo.count(r2)>0
uo.waitmenu('Spell Circles','Third Circle','Spell Circle 3','Poison')
uo.useskill('Inscription')
repeat
wait(300)
until uo.injournal('Scroll in your pack') || uo.injournal('but fail to finish') || uo.injournal('You fail to inscribe the scroll')
if uo.injournal('Scroll in your pack')==false then
tmp=false
else
uo.findtype(sc)
uo.drop(0,0,0,7,'finditem')
endif
until uo.dead()
endsub



Kak postavitj chtobi on skladival v Sunduk Gotovije scrooli ?
Dlja DRW servera....

Posted: 2005-05-03 11:08:28
by Beyonder
Замени:

Code: Select all

uo.drop(0,0,0,7,'finditem') 

На:

Code: Select all

uo.moveitem('finditem',0,'0x00000000') # Вместо 0х00000000 запиши ID сундука который можно узнать введя комманду ",info" в УО 

Posted: 2005-05-03 15:41:35
by CHYVAKs
Boljwoe sposibo :)