Yoko

All sides of Injection
It is currently 2026-05-02 12:59:46

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 

dumb question?
yes 100%  100%  [ 2 ]
no 0%  0%  [ 0 ]
Total votes: 2
Author Message
PostPosted: 2008-05-22 09:10:46 
Offline

Joined: 2008-05-22 09:01:04
Posts: 4
I play on a sphere server version .51a. and the server i play on uses 2 types of scrolls for PVP, XUO and NOS scrolls. my problem is that they are the same graphic and color so i cannot make a separate macro for each scroll. Is there a way i can use the item id of the scroll for a hot key command? i am running yoko 505.18 any help would be much appreciated.


:twisted: will :twisted:


Top
   
 Post subject:
PostPosted: 2008-05-22 09:47:32 
Offline

Joined: 2008-05-22 09:01:04
Posts: 4
This is my script but it wont work for some reason.


sub scroll_xuo_last()
uo.exec("waittargetlast")
uo.exec("useid 0x4001ADF6")
end sub

something wrong with that?


Top
   
 Post subject:
PostPosted: 2008-05-22 10:27:05 
Offline
User avatar

Joined: 2005-04-04 18:23:12
Posts: 187
You must use TYPE of scroll, not ID

sub scroll_xuo_last()
uo.exec("waittargetlast")
uo.findtype ('type of scroll', -1, 'backpack')
uo.useobject ('finditem')
end sub


Top
   
 Post subject:
PostPosted: 2008-05-22 11:55:40 
Offline

Joined: 2008-05-22 09:01:04
Posts: 4
thats the thing man the types are the same for both types of scrolls.


sub scroll_nos_last()
uo.exec("waittargetlast")
uo.exec("usetype 0x1F5F")
end sub

sub scroll_xuo_last()
uo.exec("waittargetlast")
uo.exec("usetype 0x1F5F")
end sub

anyway to get around this?


Top
   
 Post subject:
PostPosted: 2008-05-22 12:14:38 
Offline

Joined: 2004-07-29 16:29:52
Posts: 55
yes

2 containers, grab a couple pouches & put one if each in either

uo.findtype ('type of scroll', -1, 'container1')

uo.findtype ('type of scroll', -1, 'container2')


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 0 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:  
Powered by phpBB® Forum Software © phpBB Limited