Search found 6 matches
- 2007-03-01 00:54:17
- Forum: I need script!
- Topic: I need help :-\
- Replies: 4
- Views: 1855
- 2007-02-27 18:54:05
- Forum: I need script!
- Topic: I need help :-\
- Replies: 4
- Views: 1855
- 2007-02-27 08:47:14
- Forum: I need script!
- Topic: I need help :-\
- Replies: 4
- Views: 1855
I need help :-\
How can i record a path and follow it :-\ ??
Edit ok i found how to record the path (but is it a good way ?)
sub record_path()
var x
var y
var path=""
UO.DeleteJournal()
Repeat
x=UO.GetX()
y=UO.GetY()
if waitNewPos(x,y) ...
Edit ok i found how to record the path (but is it a good way ?)
sub record_path()
var x
var y
var path=""
UO.DeleteJournal()
Repeat
x=UO.GetX()
y=UO.GetY()
if waitNewPos(x,y) ...
- 2007-02-15 23:01:58
- Forum: I need script!
- Topic: Healin script
- Replies: 4
- Views: 2225
- 2007-02-15 00:17:54
- Forum: I need script!
- Topic: Healin script
- Replies: 4
- Views: 2225
- 2007-02-14 08:20:12
- Forum: I need script!
- Topic: Healin script
- Replies: 4
- Views: 2225
Healin script
Hi everyone ! i need your help :-\ (and im french so sorry for the bad english)
Im trying to make a Script... seriously ! no but
I got an item who give me 15 str, 15 intel, 15 dex ... si what i wanna do is
equip the item so my life will be 165 insteed of 150
usetype bandage
target self ...
Im trying to make a Script... seriously ! no but
I got an item who give me 15 str, 15 intel, 15 dex ... si what i wanna do is
equip the item so my life will be 165 insteed of 150
usetype bandage
target self ...