Yoko

All sides of Injection
It is currently 2025-12-19 10:28:57

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 2006-05-22 14:37:38 
Offline

Joined: 2006-04-30 19:24:28
Posts: 5
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 !


Top
   
 Post subject:
PostPosted: 2006-05-22 16:27:48 
Offline
Junior Expert
User avatar

Joined: 2004-06-24 22:08:56
Posts: 3220
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.


Top
   
 Post subject:
PostPosted: 2006-05-22 16:42:23 
Offline

Joined: 2006-04-30 19:24:28
Posts: 5
Waw ! :shock:
that was fast :lol:
thanks alot !
i'll test it asap


Top
   
 Post subject:
PostPosted: 2006-05-22 16:57:59 
Offline

Joined: 2006-04-30 19:24:28
Posts: 5
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


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