Hell's Knights Guild

script easy uo veterinary e pet power

« Older   Newer »
  Share  
Matoriv
view post Posted on 27/11/2013, 20:59




avrei bisogno dello script per sapere le stelline del pet e poi una moidifica ad uno script di veterinary che ho trovato in giro.
lo script cura un pet: f2 con benda f3 vas an nox e f4 in vas mani
a me servirebbe lo stesso script che faccia f2 cura pet con bende f3 cura il veleno con la magia da paladino e f4 cura pf con la magia del paladino

lo script e' questo

;==================================
; Script Name: REAL VET
; Author: EORL
; Version: 1.0
; Client Tested with: not tested
; EUO version tested with: N/A
; Shard OSI / FS: OSI
; Revision Date: 12/09/05
; Public Release: 12/09/05
; Global Variables Used: N/A
; Purpose: Heal pets
;F2 For healing with bandages
;F3 For Cure with MAgery
;F4 For healing with Magery
===================================



display ok click the pet you want to heal with the script you have 4 seconds to do this
set #targcurs 1
wait 80
set %firstpet #ltargetid
wait 20
display ok Script beggings now, press F2 for heal with bandages (VETERINARY), F3 for Cure with Magery (VAS AN NOX) and F4 for healing with Magery (IN VAS MANI)
keyloop:
onhotkey f2
gosub bandagepet
onhotkey f3
gosub curepet
onhotkey f4
gosub healpet
goto keyloop

sub bandagepet
{
finditem ZLF C_, #BACKPACKID
if findkind <> -1
{
set #lobjectid #findid
set #ltargetid %firstpet
event macro 17 0
target
event macro 22 0
wait 5
}
return
}


sub curepet
{
set #ltargetid %firstpet
event macro 15 24
target
event macro 22 0
wait 5
return
}

sub healpet
{
set #ltargetid %firstpet
event macro 15 28
target
event macro 22 0
wait 5
return
}


grazie

ok, credo di aver capito come funzionano i codici event di easy uo
la acro per chiva lììho modificata da me

;==================================
; Script Name: REAL VET
; Author: EORL
; Version: 1.0
; Client Tested with: not tested
; EUO version tested with: N/A
; Shard OSI / FS: OSI
; Revision Date: 12/09/05
; Public Release: 12/09/05
; Global Variables Used: N/A
; Purpose: Heal pets
;F2 For healing with bandages
;F3 For Cure with chiva
;F4 For healing with chiva
===================================



display ok click the pet you want to heal with the script you have 4 seconds to do this
set #targcurs 1
wait 80
set %firstpet #ltargetid
wait 20
display ok Script beggings now, press F2 for heal with bandages (VETERINARY), F3 for Cure with Magery (VAS AN NOX) and F4 for healing with Magery (IN VAS MANI)
keyloop:
onhotkey f2
gosub bandagepet
onhotkey f3
gosub curepet
onhotkey f4
gosub healpet
goto keyloop

sub bandagepet
{
finditem ZLF C_, #BACKPACKID
if findkind <> -1
{
set #lobjectid #findid
set #ltargetid %firstpet
event macro 17 0
target
event macro 22 0
wait 5
}
return
}


sub curepet
{
set #ltargetid %firstpet
event macro 15 201
target
event macro 22 0
wait 5
return
}

sub healpet
{
set #ltargetid %firstpet
event macro 15 202
target
event macro 22 0
wait 5
return
}



cmq mi serve il pet powwa calculator :P
grazie
 
Top
Matoriv
view post Posted on 27/11/2013, 21:17




magari se avete anche madara pet healer
 
Top
1 replies since 27/11/2013, 20:48   69 views
  Share