Yoko

All sides of Injection
It is currently 2025-11-11 18:33:17

All times are UTC+02:00




Post new topic  Reply to topic  [ 13 posts ] 
Author Message
PostPosted: 2006-11-10 13:55:47 
Offline
User avatar

Joined: 2006-11-05 12:37:25
Posts: 11
Location: Latvia,Tukums
Зделаю маленький запрос на парочку скриптов под ОЛДП
например на
Lumberjacking
Bowcrafting
Taming
Blacksmithing
Mining
Tailoring
Чтобы у чара было всё в бэкпаке
а не дома и сундуки
скилли на добавание
чтобы ложил в БП

_________________
:D
If you shit on me I shit on you
a eye for an eye


Top
   
 Post subject:
PostPosted: 2006-11-10 15:25:59 
Offline
User avatar

Joined: 2006-08-05 14:09:06
Posts: 270
На олдп вроде только меню крафта отличается.

_________________
ДРВ
Spoiler
_________________
Антарес
Spoiler|Gostrabaiter|Umhra|Slog


Top
   
 Post subject:
PostPosted: 2006-11-10 16:26:55 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
Ничего себе запросы.
Время покажет,-но я бы тебе посоветовал идти в поиск и там искать.


Top
   
 Post subject:
PostPosted: 2006-11-10 18:55:37 
Offline
Expert!
User avatar

Joined: 2005-09-14 15:31:58
Posts: 2152
Location: Latvia
перед тем как запускать скрипт, зделай 1й баклер...

Code:
sub BS()
VAR Exit = 0, k, bag, type, color, h=0
VAR chesttoput = '0x4009AECB'
VAR chestwithbags = '0x4009B6A4'
VAR chestwithings = '0x4009A0CD'

uo.exec('addobject ingi')
 while uo.targeting()
 wait(250)
wend

uo.Deletejournal()

uo.useobject(chesttoput)
checklag()
uo.useobject(chestwithbags)
checklag()
uo.useobject(chestwithings)
checklag()

type = UO.GetGraphic('ingi')
color = UO.GetColor('ingi')

while Exit<>1
If uo.injournal('World Save') then
wait(30000)
end if

h = h + 1
if h >= 10 then
uo.msg('.hungry')
h = 0
endif

While not UO.Hidden()
uo.warmode(0)
UO.UseSkill('Hiding')
Wait(4000)
Wend

check:
uo.findtype('0x0E76', -1 , chesttoput )
if uo.findcount() then
del('255|bag')
uo.click('finditem')
repeat
wait(100)
until uo.injournal('bag')
if uo.injournal('255') then
uo.ignore('finditem')
goto check
else
bag = uo.getserial('finditem')
end if
else
uo.findtype('0x0E76', -1 , chestwithbags )
bag = uo.getserial('finditem')
uo.moveitem( bag , 0 , chesttoput , 18 , 148 , 0 )
wait(1000)
end if

find:
uo.findtype('0x1B73', -1 ,'backpack')
If UO.FindCount() Then
UO.moveitem('finditem', 0 , bag )
wait(1000)
goto find
end if

uo.findtype( type , color ,'backpack')
If UO.GetQuantity('finditem') < 20 then
UO.FindType('0x1BEF', color , chestwithings )
If uo.FindCount() == 0 then
return
end if
UO.moveitem('finditem','100','backpack')
wait(1000)
end if

Del('You put|fail|World Save')
uo.FindType( type , color ,'backpack')
checklag()
uo.recall(uo.GetSerial('finditem'), 3 )
k = 0
while NOT UO.InJournal('You put') AND NOT UO.InJournal('fail') AND ( k < 30 )
k = k + 1
wait(500)
   wend

   If UO.InJournal('starving|hungry') then
    Del('starving|hungry')
    eat()
   Endif

  wend   
end sub

Sub checklag()
   del('backpack')
   uo.click('backpack')
   repeat
   wait(50)
   until uo.injournal('backpack')
   del('backpack')
end sub

Sub del(msg)
   while uo.injournal(msg)
   uo.setJournalLine(uo.injournal(msg)-1,"Is Empty!")
   wend
end sub

Sub eat()
UO.DeleteJournal()
While NOT UO.InJournal('too full to eat')
UO.FindType('0x097B')
If UO.FindCount() == 0 then
uo.useobject('0x4009ECD3')
wait(500)
checklag()
UO.FindType('0x097B', -1 ,'0x4009ECD3')
UO.MoveItem('finditem','20','backpack')
CheckLag()
Endif
UO.UseType('0x097B')
wait(250)
wend
end sub


мининг нет смылса выкладывать, всеравно ненастроиш...

_________________
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net


Top
   
 Post subject:
PostPosted: 2006-11-10 19:27:17 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
NMY wrote:
перед тем как запускать скрипт, зделай 1й баклер...

[code][/code]

мининг нет смылса выкладывать, всеравно ненастроиш...


Ты на ОЛДП шпилишь? :)


Top
   
 Post subject:
PostPosted: 2006-11-11 02:22:33 
Offline
Expert!
User avatar

Joined: 2005-09-14 15:31:58
Posts: 2152
Location: Latvia
раньше баловался... месяц проиграл на инже когда она была запрещена :lol: потом разрешыли, я тему поднял... а скрипты, просто завалялись... Шард тупой, забил на уо... щас жду новый проект, долгая история, сервер делает люди каторые зделали сервер 6лет таму назад, каторый рулил в Латвии... лан хватит писать, можно форум почитать uo.vsem.lv

_________________
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net


Top
   
 Post subject:
PostPosted: 2006-11-11 11:10:48 
Offline
User avatar

Joined: 2004-08-12 19:50:48
Posts: 40
Location: И-нет клуб "Мусорка"
У кого есть скрипт для олдп (можно без анти-макро)...виложите пожалусто!
И обисните как работайт (пробивал Ветерана скрипт...немогу врубить как координати деревей вложить)

_________________
Да поможет вам Литр , да сохронит вас Второй , во имя Стакана , Бутылки , и святого Огурца - Аминь!
Yoko Повер нах )


Top
   
 Post subject:
PostPosted: 2006-11-11 12:15:15 
Offline
User avatar

Joined: 2006-11-05 12:37:25
Posts: 11
Location: Latvia,Tukums
2 NMY
не идёт твои скрипт

_________________
:D

If you shit on me I shit on you

a eye for an eye


Top
   
 Post subject:
PostPosted: 2006-11-11 12:17:01 
Offline
User avatar

Joined: 2006-11-05 12:37:25
Posts: 11
Location: Latvia,Tukums
пишит
Invalid Object: 100
No item Found

_________________
:D

If you shit on me I shit on you

a eye for an eye


Top
   
 Post subject:
PostPosted: 2006-11-11 12:43:53 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
Ненаходит у тебя какую то вещь, если не ошибаюсь в кол-ве 100 штук. Проставь типы предварительно, все ид сундуков и открой их вручную перед запуском скрипта


Top
   
 Post subject:
PostPosted: 2006-11-13 23:21:47 
Offline
User avatar

Joined: 2006-11-05 12:37:25
Posts: 11
Location: Latvia,Tukums
nado sro4no scriptik na lumbejaking i na bowcraft

_________________
:D

If you shit on me I shit on you

a eye for an eye


Top
   
 Post subject:
PostPosted: 2006-11-14 09:02:39 
Offline
Expert!
User avatar

Joined: 2005-09-14 15:31:58
Posts: 2152
Location: Latvia
изьу в зубы и вперёд...

_________________
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net


Top
   
 Post subject:
PostPosted: 2006-11-14 12:19:19 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
Поиск в помощь


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

All times are UTC+02:00


Who is online

Users browsing this forum: Google [Bot] and 7 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