About new core fix

Archive of the older Feature Request Forum Posts
Locked
VeNdOr
Apprentice Poster
Posts: 52
Joined: Tue Feb 07, 2006 10:36 am

About new core fix

Post by VeNdOr »

Changed: Regen after being damaged delay was changed from 10 seconds to 2 seconds.
Changed: Regen delay after changing warmode was changed from 5 seconds to 2 seconds.
Fixed: Attack Request will be automatically denied if Defender.serial == attacker.serial.

it would be better if these settings could be handled from servspecopt.cfg
and not hard-coded. In my shard i don't want to avoid the suicide of a player by core.

Thks :)
User avatar
CWO
POL Expert
Posts: 1160
Joined: Sat Feb 04, 2006 5:49 pm

Post by CWO »

theres so many things you can do though like .suicide...
VeNdOr
Apprentice Poster
Posts: 52
Joined: Tue Feb 07, 2006 10:36 am

Post by VeNdOr »

CWO wrote:theres so many things you can do though like .suicide...
no, i want it in the attack core because it must even happen accidentally, not only, when players want it.
User avatar
CWO
POL Expert
Posts: 1160
Joined: Sat Feb 04, 2006 5:49 pm

Post by CWO »

unless you have some type of accident system where the target changes (which is where you can put the suicide anyway) it can basically only be done purposely. It happens by the combo of TargetNext AttackLast client macros.
VeNdOr
Apprentice Poster
Posts: 52
Joined: Tue Feb 07, 2006 10:36 am

Post by VeNdOr »

CWO wrote:unless you have some type of accident system where the target changes (which is where you can put the suicide anyway) it can basically only be done purposely. It happens by the combo of TargetNext AttackLast client macros.
Exactly i want, that when a player use target next and target last, in combat can wrong and kill himself, accidentally.
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm

Post by MuadDib »

I will see about making these all settable in one form or another, for the next core release. The flag SingleCombat is already added for the combat deal. It defaults to block it though.
VeNdOr
Apprentice Poster
Posts: 52
Joined: Tue Feb 07, 2006 10:36 am

Post by VeNdOr »

MuadDib wrote:I will see about making these all settable in one form or another, for the next core release. The flag SingleCombat is already added for the combat deal. It defaults to block it though.
thks :D
Locked