uo.recall

Ask for help

Moderators: Murderator+, Murderator

Post Reply
lost666
Posts: 4
Joined: 2005-05-18 19:16:47

uo.recall

Post by lost666 »

Hi, i'm new, i have some problem with uo.recall, i wanted to bind a key with the command

Code: Select all

recall 0x40221b91 1
to recall to the first rune of my runebook. But when i execute that command inj opens my runebook and doesn't recall, it only print

Code: Select all

Set default rune canceled

Why? Any suggestion?
lost666
Posts: 4
Joined: 2005-05-18 19:16:47

Post by lost666 »

nobody uses the uo.recall. command? :shock:
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

Use you spellbook and select need button. After this operation write in client:

Code: Select all

,infogump

and copy text from opened window here.

Sorry for my clumsy English.
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
lost666
Posts: 4
Joined: 2005-05-18 19:16:47

Post by lost666 »

here's the ,infogump output

Code: Select all

_____infogump_______
serial   0x00000000
gumpid   0x00000000
X   0
Y   0
0   packet size
0   reply packet size
Buttons: ________
Checks&Radios: __
Entryes: ________
All commands: ____
Text: ____________


:?

from what i've seen here i think there is something that doesn't work as expected :evil:

ps: i'm using client ver. 6.0.1.3 riced
Last edited by lost666 on 2007-08-31 00:39:09, edited 1 time in total.
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

In injection 2007 gumps doesn't work correctly.

Try to use this commands before recall:

Code: Select all

,set norbcheck 1
,set norbcalc 1


Also you can try use other buttons, for example:

Code: Select all

recall 0x40221b91 2
recall 0x40221b91 3
recall 0x40221b91 4

etc.

Sorry for my clumsy English :)
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
lost666
Posts: 4
Joined: 2005-05-18 19:16:47

Post by lost666 »

i tried but with no luck :(
it still opens the runebook and say

Code: Select all

Set default rune canceled
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

Eh.. you can try to use this example:

Code: Select all

uo.useobject( runebook )
checklag()
uo.lclick( x, y )


It you last chance.
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
vintagepunk
Posts: 26
Joined: 2006-02-13 18:02:06

Post by vintagepunk »

try putting in these commands ,set norbcalc 1 and ,set norbcheck 1
worked for me
Post Reply