Скрипты и Клуб.
Posted: 2004-06-19 14:25:32
ТОПИК ОЧЕНЬ ЧАСТО МЕНЯЕТСЯ СКРИПТЫ ДОРОБАТЫВАЮТСЯ И ПЕРЕПИСЫВАЮТСЯ (так что скрипт который вы скопировали раньше может быть уже другим)
А вот и я )))
Меня долго небыло (умер комп)
Но я вернулся и .......
Принес парочку скриптов !!!! (Многие скрипты переписаны и переделаны ,надеюсь "хозяева" не обидятся что я выложил эти скрпты )
Особое мое уважение Fox M. Чей скрипт На реконнект принес мне много радости.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Ищю друзей по уму и духу
Скриптеры отзовитесь
Устроим клуб скриптеров
Помощь друг другу
Моя ася 233461603 BETEP (шард ДРВ)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
А вот и я )))
Меня долго небыло (умер комп)
Но я вернулся и .......
Принес парочку скриптов !!!! (Многие скрипты переписаны и переделаны ,надеюсь "хозяева" не обидятся что я выложил эти скрпты )
Особое мое уважение Fox M. Чей скрипт На реконнект принес мне много радости.
Code: Select all
sub fishing()
var mx, my, mz, i, j
uo.print('А где ведро?')
uo.exec('addobject Bag')
while uo.targeting()
wait(100)
wend
mx = UO.GetX("self")
my = UO.GetY("self")
mz = UO.GetZ("self")
UO.DeleteJournal()
for i = mx-4 to mx+4
for j = my -4 to my+4
if UO.dead() then
return
endif
while not UO.Hidden()
UO.Warmode("0")
uo.print("hiding...")
UO.UseSkill("Hiding")
wait(4000)
wend
UO.Print("Now Fishing In: "+str(mx-i)+" "+str(my-j))
while not UO.InJournal("no fish here") and not UO.InJournal("location") and not UO.InJournal("far away") and not UO.InJournal("in water")
UO.DeleteJournal()
UO.Waittargettile("1341", str(i), str(j), str(mz))
UO.Usetype("0x0DBF") ;FishingPole
if UO.dead() then
return
endif
if UO.Weight>660 then
return
endif
while not UO.InJournal("You pull") and not UO.InJournal("location") and not UO.InJournal("no fish") and not UO.InJournal("but fail") and not UO.InJournal("far away") and not UO.InJournal("in water")
wait (100)
if UO.InJournal("You pull") then
UO.SetReceivingContainer('Bag')
UO.findtype('0x09CC','0x0000','ground') ;fish
UO.grab ('3','finditem')
wait (200)
UO.findtype('0x09CD','0x0000','ground') ;fish
UO.grab ('3','finditem')
wait (200)
UO.findtype('0x09CE','0x0000','ground') ;fish
UO.grab ('3','finditem')
wait (200)
UO.findtype('0x09CF','0x0000','ground') ;fish
UO.grab ('3','finditem')
wait (200)
UO.findtype('0x14EB','0x0000','ground') ;tattered map
UO.grab ('1','finditem')
wait (200)
UO.findtype('0x0DD6','0x05F6','ground') ;Truly rare fish
UO.grab ('1','finditem')
wait (200)
UO.findtype('0x0DD6','0x01BB','ground') ;Prize fish
UO.grab ('1','finditem')
wait (200)
UO.UnSetReceivingContainer()
end if
wend
wend
UO.DeleteJournal()
next
next
end sub
Code: Select all
sub Taming()
var count=0
uo.print('Тотем')
uo.exec('addobject TOT')
while uo.targeting()
wait(100)
wend
UO.DeleteJournal()
while NOT UO.Dead()
UO.DeleteJournal()
UO.WaitTargetObject('TOT')
UO.UseType('0x13F8')
repeat
wait(1000)
until UO.InJournal('You fail') OR UO.InJournal('It seems')
If Uo.InJournal('It seems') Then
UO.Say('All release')
Endif
wend
end sub
Code: Select all
sub Begging()
var count=0
uo.print('totem')
uo.exec('addobject TOT')
while uo.targeting()
wait(100)
wend
UO.DeleteJournal()
repeat
uo.waittargetobject('TOT')
UO.Useskill('Begging')
wait(4000)
until UO.Dead()
end sub
Code: Select all
sub AnimalLore()
var count=0
uo.print('Totem')
uo.exec('addobject TOT')
while uo.targeting()
wait(100)
wend
UO.DeleteJournal()
repeat
uo.waittargetobject('TOT')
UO.Useskill('Animal Lore')
wait(4000)
until UO.Dead()
end sub
Code: Select all
sub Item()
var count=0
uo.print('totem')
uo.exec('addobject TOT')
while uo.targeting()
wait(100)
wend
UO.DeleteJournal()
repeat
uo.waittargetobject('TOT')
UO.Useskill('Item Identification')
wait(4000)
until UO.Dead()
end sub
Code: Select all
sub ArmsLore()
var count=0
uo.print('totem')
uo.exec('addobject TOT')
while uo.targeting()
wait(100)
wend
UO.DeleteJournal()
repeat
uo.waittargetobject('TOT')
UO.Useskill('Arms Lore')
wait(4000)
until UO.Dead()
end sub
Code: Select all
sub Taste()
var count=0
uo.print('totem')
uo.exec('addobject TOT')
while uo.targeting()
wait(100)
wend
UO.DeleteJournal()
repeat
uo.waittargetobject('TOT')
UO.Useskill('Taste Identification')
wait(4000)
until UO.Dead()
end sub
Code: Select all
sub Evaluate()
var count=0
uo.print('totem')
uo.exec('addobject TOT')
while uo.targeting()
wait(100)
wend
UO.DeleteJournal()
repeat
uo.waittargetobject('TOT','TOT')
UO.Useskill('Evaluating')
while not UO.InJournal("unsure") and not UO.InJournal("looks") and not UO.InJournal("perform") and count<60
wait(100)
count=count+1
wend
wait(600)
count=0
UO.DeleteJournal()
until UO.Dead()
end sub
Code: Select all
sub Detect()
UO.DeleteJournal()
repeat
UO.Useskill('Detect Hidden')
wait(5000)
until UO.Dead()
end sub
Code: Select all
sub Spirit()
UO.DeleteJournal()
repeat
UO.Useskill('Spirit Speak')
wait(5000)
until UO.Dead()
end sub
Code: Select all
sub Peacemaking()
UO.DeleteJournal()
repeat
UO.Useskill('Peacemaking')
wait(8000)
until UO.Dead()
end sub
Code: Select all
sub Enticement()
var count=0
uo.print('totem')
uo.exec('addobject TOT')
while uo.targeting()
wait(100)
wend
UO.DeleteJournal()
repeat
uo.waittargetobject('TOT')
UO.Useskill('Enticement')
wait(8000)
until UO.Dead()
end sub
Code: Select all
sub Cartography()
UO.Exec ("automenu 'What sort of map do you want to d' 'Detail Map'")
UO.DeleteJournal()
repeat
UO.Useskill("Cartography")
wait(8000)
until UO.Dead()
end sub
Code: Select all
sub Hide()
repeat
uo.print("hiding...")
UO.Useskill('Hiding')
wait(4100)
until UO.Dead()
end sub
Code: Select all
sub Stealth()
repeat
uo.print("hiding...")
UO.UseSkill("Stealth")
wait(4100)
until UO.Dead()
end sub
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Ищю друзей по уму и духу
Скриптеры отзовитесь
Устроим клуб скриптеров
Помощь друг другу
Моя ася 233461603 BETEP (шард ДРВ)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!