Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » Finished MUD Scripts
Fawl
Beginner


Joined: 25 Jul 2005
Posts: 18
Location: USA

PostPosted: Mon Jul 25, 2005 9:13 pm   

Txt. Targeting,reporting,slayer script.
 
Targeting + Safety Catch feature

Pretty much... I have three variables. Two for the target. One for your choice of attack. Litterally everything here is one hundred percent able to work on any site. Why? everything here is run by Z-mud. Although, you might have to change the triggers at the bottom as some muds use diffrent things instead of (has arrived) or (is here).

Now to set target (tI), enter "t1 Unluckybastardsnamehere". To choose your attack, enter "aa attackyourgoingtouseagainstunluckbastardhere".

Now at this point, the script is not active and is in its safety switch mode. This is for quests or you want to wait till he attacks first or something to that affect. Ne-ways. Enter "1". At this point you would channel (speak) to the current speaking pathway (variable chn) that you set by entering "chn damnchannelsaytellmusicflameguildtell", you would set the variable pt as tI, which in affect activates the script targeting..

In summary

>t1 bastard
>aa backstab
>chn guildtell
> 1

--you tell your guild ..Im attacking bastard with backstab...

..now its kickass time..

..Also have status alias which shows who you currently have as target
...Reset alias basicly wipes out your target list


#ALIAS t1 {#variable tI}
#ALIAS status {#say attacking.....@tI;#say skill..... @kill}
#ALIAS aa {#variable kill}
#ALIAS reset {#variable pt _Nobody_;#variable tI _Nobody_}
#ALIAS 1 {#variable pt @tI;@chn I shall stake the head of @pt with @kill}
#ALIAS chn {#variable chn}
#VAR pt {_Nobody_}
#VAR tI {_Nobody_}
#VAR kill {Kill}
#VAR chn {gt}
#TRIGGER {@pt has arrived.} {@kill @pt}
#TRIGGER {@pt is here.} {@kill @pt}



>May 20,2006 meh...forgot to put how this targeting program works...


Last edited by Fawl on Sun May 21, 2006 3:04 am; edited 9 times in total
Reply with quote
Fawl
Beginner


Joined: 25 Jul 2005
Posts: 18
Location: USA

PostPosted: Mon Jul 25, 2005 9:19 pm   
 
edit


Last edited by Fawl on Fri May 05, 2006 1:52 am; edited 1 time in total
Reply with quote
Broksonic
Novice


Joined: 16 Mar 2001
Posts: 38
Location: USA

PostPosted: Tue Jul 26, 2005 10:26 pm   
 
hmm which mud was this written for?
Reply with quote
Fawl
Beginner


Joined: 25 Jul 2005
Posts: 18
Location: USA

PostPosted: Wed Jul 27, 2005 2:51 pm   
 
edited


Last edited by Fawl on Fri May 05, 2006 1:51 am; edited 1 time in total
Reply with quote
Fawl
Beginner


Joined: 25 Jul 2005
Posts: 18
Location: USA

PostPosted: Wed Jul 27, 2005 3:07 pm   
 
Edit
Reply with quote
Fawl
Beginner


Joined: 25 Jul 2005
Posts: 18
Location: USA

PostPosted: Thu May 04, 2006 4:00 am   
 
edited
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » Finished MUD Scripts All times are GMT
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum

© 2009 Zugg Software. Hosted by Wolfpaw.net