Search found 6 matches
- 2007-03-01 00:54:17
- Forum: I need script!
- Topic: I need help :-\
- Replies: 4
- Views: 2063
- 2007-02-27 18:54:05
- Forum: I need script!
- Topic: I need help :-\
- Replies: 4
- Views: 2063
- 2007-02-27 08:47:14
- Forum: I need script!
- Topic: I need help :-\
- Replies: 4
- Views: 2063
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) then
path=path+extract_dir(x,y,UO.GetX(),UO.GetY ...
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) then
path=path+extract_dir(x,y,UO.GetX(),UO.GetY ...
- 2007-02-15 23:01:58
- Forum: I need script!
- Topic: Healin script
- Replies: 4
- Views: 2399
- 2007-02-15 00:17:54
- Forum: I need script!
- Topic: Healin script
- Replies: 4
- Views: 2399
- 2007-02-14 08:20:12
- Forum: I need script!
- Topic: Healin script
- Replies: 4
- Views: 2399
Healin script
Hi everyone ! i need your help :-\ (and im french so sorry for the bad english)
Im trying to make a Script... :P 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
if ...
Im trying to make a Script... :P 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
if ...