Injection 2015

General Injection issues

Moderators: Murderator+, Murderator

Mazer
Posts: 125
Joined: 2007-11-13 00:39:14

Re: Injection 2015

Post by Mazer »

na fwuo mozna inj delat ? :)
arkantos
Posts: 4
Joined: 2018-09-07 13:06:29

Re: Injection 2015

Post by arkantos »

hello everybody I couldn't do that injection in a server I really need your help, please somebody can help me how to do that :(


Regards.
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Re: Injection 2015

Post by Yoko »

Hopefully, someone may help you
arkantos
Posts: 4
Joined: 2018-09-07 13:06:29

Re: Injection 2015

Post by arkantos »

Yoko wrote:Hopefully, someone may help you



Hello sir,


Could you help me this is my skype adress jayden422 could you add me on the skype
Noite
Posts: 7
Joined: 2010-01-14 14:50:13

Re: Injection 2015

Post by Noite »

I'm trying to download lastest injection but google drive was blocking me.

Please check and update if possible, thanks.
dubd
Posts: 249
Joined: 2012-07-27 23:43:14

Re: Injection 2015

Post by dubd »

z same shit
danielxd
Posts: 3
Joined: 2018-10-16 22:57:01

Re: Injection 2015

Post by danielxd »

Its not available to download, can someone upload again? pls
danielxd
Posts: 3
Joined: 2018-10-16 22:57:01

Re: Injection 2015

Post by danielxd »

I've found a alternative link to download the injection

https://uo.wzk.cz/injection-2015/
dubd
Posts: 249
Joined: 2012-07-27 23:43:14

Re: Injection 2015

Post by dubd »

ty
ksardas
Posts: 44
Joined: 2005-02-09 08:52:37
Contact:

Re: Injection 2015

Post by ksardas »

Здравствуйте, дайте ссылку на последний инжект - гугл не работает.
dubd
Posts: 249
Joined: 2012-07-27 23:43:14

Re: Injection 2015

Post by dubd »

Чел сверху дал ссылку, там последняя инжа.
Sku11CAT
Posts: 2
Joined: 2016-06-27 23:40:13
Contact:

Re: Injection 2015

Post by Sku11CAT »

Добрый день, не работает связка - порезать труп и полутать с земли.

Code: Select all

sub corpser()
   UO.SetArm("1")
   uo.waittargetobject('lastcorpse')
   uo.usetype('0x0F51')
   wait(700)
   UO.Arm("1")
   UO.UnSetArm()
   wait(1500)
   Lootground()
endsub
sub Lootground()
   VAR n, f
   VAR Torso=uo.objatlayer('Torso')
   VAR Legs=uo.objatlayer('Legs')
   VAR Arms=uo.objatlayer('Arms')
   VAR Gloves=uo.objatlayer('Gloves')
   VAR Hat=uo.objatlayer('Hat')
   VAR Neck=uo.objatlayer('Neck')
   VAR Lhand=uo.objatlayer('Lhand')
   
   Dim Loot[27]
   Loot[1]='0x204E' ; Shroud
   Loot[2]='0x0E9C' ; Dragon
   Loot[3]='0x0F5E' ; broadsword
   Loot[4]='0x143A' ; maul
   Loot[5]='0x13B9' ; Viking Sword
   Loot[6]='0x0F60' ; longsword
   Loot[7]='0x0F62' ; Spear
   Loot[8]='0x0E87' ; Pitchfork   
   Loot[9]='0x143E' ; Halberd
   Loot[10]='0x0F4D' ; Bardiche
   Loot[11]='0x0F45' ; Executioner's Axe
   Loot[12]='0x0F4B' ; double axe
   Loot[13]='0x13FA' ; Despise
   Loot[14]='0x13B1' ; Bow
   Loot[15]='0x0F4F' ; Heavy Crossbow
   Loot[16]='0x13FC' ; Crossbow
   Loot[17]='0x1086' ; Braclet
   Loot[18]='0x0EED' ; Gold Coin
   Loot[19]='0x13BF' ; chainmail tunic
   Loot[20]='0x13BE' ; chainmail leg
   loot[21]='0x0EED' ; GP
   loot[22]='0x0F78' ; Batwings
   loot[23]='0x0F91' ; Wyrm's Hearts
   loot[24]='0x0F3F' ; Arrows
   loot[25]='0x0F81' ; Fertile Dirt
   loot[26]='0x0F14' ; Ruby
   loot[27]='0x0F82' ; Dragons Blood
   
   Dim armor[12]
   armor[1]='0x1B77'  ; Heater Sheild
   armor[2]='0x1B76'  ; Heater Sheild
   armor[3]='0x1415'  ; Plate Mail
   armor[4]='0x1416'  ; Plate Mail
   armor[5]='0x141A'  ; Platemail Legs
   armor[6]='0x1411'  ; Platemail Legs
   armor[7]='0x1418'  ; Platemail Gauntlets
   armor[8]='0x1414'  ; Platemail Gauntlets
   armor[9]='0x1410'  ; Platemail Arms
   armor[10]='0x1419' ; Platemail Helm
   armor[11]='0x1412' ; Platemail Helm
   armor[12]='0x1413' ; Platemail Gorget
   
   for n=1 to 12
      if uo.countground(armor[n]) then
         uo.usefromground(armor[n])
         wait(750)
         f=1
      endif
   next
   for n=1 to 27
      if uo.countground(Loot[n]) then
         uo.moveitem('~'+Loot[n],5,'backpack')
         wait(750)
      endif
   next
   if f==1 then
      if Torso<>'' then
         uo.useobject(Torso)
      endif
      if Legs<>'' then
         uo.useobject(Legs)
      endif
      if Arms<>'' then
         uo.useobject(Arms)
      endif
      if Gloves<>'' then
         uo.useobject(Gloves)
      endif
      if Hat<>'' then
         uo.useobject(Hat)
      endif
      if Neck<>'' then
         uo.useobject(Neck)
      endif
      if Lhand<>'' then
         uo.equip('Lhand',Lhand)
      endif
   endif
   uo.print(' -= done =- ')
endsub


Труп режет но не лутает. Методом тыка выяснил что если просить просто на землю гп и отдельно запускать скрипт лута - то он лутает гп по 10 монеток а не всю стопку. Пробовал кидать рар реги - сердца вирма он полутал 2 из 2 (больше с собой не было). Однако если убить моба и его порезать (а выпадают и сердца вирмов и гп) то скрипт на лут не пашет - он как будто не видит лут на земле - сразу пишет -done-

Возможно тема лута с земли уже поднималась - тыкните меня носом плз.
arkantos
Posts: 4
Joined: 2018-09-07 13:06:29

Re: Injection 2015

Post by arkantos »

please guys someone help me :( from skype jayden422 :S
Bob Marley
Posts: 7
Joined: 2004-12-19 01:44:11
Location: Москва
Contact:

Re: Injection 2015

Post by Bob Marley »

Не подскажете, как использовать команду GListClear() ? Вставлял её в скрипте в нужном месте, при реколе в пещеру, всё равно тайлы помеченные как 'empty' таковыми и остаются.
Жизнь , это затяжонный прыжок из п***ы в могилу.
Pro100
Posts: 10
Joined: 2009-08-26 20:30:16

Re: Injection 2015

Post by Pro100 »

Что с форумом случилось?

Я конечно понимаю, что проект почти мертвый но все же есть вполне живые шарды, и иногда бывает охота понастольгировать так сказать.

А форум просто засрали в спам!!!!

Вопрос по теме, на шарде УО форева, не работает новый клиент через инжу 7.0.45 ...как исправить, как добавить...кто то может подсказать?
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Re: Injection 2015

Post by Destruction »

Pro100 wrote:Что с форумом случилось?

Я конечно понимаю, что проект почти мертвый но все же есть вполне живые шарды, и иногда бывает охота понастольгировать так сказать.

А форум просто засрали в спам!!!!

Для обсуждения спама есть специальная тема.

viewtopic.php?f=1&t=4580
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
DvaKompota
Posts: 4
Joined: 2019-02-28 06:18:05

Re: Injection 2015

Post by DvaKompota »

danielxd wrote:I've found a alternative link to download the injection

https://uo.wzk.cz/injection-2015/


Спасибо тебе, добрый человек!
Здоровья тебе, счастья и бабла два мешка!

Благодаря тебе мне удалось после 12 лет перерыва запустить УО на инжекте...
...и солидный мужчина средних лет вновь почувствовал себя двацатилетним пацаном :wink:
War1988
Posts: 1
Joined: 2019-03-06 19:52:41

Re: Injection 2015

Post by War1988 »

всем привет. установил инжу 2015 появилась проблема со скриптом
sub AutoAttack1()
uo.Ignore( 'self' )
uo.Ignore( "0x00529BCE" ) #
uo.Ignore( "0x002A9367" ) #
uo.Ignore( "0x00BB4878" ) #
uo.Ignore( "0x0013BFD2" ) #
uo.Ignore( "0x011EA6F0" ) #
uo.Ignore( "0x00CFE8BC" ) #
uo.Ignore( "0x00681E75" ) #
uo.Ignore( "0x01695B28" ) # NPC
uo.Ignore( "0x00540F67" ) #
UO.Set('finddistance','12')
var i, t_len = 2
DIM t [ val( str( t_len ) ) ]
t[0] = "0x0191"
t[1] = "0x0190"
repeat
for i = 0 to t_len -1
uo.findtype(t[i], "-1", "ground")
If uo.FindCount() Then

If uo.getNotoriety("finditem") == 2 Then
uo.Ignore('finditem')
Else
uo.playwav("C:\1.wav")
wait( 100 )
uo.playwav("C:\1.wav")
uo.attack('finditem')
wait( 2000 )
End If
End If
next

wait( 2000 )

until false
end sub

атачит тех кто в игнор листе. галочка Track World Item стоит. 2014 работает коректно
dubd
Posts: 249
Joined: 2012-07-27 23:43:14

Re: Injection 2015

Post by dubd »

Подскажите пожалуйста можно ли просмотреть куда чар делает рекол, на какой объект он прицеливается?
admir
Posts: 528
Joined: 2005-01-13 07:20:54

Re: Injection 2015

Post by admir »

War1988 wrote:всем привет. установил инжу 2015 появилась проблема со скриптом
sub AutoAttack1()
uo.Ignore( 'self' )
uo.Ignore( "0x00529BCE" ) #
uo.Ignore( "0x002A9367" ) #
uo.Ignore( "0x00BB4878" ) #
uo.Ignore( "0x0013BFD2" ) #
uo.Ignore( "0x011EA6F0" ) #
uo.Ignore( "0x00CFE8BC" ) #
uo.Ignore( "0x00681E75" ) #
uo.Ignore( "0x01695B28" ) # NPC
uo.Ignore( "0x00540F67" ) #
UO.Set('finddistance','12')
var i, t_len = 2
DIM t [ val( str( t_len ) ) ]
t[0] = "0x0191"
t[1] = "0x0190"
repeat
for i = 0 to t_len -1
uo.findtype(t[i], "-1", "ground")
If uo.FindCount() Then

If uo.getNotoriety("finditem") == 2 Then
uo.Ignore('finditem')
Else
uo.playwav("C:\1.wav")
wait( 100 )
uo.playwav("C:\1.wav")
uo.attack('finditem')
wait( 2000 )
End If
End If
next

wait( 2000 )

until false
end sub

атачит тех кто в игнор листе. галочка Track World Item стоит. 2014 работает коректно


Переделай скрипт используя сравнение найденных ID с теми что в спец списке)
на сколько я помню игноре и трек ворлд итемс плохо работало)
Last edited by admir on 2019-05-07 03:16:08, edited 1 time in total.
все для альфы , [url=http://newvlad.nm.ru/prog]здесь[/url]
модернизация ремонт продажа игровых консолей
Sky: admirka1 Москва
Post Reply