Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ MUSHclient
➜ VBscript
➜ Odd DBZ:FE code...
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Aryzure
(3 posts) Bio
|
| Date
| Wed 01 Oct 2003 12:07 AM (UTC) |
| Message
| I use to know this code that allows you to type PK ____ and it would be set to my aliases like sw would be sweep PKtarget. Heres the code, but i dont know how to use it. sub OnAttacker (Triggername, triggerline, arrWildCards)
Dim Sense
Sense = split (arrWildCards (1))
world.SetVariable "Attacker", sense (ubound (sense))
World.setstatus "Current Target = " & Cstr (world.getvariable ("attacker"))
End Sub | | Top |
|
| Posted by
| Poromenos
Greece (1,037 posts) Bio
|
| Date
| Reply #1 on Wed 01 Oct 2003 09:08 AM (UTC) |
| Message
|
<aliases>
<alias
match="^PK[ ]+(.*?)$"
enabled="y"
regexp="y"
send_to="12"
ignore_case="y"
sequence="100"
>
<send>world.SetVariable "Attacker", "%1"
World.setstatus "Current Target = " & Cstr (world.getvariable ("attacker"))</send>
</alias>
</aliases>
Copy everything, go to the aliases window and press the Paste button, should work. |
Vidi, Vici, Veni.
http://porocrom.poromenos.org/ Read it! | | Top |
|
| Posted by
| LazzerCurry
(3 posts) Bio
|
| Date
| Reply #2 on Wed 17 Mar 2010 11:49 PM (UTC) |
| Message
| | I was wondering if anyone happens to have the code base for DBZ:FE ? | | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
15,476 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top