|
Fawl Beginner
Joined: 25 Jul 2005 Posts: 18 Location: USA
|
Posted: 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 |
|
|
|
Fawl Beginner
Joined: 25 Jul 2005 Posts: 18 Location: USA
|
Posted: 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 |
|
|
|
Broksonic Novice
Joined: 16 Mar 2001 Posts: 38 Location: USA
|
Posted: Tue Jul 26, 2005 10:26 pm |
hmm which mud was this written for?
|
|
|
|
Fawl Beginner
Joined: 25 Jul 2005 Posts: 18 Location: USA
|
Posted: 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 |
|
|
|
Fawl Beginner
Joined: 25 Jul 2005 Posts: 18 Location: USA
|
Posted: Wed Jul 27, 2005 3:07 pm |
Edit
|
|
|
|
Fawl Beginner
Joined: 25 Jul 2005 Posts: 18 Location: USA
|
Posted: Thu May 04, 2006 4:00 am |
edited
|
|
|
|
|
|