Yoko

All sides of Injection
It is currently 2026-03-10 12:57:28

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2004-08-17 18:09:16 
Offline

Joined: 2004-07-20 00:14:10
Posts: 45
What is the script, to do a action only when im poisoned ?

like..

on poisoning
cast An Nox

and what is the command to terminated a running script on the begining of other script, and in the end of that one load the another script again ?


Top
   
 Post subject:
PostPosted: 2004-08-18 07:07:12 
Offline

Joined: 2004-07-22 07:37:37
Posts: 51
Code:

sub AutoCure()

Waitforpoison:

Repeat
Wait(200)
Until UO.InJournal("You feel")

UO.Cast('Cure','self')
Wait(2000)

goto Waitforpoison

endsub



Something quick I just typed out. It's not perfect, you can tweak it however you want, but it's the gist of it. Play around with it and see what works.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 2 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited