Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
LOS attack?
|
Author |
Message |
x77x 
Master
 
Posts: 488
Likes Given: 0
Likes Received: 15 in 15 posts
Joined: Mar 2012
Reputation: -4
![]()
|
RE: LOS attack?
so its not possible, =(
how can you keep them hidden, stop them from walking around? they just walk around and unhide then hide
also
how can i get the fire soldiers to attack with fire? they arent using the invis spellbook i gave them!
what would be amazing is throw torches and when they hit the ground, fire field goes off =)
and/or
how can i get them to throw rocks like ogres do?
what about something like...
Code:
ON=@Create
SRC.FLAGS |= statf_freeze
Code:
[events e_ambush]
ON=@NPCSeeNewPlayer//TO INTERACT WITH PLAYERS
//ON=@click//TO INTERACT WITH PLAYERS
IF (<SRC.TAG0.MILITARY>)
IF !(<SRC.TAG0.ARMYNUMBER>==<TAG0.ARMYNUMBER>)
ATTACK <SRC>
ELIF (<SRC.FLAGS>&statf_criminal) || (<SRC.KILLS> >= 3 ) || (<SRC.KARMA> <= -2000 )//ATTACK MILITARY CRIMINALS
Say Beat it military criminal!
ATTACK <SRC>
ELIF (<SRC.MEMORYFINDTYPE.0400.LINK> > 040004010)//ATTACK every PLAYER made guild
ATTACK <SRC>
ENDIF
ELSEIF (<SRC.FLAGS>&statf_criminal) || (<SRC.KILLS> >= 3 ) || (<SRC.KARMA> <= -2000 )//ATTACK CIVILIAN CRIMINALS
Say Beat it civilian criminal!
ATTACK <SRC>
ENDIF
ON=@CombatStart
FLAGS & =~ statf_freeze
ON=@CombatEnd
FLAGS |= statf_freeze
Dragons of Time 2000-2020
http://dragonsoftime.com
(This post was last modified: 10-30-2016 06:41 AM by x77x.)
|
|
10-30-2016 06:15 AM |
|
|
Messages In This Thread |
RE: LOS attack? - x77x - 10-30-2016 06:15 AM
|
User(s) browsing this thread: 1 Guest(s)