Page 1 of 1

Rune Book

Posted: 2004-07-03 11:50:56
by Biba
How to recall from Rune Book`s second page? I try to increase numbers, but this doesnt work.

Posted: 2004-07-03 14:53:02
by Yoko
same method as for any other gump button, find all topics with "norbcalc" for extended info

Posted: 2004-07-03 16:44:18
by Biba
its a little bit complicated, im using button in book which need to specify type and color.

Posted: 2004-07-03 21:04:01
by Yoko
i can not understand you in a such manner
maybe you find me in ICQ online, evening/night by GMT +2

Posted: 2004-07-04 15:07:45
by Biba
This item (RB type) is same type like item with another color, then i need macro to recall on another page in RB(this item) with same type, but different color.

Posted: 2004-07-07 19:42:31
by BETEPAH
Try to use number of rune ( not type or color)
I think number metod is beter ........

Try to do this:
In UO
,set norbcheck 1 (need last version of inject,download from Yoko)
,set norbcalc 1 (need last version of inject,download from Yoko)
Open your runebook ,reccal to number of rune you want to know,after that type ,infogump
Inject well open text window....find line
Reply: ___________
[0015] primary reply
Checks&Radios (0)
Entryes (0)

0015 is the number of rune (in hex),use calculator and transfer 0015 in dex mode (21) ...
Then use such script

sub SaveR()
uo.exec("recall 0x401668D9 21")
end sub

where 0x401668D9 -ID of your runebook
and 21 number of rune ....... in practic it must work whith "page's"

This metod removes problems whith "color" because you use NUMBER.
Try.

Posted: 2004-07-10 15:23:02
by Biba
BETEPAH wrote:Try to use number of rune ( not type or color)
I think number metod is beter ........

Try to do this:
In UO
,set norbcheck 1 (need last version of inject,download from Yoko)
,set norbcalc 1 (need last version of inject,download from Yoko)
Open your runebook ,reccal to number of rune you want to know,after that type ,infogump
Inject well open text window....find line
Reply: ___________
[0015] primary reply
Checks&Radios (0)
Entryes (0)

0015 is the number of rune (in hex),use calculator and transfer 0015 in dex mode (21) ...
Then use such script

sub SaveR()
uo.exec("recall 0x401668D9 21")
end sub

where 0x401668D9 -ID of your runebook
and 21 number of rune ....... in practic it must work whith "page's"

This metod removes problems whith "color" because you use NUMBER.
Try.

Thats fine, i do this before too, but problem is in another place. I dont know how to recall using RB witch specified type and color. I cant use ID, its different in every item. This is not recalling himself, but something another.

Posted: 2004-07-10 15:23:47
by Biba
At now im using pickcord metod, but this is not the best way.

Posted: 2004-07-10 15:40:56
by BETEPAH
Hm.......first time heard about it........

Runebook thats everytime change ID.......god help me

Maybe try to use Type of Runebook

Like......
sub SaveR()
uo.exec("recall '0x0EFA','0x0510' 21")
end sub

Posted: 2004-07-10 15:43:53
by Biba
Thats not Rune Book, but something else. I got 10 items of that type in backpack, and after i use 1 then i delete him. I dont know how to write command to recall witch "type" and "color".

Posted: 2004-07-10 16:05:09
by Yoko
findtype type color
recall finditem ...

Posted: 2004-07-10 17:12:26
by Biba
I will try this. Anyway thx.

kool

Posted: 2005-01-11 05:10:59
by jjdad
im going to try this script, because im making a lumber/carp/sell script which will lumber, untill i have a certain weight and then it will carp then rune to the vendor and sell the items, rune back to trees and start lumbering :D and it will loop