Search found 3 matches

by mordred
2005-02-28 05:25:39
Forum: General
Topic: problem with hotkeys and objects
Replies: 2
Views: 3604

problem with hotkeys and objects

every time a log in to my shard my hotkeys and objects are gone. i've used yoko injection on other shards and never had this problems before. Anyone has an idea of what's happening?. i do know how to save hotkeys or objects so that isn't the problem...
by mordred
2004-12-11 00:05:04
Forum: General
Topic: translation
Replies: 3
Views: 1479

translation

Hi, I wanted to know how do the other users read the topics of this forum. I used an online translator from russian to english but the results weren't very helpful. Please can anyone recommend a good online translator or other way to read the russian topics? I have some questions and I'm sure the ...
by mordred
2004-08-17 03:58:24
Forum: General
Topic: invalid serial index
Replies: 3
Views: 2607

invalid serial index

recently i'm getting this message when I'm casting spell on combat.
I use this script for casting some spells:

sub Harm()
if UO.Count("0x1F38")>0 then
UO.Exec("usetype 0x1F38")
UO.Exec("waittargetlast")
else
UO.Print("No pergas PKT!!")
UO.Exec("cast Harm last")
end if
end ...