Help with hotkey

Ask for help

Moderators: Murderator+, Murderator

Post Reply
paulinho4life
Posts: 45
Joined: 2004-07-20 00:14:10

Help with hotkey

Post by paulinho4life »

i tryed to make a hotkey to cast clumsy in bottles of explosion, but every time i have to put the serial of the specific bottle, (cast 'Clumsy' serial), when i put the ID, a message is printed on my screen "invalid serial index"...

Yoko, help me.
Drakull
Posts: 36
Joined: 2004-07-01 06:02:22

Post by Drakull »

I was having the same error when casting spells and it's not because of the target, but because of the way you're typing the spell name (don't use the quotes). You can try first by using ,cast Clumsy
If that works, them you can just use the spell that way: uo.exec ('cast Clumsy mybottletarget')
If not, try reducing the name (for example for casting Greater Heal i was having to use 'cast Great self' and for casting magic reflection is 'cast Magic R'. BTW... the shard I'm on is running RunUO.
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

cast 'Clumsy' serial
is equivalent to
waittargetobject serial;cast Clumsy
you may try it.
also use ,info serial first to check that item in game.
Post Reply