Yoko

All sides of Injection
It is currently 2024-04-25 00:31:35

All times are UTC+02:00




Post new topic  Reply to topic  [ 178 posts ]  Go to page Previous 15 6 7 8 9 Next
Author Message
 Post subject:
PostPosted: 2006-03-03 07:33:30 
Offline
Sphere expert
User avatar

Joined: 2004-10-01 08:27:38
Posts: 1143
Location: Уфа
KuMiS wrote:
Асканели спасибо за скрипты.

Незачто ...

_________________
Сделал дело - флуди смело !!!


Top
   
 Post subject:
PostPosted: 2006-03-03 12:37:24 
Offline

Joined: 2006-02-09 11:37:25
Posts: 94
асканели если появляешься в асе авторизуй там воввана!! плиз я хочу скрипты с тобой обсудить!


Top
   
 Post subject:
PostPosted: 2006-03-03 15:17:46 
Offline
Junior Expert
User avatar

Joined: 2004-06-24 22:08:56
Posts: 3220
Askaneli wrote:
Destruction wrote:
Ну так ходилка Beyonder'а так умеет -)

Ты знаешь? Моя тоже ...

Твою не видел - кинь в ПМ ссылку на топик, в прибитый повешу.

Я ж в скриптах не разбираюсь, ламер так сказать... Приходиться самому всё писать :wink:


Top
   
 Post subject:
PostPosted: 2006-03-06 06:39:57 
Offline
Sphere expert
User avatar

Joined: 2004-10-01 08:27:38
Posts: 1143
Location: Уфа
BoBBaH wrote:
асканели если появляешься в асе авторизуй там воввана!! плиз я хочу скрипты с тобой обсудить!

аську в личку ...

_________________
Сделал дело - флуди смело !!!


Top
   
 Post subject:
PostPosted: 2006-03-06 06:40:27 
Offline
Sphere expert
User avatar

Joined: 2004-10-01 08:27:38
Posts: 1143
Location: Уфа
Destruction wrote:
Askaneli wrote:
Destruction wrote:
Ну так ходилка Beyonder'а так умеет -)

Ты знаешь? Моя тоже ...

Твою не видел - кинь в ПМ ссылку на топик, в прибитый повешу.

Я ж в скриптах не разбираюсь, ламер так сказать... Приходиться самому всё писать :wink:

Влом выкладывать чё та )))

_________________
Сделал дело - флуди смело !!!


Top
   
 Post subject:
PostPosted: 2006-03-23 10:52:25 
Offline
User avatar

Joined: 2006-02-07 19:16:37
Posts: 4
Залей на ветеринари тоже пожалуста, если есть такой... Большое СПС


Top
   
 Post subject:
PostPosted: 2006-03-29 11:47:23 
Offline
User avatar

Joined: 2006-03-28 10:45:22
Posts: 7
Location: Russian
а есть ли на прокачку Carpentry??


Top
   
 Post subject:
PostPosted: 2006-03-31 17:39:49 
Offline
Sphere expert
User avatar

Joined: 2004-10-01 08:27:38
Posts: 1143
Location: Уфа
Скрипт для фабрики ...
Code:
VAR Sunduk='0x400E90E6' ## Сундук, откуда берут айрон и кладут обратно бутылки
VAR ResCount=500 ## Количество забираемого айрона, зависит от силы игрока

sub Tinkering()
VAR LastTimer,p

uo.Exec("filterspeech clear")
uo.Exec("filterspeech on")
uo.Exec("filterspeech add 'You make the item'")
uo.Exec("filterspeech add 'The item is of'")
uo.Exec("filterspeech add 'Due to your exceptional skill, the item is of superior quality'")
uo.Exec('terminate Reconnector')
wait(1000)
uo.Exec('exec Reconnector')
wait(1000)
uo.useobject('backpack')
uo.cancelmenu()
uo.automenu('Tinkering','Tools')
uo.automenu('Tools','empty bottle (3 iron ingot)')
uo.useobject(Sunduk)
wait(1000)
LastTimer=uo.Timer()
while not uo.dead()
   ToHide()
   if uo.Timer()>(LastTimer+3000) then
      if uo.skillval("Spirit Speak",1)<1000 then
         uo.print("Spirit Speak...")
         p=0
         repeat
            p=p+1
            uo.useskill("Spirit Speak")
            uo.deletejournal()
            repeat
               wait(10)
            until uo.InJournal("netherworld") or uo.InJournal("You must wait to perform another action") or uo.dead()
         until (uo.InJournal("You establish a connection to the netherworld.")) or (p>=10) or uo.dead()
      end if
      Eda()
      LastTimer=uo.Timer()
   end if
   
   if uo.count('0x1BEF','0x0000')<30 then
      uo.FindType('0x0F0E','0x0000','backpack')
      cheklag()
      uo.moveitem('finditem','-1',Sunduk)
      wait(1000)
      uo.FindType('0x1BEF','0x0000',Sunduk)
      cheklag()
      uo.moveitem('finditem',STR(ResCount),'backpack')
      wait(1000)
      cheklag()
   end if
   
   if uo.count('0x1BEF','0x0000')<3 then
      uo.closeuo()
   end if
   
   uo.deletejournal()
   uo.usetype('0x1EBC','0x0000')
   repeat
      Wait(10)
   until uo.InJournal("You put the") OR uo.InJournal("Tinkering failed")
wend
end sub

Sub Eda()
if uo.count('0x097B','0x0000')<50 then ## Жрачка, кушаем до изнеможения
   uo.findtype('0x097B','0x0000',Sunduk)
   Cheklag()
   uo.moveitem('finditem',STR(50-uo.count('0x097B','0x0000')),'backpack')
   wait(1000)
end if
uo.deletejournal()
repeat
   uo.usetype('0x097B','0x0000')
   wait(1000)
until uo.injournal("You are stuffed!") or uo.injournal("You can't think of a way to use that item.")
end sub

Sub cheklag()
uo.deletejournal()
uo.click('backpack')
repeat
   wait(10)
until uo.InJournal("backpack")
end sub
 
Sub Reconnector()
var ReconnectTime, RFlag
ReconnectTime = '0'
RFlag = 1
Repeat
   While (uo.ObjAtLayer('Bpack') == '')
      if RFlag Then
         ReconnectTime = MakeTime()
         RFlag = 0
      endif
      Wait(70000) # WorldSave Protection
      uo.Say('')
      Wait(5000)
      uo.Say('')
      Wait(5000)
      uo.Say('')
      Wait(5000)
      uo.LDblClick(357,164)
      uo.LClick(616,459)
      Wait(5000)
   WEnd
   Wait(3000)
   if (RFlag == 0) and (ReconnectTime <> '0') Then
      uo.TextOpen()
      uo.TextPrint('Disconnected & Reconnected @ '+ReconnectTime)
      uo.RClick(196,193)
      wait(2000)
      uo.RClick(196,193)
      wait(2000)
      uo.useobject('self')
      wait(2000)
      uo.useobject('backpack')
      wait(2000)
      uo.Exec('terminate Tinkering')
      wait(5000)
      uo.Exec('exec Tinkering')
      wait(5000)
      RFlag = 1
      ReconnectTime = '0'
   endif
Until false
end sub

Sub MakeTime()
VAR D, T, Ret, i
Ret = STR(uo.Time())
T = ""
For i = 0 To Len(Ret)
   T = Ret[Len(Ret)-i] + T
   If (I == 2) OR (I == 4) Then
      T = ":" + T
   EndIf
Next
Ret = STR(uo.Date())
D = ""
For i = 0 To Len(Ret)
   D = Ret[Len(Ret)-i] + D
   If (I == 2) OR (I == 4) Then
      D = "." + D
   EndIf
Next
Ret = T + " @ " + D
RETURN Ret
end sub

Sub ToHide()
while not uo.hidden()
   uo.exec("warmode 0")
   uo.DeleteJournal()
   uo.useskill("Hiding")
   repeat
      wait(10)
   until uo.InJournal("You have hidden yourself well") or uo.InJournal("You can't seem to hide here.") or uo.InJournal("You are preoccupied with thoughts of battle.")
   if uo.InJournal("You are preoccupied with thoughts of battle.") then
      uo.exec("warmode 0")
   end if
wend
end sub

_________________
Сделал дело - флуди смело !!!


Last edited by Askaneli on 2006-04-28 06:20:51, edited 1 time in total.

Top
   
 Post subject:
PostPosted: 2006-03-31 18:50:04 
Offline
User avatar

Joined: 2006-03-28 10:45:22
Posts: 7
Location: Russian
а че за фабрика??даити скрипт на Carpentry на сервер ДРВ
P.Sа может ето тоже прилепить?*?


Top
   
 Post subject:
PostPosted: 2006-04-01 00:22:46 
Offline
Expert!
User avatar

Joined: 2004-07-04 00:14:58
Posts: 1284
Binx wrote:
а че за фабрика??даити скрипт на Carpentry на сервер ДРВ
P.Sа может ето тоже прилепить?*?
тинк хочешь прокачать?
занимай очередь ;)


Top
   
 Post subject:
PostPosted: 2006-04-03 07:17:03 
Offline
Sphere expert
User avatar

Joined: 2004-10-01 08:27:38
Posts: 1143
Location: Уфа
Sfagnum wrote:
Binx wrote:
а че за фабрика??даити скрипт на Carpentry на сервер ДРВ
P.Sа может ето тоже прилепить?*?
тинк хочешь прокачать?
занимай очередь ;)


Не тарапись. Материала то нету ...

_________________
Сделал дело - флуди смело !!!


Top
   
 Post subject:
PostPosted: 2006-04-03 11:32:29 
Offline
Expert!
User avatar

Joined: 2004-07-04 00:14:58
Posts: 1284
Askaneli wrote:
Не тарапись. Материала то нету ...
норм... как появится - может уж0 не успеть ;)


Top
   
 Post subject:
PostPosted: 2006-04-03 22:26:42 
Offline
User avatar

Joined: 2006-02-20 14:38:22
Posts: 54
Askaneli wrote:
Детект
Основному чару запускаем Detect_Hidden
Левачку соответственно Hiding
Основной до кучи качает Спирит (это уже параноя, как бы прокачать спирит)
Code:
sub Detect_Hidden()
Var i=0
repeat
i=i+1
cheklag()
uo.UseSkill('Detect Hidden')
uo.deletejournal()
repeat
wait(10)
until UO.InJournal("You can see nothing hidden there.") or UO.InJournal("You find")
if i==50 then
i=0
cheklag()
uo.useskill ("Spirit Speak")
uo.deletejournal()
repeat
wait(10)
until UO.InJournal("You establish a connection to the netherworld.") or UO.InJournal("You fail your attempt at contacting the netherworld.")
uo.usetype('0x09BB')
wait(1000)
end if
until uo.Dead()
end sub

sub Hiding()
repeat
while not UO.Hidden()
UO.Warmode("0")
uo.print("Hiding...")
UO.UseSkill("Hiding")
UO.DeleteJournal()
Repeat
Wait(10)
Until UO.InJournal("You have hidden yourself well") or UO.InJournal("You can't seem to hide here.")
wend
until uo.dead()
end sub

sub cheklag()
uo.deletejournal()
uo.click('backpack')
repeat
wait(10)
until uo.InJournal("backpack")
end sub

Вы не видете ничего и никого спрятонного в округе (Ето типо физл)
СЛух ты подправь скрипт Когда физл у меня пишит Вот ето когда он детектит или физл или тот неуспел в хайд Подправь плиз ( И спирит убери плиз)


Top
   
 Post subject:
PostPosted: 2006-04-10 14:03:37 
Offline
User avatar

Joined: 2005-01-21 10:00:30
Posts: 64
Location: 74
up :D


Top
   
 Post subject:
PostPosted: 2006-05-13 11:28:19 
Offline

Joined: 2006-04-18 08:22:07
Posts: 6
Асканели можешь выложить свой скрипт на прокачку ветеринарии, там где чар в демона морфиться и лечится.


Top
   
 Post subject:
PostPosted: 2006-05-13 12:31:22 
Offline
Expert!
User avatar

Joined: 2006-02-07 08:51:40
Posts: 1348
Location: г. Старый Оскол
Geroy wrote:
Асканели можешь выложить свой скрипт на прокачку ветеринарии, там где чар в демона морфиться и лечится.


А Тут не смотрел??!?


Top
   
 Post subject:
PostPosted: 2006-05-13 13:53:21 
Offline

Joined: 2006-04-14 10:51:44
Posts: 121
Cooper wrote:
Geroy wrote:
Асканели можешь выложить свой скрипт на прокачку ветеринарии, там где чар в демона морфиться и лечится.


А Тут не смотрел??!?
загляните в асю!:(


Top
   
 Post subject:
PostPosted: 2006-07-19 11:15:22 
Offline
Sphere expert
User avatar

Joined: 2004-10-01 08:27:38
Posts: 1143
Location: Уфа
Временно скрипты не пишутся и не выкладываются. :)

_________________
Сделал дело - флуди смело !!!


Top
   
 Post subject:
PostPosted: 2006-10-27 10:57:18 
Offline
Sphere expert
User avatar

Joined: 2004-10-01 08:27:38
Posts: 1143
Location: Уфа
Я вернулся ...

_________________
Сделал дело - флуди смело !!!


Top
   
 Post subject:
PostPosted: 2006-10-27 13:38:59 
Offline
Expert!
User avatar

Joined: 2005-09-14 15:31:58
Posts: 2152
Location: Latvia
Askaneli wrote:
Я вернулся ...


с возвращением :roll:

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


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 178 posts ]  Go to page Previous 15 6 7 8 9 Next

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 3 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