Rune Book

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
Biba
Posts: 30
Joined: 2004-07-02 12:14:09

Rune Book

Post by Biba »

How to recall from Rune Book`s second page? I try to increase numbers, but this doesnt work.
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

same method as for any other gump button, find all topics with "norbcalc" for extended info
Biba
Posts: 30
Joined: 2004-07-02 12:14:09

Post by Biba »

its a little bit complicated, im using button in book which need to specify type and color.
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

i can not understand you in a such manner
maybe you find me in ICQ online, evening/night by GMT +2
Biba
Posts: 30
Joined: 2004-07-02 12:14:09

Post 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.
BETEPAH
Expert!
Posts: 838
Joined: 2004-05-31 09:31:51
Contact:

Post 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.
Biba
Posts: 30
Joined: 2004-07-02 12:14:09

Post 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.
Biba
Posts: 30
Joined: 2004-07-02 12:14:09

Post by Biba »

At now im using pickcord metod, but this is not the best way.
BETEPAH
Expert!
Posts: 838
Joined: 2004-05-31 09:31:51
Contact:

Post 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
Last edited by BETEPAH on 2004-07-10 15:44:32, edited 1 time in total.
Все просто.
BETEPAH ™
Biba
Posts: 30
Joined: 2004-07-02 12:14:09

Post 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".
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

findtype type color
recall finditem ...
Biba
Posts: 30
Joined: 2004-07-02 12:14:09

Post by Biba »

I will try this. Anyway thx.
jjdad
Posts: 6
Joined: 2004-08-07 09:19:57

kool

Post 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
Post Reply