Hi Xeon, at least in my shard it works this way:
Code:
sub recall()
var ShoppingBook = "0x40101e2f"
#0x029 ->41
#,recall 0x40101e2f 41
uo.set( "norbcheck", "1" )
uo.set( "norbcalc", "1" )
uo.recall( ShoppingBook, "41" )
wait(600)
end sub
First thing:
translate ,infogump -ed rune number from Hex into Decimal
Second thing (I've spent alot of time figuring this out):
Runenumber should be quoted as a string!
BTW, if you couldn't managed to run it, look on sample recalling algorithm (I saw it in EasyUO - Project Alexandria)
Code:
uo.useobject( ShoppingBook )
wait(800)
uo.LClick( 394,396 ) #4th page
wait(800)
uo.LClick( 291,344 ) #Recall on left side
wait(1200)