Yoko

All sides of Injection
It is currently 2025-11-11 00:54:56

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Про лошадь
PostPosted: 2007-07-01 22:36:34 
Offline

Joined: 2007-07-01 21:23:58
Posts: 82
Помогите пожалуйста!! Посмотрел скрипты про то как слазить с лошади и атаковать, но мне нужен скрипт на то чтобы я просто слазил с лошади потом нажимал ту же кнопку и на нее садился то есть без всяких all kill итд. Попробывал выкинуть из скрипта эту строчку выдает ошибку. Напишите пожалуйста как правильно.


Top
   
 Post subject:
PostPosted: 2007-07-01 22:41:31 
Offline
User avatar

Joined: 2007-04-21 14:06:19
Posts: 79
Code:
sub horse() 
var Horse='0x001FB485'; <- Ид животного на котором ездишь!
If NOT UO.ObjAtLayer('Horse') Then
UO.UseObject(Horse)
Else
UO.UseObject('self')
EndIf
end sub


Чтобы узнать ид ,info таргетом на живность)
копируешь ИД ставишь в скрипт и вуаля)

_________________
Adept DRW


Top
   
 Post subject:
PostPosted: 2007-07-01 22:44:21 
Offline
User avatar

Joined: 2004-12-30 18:13:16
Posts: 175
Location: Russia
Слезать с животного нужна просто ? т.е чтобы животное тебя било и ты выходил из парализа ?


Code:
#С алл килом
sub Horse()
If UO.ObjAtLayer('Horse') Then
UO.useobject('self')
wait(100)
UO.MSG('All Kill')
UO.WaitTargetObject('lasttarget')
Else
wait(100)
UO.WarMode(0)
wait(100)
UO.Useobject('0x01550015') #ID животного
End If


Code:
sub uorypt_mana_give_выродок_обрезаный_для_кавота()
UO.UseObject('self')
wait(2650)
UO.WarMode(0)
If UO.GetDistance('0x012D0CA7')<4 Then
UO.UseObject('0x012D0CA7')
else
UO.Print("Please approach closer to an animal!")
Endif
end sub

_________________
Design, webdev, coding, c#, php, asp.net, xml, perl, sql, ajax, drawing, illustrating, restoration, photo, photoshop, schedule, pron, guitar, lead-guitar, js, jsp, java, dom, html, *nix, struts, cs, etc


Top
   
 Post subject:
PostPosted: 2007-07-01 23:05:11 
Offline

Joined: 2007-07-01 21:23:58
Posts: 82
спасибо огромное


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 1 guest


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