Recall

General Injection issues

Moderators: Murderator+, Murderator

Post Reply
ruso
Posts: 45
Joined: 2004-04-26 00:36:26

Recall

Post by ruso »

Как сделать рекол со скрола из рунбуки ?
Infectous
Posts: 55
Joined: 2004-07-29 16:29:52

Post by Infectous »

search for it, but to be real ignorant I will answer in english
use your book - recall
and then
type - ,infogump
look for the line near the bottom in your text window Eample
    Reply: ___________
    [000F] primary reply
    Checks&Radios (0)
    Entryes (0)
000F = 0x0f (you need this number)

add this to your scripts
    sub MRecall()
    UO.Set('norbcheck','1')
    UO.Set('norbcalc','1')
    end sub


,exec mrecall command in game will turn it on - (I read we had to do this whenever we login yet I have only ever done it once)
and then
type ,addobject myrbook - and target your book
and then
make a new hot key with the command recall myrbook 0x0f

happy trails - next time do a search Yoko explains it all over the place.

and remember to use ,saveconfig - it's a bitch redoing shit
ruso
Posts: 45
Joined: 2004-04-26 00:36:26

Post by ruso »

Its working!!
Thanks for help! +)))
Post Reply