Register forum user name Search FAQ

Gammon Forum

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...

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 &quot;Attacker&quot;, &quot;%1&quot; 
World.setstatus &quot;Current Target = &quot; &amp; Cstr (world.getvariable (&quot;attacker&quot;))</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,479 views.

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.