View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002116SphereServernew feature requestpublic28-11-12 04:0315-01-14 00:43
ReporterCoruja 
Assigned ToXuN 
PrioritynormalSeverityminorReproducibilityN/A
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0002116: New extra combat flag COMBAT_PRECRIMINAL
DescriptionLike COMBAT_PREHIT (sphere.ini)

// COMBAT_PREHIT 00004 // allow prehit for close combat. first hit is instant (delay 0.1sec)

the COMBAT_PRECRIMINAL will works in the same way, but used for flag criminal actions. If I just -TRY- to attack someone I will become instantly criminal even if I cancel the attack
TagsNo tags attached.
Nightly VersionNot Available
Experimental FlagsNone
Option FlagsNone
Internal Build Number
Attached Files

- Relationships

-  Notes
(0001898)
XuN (developer)
12-01-14 09:38

You can use @HitTry for this:

ON=@HitTry
if !(<criminal>==1)
 if ( ( <NotoGetFlag <src>> == NOTO_GOOD ) || ( <NotoGetFlag <src>> == NOTO_GUILD_SAME ))
  criminal=1
 endif
endif

- Issue History
Date Modified Username Field Change
28-11-12 04:03 Coruja New Issue
12-01-14 09:38 XuN Note Added: 0001898
15-01-14 00:43 XuN Status new => resolved
15-01-14 00:43 XuN Resolution open => fixed
15-01-14 00:43 XuN Assigned To => XuN


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker