Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wrestling .stun command
Author Message
Snaigel
Journeyman
*

Posts: 75
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Jan 2017
Reputation: 0



Post: #1
Wrestling .stun command
Any simple script to use wrestling for doing stuns?? like with a command .stun
02-03-2017 01:04 AM
Find all posts by this user Like Post Quote this message in a reply
xwerswoodx
Journeyman
*

Posts: 86
Likes Given: 4
Likes Received: 7 in 4 posts
Joined: Jun 2012
Reputation: 0

UoMMO

Post: #2
RE: Wrestling .stun command
http://wiki.sphere.torfo.org/index.php?title=@Hit
http://wiki.sphere.torfo.org/index.php?t...DEF#Others
http://wiki.sphere.torfo.org/index.php?title=EVENTS

Code:
[FUNCTION STUN]
IF (!(<ISEVENT.e_stun>) && (<Wrestling> > 90.0))
  EVENTS +e_stun
  SYSMESSAGE You activated stun.
ELIF (<ISEVENT.e_stun>)
  EVENTS -e_stun
  SYSMESSAGE You deactivated stun.  
ENDIF

[EVENTS e_stun]
On=@Hit
IF !(<ARGO>)
  IF (rand(100) < 20)
    SRC.TAG.NOMOVETILL <EVAL <SERV.TIME> + 10>
    SRC.SAYUA @0481,,1 * Stunned *
  ENDIF
ENDIF
(This post was last modified: 02-04-2017 02:30 AM by xwerswoodx.)
02-04-2017 02:24 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)