Search found 5 matches

by Nettertje
2006-05-22 21:43:11
Forum: Scripting Ore
Topic: Auto Loot
Replies: 14
Views: 5330

how do i make it stop after looting one thing ?
by Nettertje
2006-05-22 21:37:51
Forum: Scripting Ore
Topic: command line to stop a certain script
Replies: 4
Views: 1010

command line to stop a certain script

i want to make my script stop in an IF loop

Code: Select all

if b=10 then
stop script  ==> what's the command line for this?
else
do something
by Nettertje
2006-05-22 16:57:59
Forum: Scripting Ore
Topic: dismount drink, total refresh, mount again
Replies: 3
Views: 1145

Thnx,
with injection i get this for graphic id: 0x0f0b
is this right ?


sub TotalRefresh()
var horse = uo.objatlayer("horse");
if not horse == "0x0000000" then
uo.useobject("self")
wait(500)
endif
UO.Exec("usetype 0x0f0b") ; Total ...
by Nettertje
2006-05-22 16:42:23
Forum: Scripting Ore
Topic: dismount drink, total refresh, mount again
Replies: 3
Views: 1145

Waw ! :shock:
that was fast :lol:
thanks alot !
i'll test it asap
by Nettertje
2006-05-22 14:37:38
Forum: Scripting Ore
Topic: dismount drink, total refresh, mount again
Replies: 3
Views: 1145

dismount drink, total refresh, mount again

can anyone give me this little script
i want to make a hotkey that does this script.

steps
1) dismount
2) drink total refresh
3) mount again

thnx a lot !