Yoko
http://forum.yoko.com.ua/

dismount drink, total refresh, mount again
http://forum.yoko.com.ua/viewtopic.php?f=20&t=7741
Page 1 of 1

Author:  Nettertje [ 2006-05-22 14:37:38 ]
Post subject:  dismount drink, total refresh, mount again

can anyone give me this little script
i want to make a hotkey that does this script.

steps
1) dismount
2) drink total refresh
3) mount again

thnx a lot !

Author:  Destruction [ 2006-05-22 16:27:48 ]
Post subject: 

Code:
sub TotalRefresh()
var horse = uo.objatlayer("horse");
if not horse == "0x0000000" then
   uo.useobject("self")
endif
uo.usetype(TYPE, COLOR) ; Total Refresh
if not horse == "0x0000000" then
   uo.useobject(horse)
endif
endsub


You can insert pause or checklag() in this script.

Author:  Nettertje [ 2006-05-22 16:42:23 ]
Post subject: 

Waw ! :shock:
that was fast :lol:
thanks alot !
i'll test it asap

Author:  Nettertje [ 2006-05-22 16:57:59 ]
Post subject: 

Thnx,
with injection i get this for graphic id: 0x0f0b
is this right ?

Code:
sub TotalRefresh() 
var horse = uo.objatlayer("horse");
if not horse == "0x0000000" then
   uo.useobject("self")
   wait(500)
endif
   UO.Exec("usetype 0x0f0b") ; Total Refresh
    wait(500)
if not horse == "0x0000000" then
   uo.useobject(horse)
endif
endsub

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/