Yoko

All sides of Injection
It is currently 2025-10-21 16:35:47

All times are UTC+02:00




Post new topic  Reply to topic  [ 31 posts ]  Go to page Previous 1 2
Author Message
 Post subject:
PostPosted: 2007-10-18 21:00:28 
Offline
User avatar

Joined: 2007-10-12 20:48:07
Posts: 100
Somthin wrote:
тсе точно !!! шард просит всегда !!!
эхх дурак я Ж)
дорогие скриптеры а моно скрипт чтобы плавил итем который а делал и просто итем который я задам ??? а то 450 даггер в бэкпаке ет несмешно и ирон копать тоже тогда меньше надобудет
и ещё есть ли такой скрипт или возможноли его нарисать который викидывал бы руду по цвету

Все это есть. Все это можно сделать. Ты поподробнее опиши то, что тебе надо. А то это ж ведь от шарда все зависит, как плавятся вещи и плавятся ли вообще.


Top
   
 Post subject:
PostPosted: 2007-10-18 21:17:57 
Offline

Joined: 2007-10-17 23:04:43
Posts: 34
плавится так дабл клик на фордж и птом на итем !!!
А БС такой дабл клик инго птом анвил а птом маке ласт


Top
   
 Post subject:
PostPosted: 2007-10-18 21:31:46 
Offline
User avatar

Joined: 2007-10-12 20:48:07
Posts: 100
Somthin wrote:
плавится так дабл клик на фордж и птом на итем !!!
А БС такой дабл клик инго птом анвил а птом маке ласт


Это какой шард? О_о
Вот по переплавке этот пробуй, плавит все из мешка, который ты укажешь...

Code:
sub smelt()
var bag
var forge

UO.print('Укажите сумку с мусором.')
UO.exec('addobject bag')
while UO.targeting()
wait(1000)
wend

UO.print('Укажите плавильню.')
UO.exec('addobject forg')
while UO.targeting()
wait(1000)
wend

UO.UseObject('bag')
wait(500)
uo.findtype(-1, -1, "bag")
While UO.FindCount()>0
uo.waittargetobject( 'finditem' )
UO.useobject('forg')
wait(1000)
uo.findtype(-1, -1, "bag")
wend
endsub


Top
   
 Post subject:
PostPosted: 2007-10-18 21:33:24 
Offline

Joined: 2007-10-17 23:04:43
Posts: 34
Dark Ages Ressurection
А если у меня ет мусор в бэкпаке


Top
   
 Post subject:
PostPosted: 2007-10-18 21:41:27 
Offline
User avatar

Joined: 2007-10-12 20:48:07
Posts: 100
Somthin wrote:
Dark Ages Ressurection
А если у меня ет мусор в бэкпаке

Ну ты купи любую сумку и переноси туда все, что хочешь переплавить. А потом разом переплавишь все из нее


Top
   
 Post subject:
PostPosted: 2007-10-18 21:44:05 
Offline

Joined: 2007-10-17 23:04:43
Posts: 34
хех 400 даггеров в ручную Ж)


Top
   
 Post subject:
PostPosted: 2007-10-18 21:44:55 
Offline
User avatar

Joined: 2007-10-12 20:48:07
Posts: 100
Somthin wrote:
хех 400 даггеров в ручную Ж)

,massmove 1

Не, если тебе надо даггеры из пака переплавить, то можно переделать
Code:
sub smelt()
var forge
var dagger = 'тут тип даггера'

UO.print('Укажите плавильню.')
UO.exec('addobject forg')
while UO.targeting()
wait(1000)
wend


uo.findtype(dagger, -1, 'backpack')
While UO.FindCount()>0
uo.waittargetobject( 'finditem' )
UO.useobject('forg')
wait(1000)
uo.findtype(dagger, -1, 'backpack')
wend
endsub


Top
   
 Post subject:
PostPosted: 2007-10-18 21:59:38 
Offline

Joined: 2007-10-17 23:04:43
Posts: 34
ясн буду крафтить посмотрю


Top
   
 Post subject:
PostPosted: 2007-10-20 11:32:25 
Offline

Joined: 2007-10-17 23:04:43
Posts: 34
неработает скрипт опять тупа удоляется с инжи скрипт :cry: :cry: :cry: :cry:


Top
   
 Post subject:
PostPosted: 2007-10-20 11:59:39 
Offline

Joined: 2007-10-17 23:04:43
Posts: 34
А можно в етот скрипт
Code:
sub mine()

var x, y, i, tmp, inside, goto_x, st, first

st=0

first=UO.GetX()

start:

inside=0

for y=-2 to 2

for x=-2 to 2

try:

UO.Exec ("waittargettile "+" 1340 "+STR(UO.GEtX()+x)+" "+STR(UO.GetY()+y)+" 0")

UO.exec ("usetype 0x0E85")

#UO.Print (""+STR(x))

#UO.Print (""+STR(y))

i=0

while i< 100

if UO.InJournal("You loosen some rocks but fail to find any useable ore") then

wait (1000)

i=200

UO.DeleteJournal()

goto try

endif

if UO.InJournal("Try mining elsewhere") then

i=200

UO.DeleteJournal()

endif

if UO.InJournal("You cant mine in this Region.") then

i=200

UO.DeleteJournal()

endif

if UO.InJournal("You must wait to perform another action") then

wait (1000)

i=200

UO.DeleteJournal()

goto try

endif

if uo.InJournal("till")then

uo.playwav("???? ?? ??????")

wait(1000)

i=200

UO.DeleteJournal()

goto try

endif 

if uo.InJournal("Elemental") or uo.InJournal("is attacking you")then

uo.playwav("???? ?? ??????")

i=200

UO.DeleteJournal()

goto try

endif 

if UO.InJournal("There is nothing here to mine for")  then

wait (1000)

i=200

UO.DeleteJournal()

endif

if UO.InJournal("You have no line of sight to that location") then

wait (1000)

i=200

UO.DeleteJournal()

endif

wait (500)

i=i+1

if uo.weight > 700 then

uo.findtype(0x19B9,0x06D6,2)

UO.MoveItem('finditem', '0', 'ground')

wait (100)

endif

wend

next

next



if st == 0 then

goto_x=UO.GetX()+5

while inside < 10

while UO.GetX() < goto_x

UO.Press (39, 1, 500)

inside=0

wend

while UO.GetX() > goto_x

UO.Press (37, 1, 500)

inside=0

wend

inside=inside+1

wait (300)

wend

st=1

goto start

endif



if st == 1 then

while inside < 10

while UO.GetX() < first

UO.Press (39, 1, 500)

inside=0

wend

while UO.GetX() > first

UO.Press (37, 1, 500)

inside=0

wend

inside=inside+1

wait (300)

wend

st=0

endif

end sub


Вписать чтобы руду викидывал которую я задам по цвету :?: [/b]


Top
   
 Post subject:
PostPosted: 2008-01-28 20:26:37 
Offline
User avatar

Joined: 2005-02-22 10:55:22
Posts: 61
Location: Русский из Латвии.
Аля ДРВ )))
Code:
sub smelt()
var bag
var forg

UO.print('Óêàæèòå ñóìêó ñ ìóñîðîì.')
UO.exec('addobject bag')
while UO.targeting()
wait(1000)
wend

UO.print('Óêàæèòå ïëàâèëüíþ.')
UO.exec('addobject forg')
while UO.targeting()
wait(1000)
wend

UO.UseObject('bag')
wait(500)
uo.findtype(-1, 0x0000, "bag")
While UO.FindCount()>0
UO.Grab('1','finditem')
wait(500)
uo.waittargetobject( 'finditem','backpack' )
UO.useobject('forg')
uo.findtype(-1, '0x0000', "bag")
wait(1000)
wend
endsub


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 31 posts ]  Go to page Previous 1 2

All times are UTC+02:00


Who is online

Users browsing this forum: Bing [Bot] and 6 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:  
cron
Powered by phpBB® Forum Software © phpBB Limited