Search found 6 matches

by SHIN
2005-01-05 20:50:50
Forum: Scripting Ore
Topic: Script for DETECT HIDDEN
Replies: 11
Views: 11351

press 123 is war/peace mode
by SHIN
2005-01-05 20:50:12
Forum: Scripting Ore
Topic: Script for DETECT HIDDEN
Replies: 11
Views: 11351

sub Hiding()
repeat
while not UO.Hidden()
UO.Warmode("0")
uo.print("Hiding...")
UO.UseSkill("Hiding")
UO.DeleteJournal()
Repeat
Wait(10)
Until UO.InJournal("You have hidden yourself well") or UO.InJournal("You can't seem to hide here.")
wend
until uo.dead()
end sub ...
by SHIN
2005-01-05 19:43:35
Forum: Scripting Ore
Topic: Script for DETECT HIDDEN
Replies: 11
Views: 11351

Maybe these are the two parts of a macro: 1 is for hidden player and the other for detector player. But changing SUB HIDING with SUB MAIN it says FUNCTION NOT FOUND anyway..why?
by SHIN
2005-01-05 19:36:45
Forum: Scripting Ore
Topic: Script for DETECT HIDDEN
Replies: 11
Views: 11351

This macro must launched from the pg that use hiding not from the man that must detect
by SHIN
2005-01-05 19:36:01
Forum: Scripting Ore
Topic: Script for DETECT HIDDEN
Replies: 11
Views: 11351

Re: Script for DETECT HIDDEN

I need a script for INJECTION YOKO that allow a PG hiding and when someone discover him from the hiding, we RE-HIDE. He must hide only if will be discovered not continuos hide.

sub Detect_Hidden()
Var i=0
repeat
i=i+1
cheklag()
uo.UseSkill('Detect Hidden')
uo&#46 ...
by SHIN
2005-01-05 14:34:09
Forum: Scripting Ore
Topic: Script for DETECT HIDDEN
Replies: 11
Views: 11351

Script for DETECT HIDDEN

I need a script for INJECTION YOKO that allow a PG hiding and when someone discover him from the hiding, we RE-HIDE. He must hide only if will be discovered not continuos hide.