Page 1 of 2

Leaving the combat area,Does not trigger

Posted: Tue Apr 19, 2016 12:53 pm
by bfbc1
Image

Some Servers,
Leaving the combat area,Does not trigger,
It does not become a black screen,
How to modify? Thank you !

Re: Leaving the combat area,Does not trigger

Posted: Tue Apr 19, 2016 9:23 pm
by badbaubau
bfbc1 wrote:Image

Some Servers,
Leaving the combat area,Does not trigger,
It does not become a black screen,
How to modify? Thank you !

server side in map fbrb
eg: you have
<field name="Name">CombatArea</field>
<complex name="Transform">1.0/0/0/*zero*/0/1.0/0/*zero*/0/0/1.0/*zero*/-199.408233643/114.507789612/136.07232666/*zero*</complex>
<field name="Enabled">true</field>

change with
<field name="Name">CombatArea</field>
<complex name="Transform">1.0/0/0/*zero*/0/1.0/0/*zero*/0/0/1.0/*zero*/-199.408233643/114.507789612/136.07232666/*zero*</complex>
<field name="Enabled">false</field>

:shock:

Re: Leaving the combat area,Does not trigger

Posted: Wed Apr 20, 2016 3:14 am
by bfbc1
This method,I know.
But,This is a closed combat area.
---------------------------------------------------------------------------------
normal status:
Image

---------------------------------------------------------------------------------

Server Name:
NEMOSKAL modded

You go in,will know.

NEMOSKAL modded:
Image


The server,How to Modify?

Re: Leaving the combat area,Does not trigger

Posted: Wed Apr 20, 2016 4:03 pm
by gripper
The method that NEMOSKAL modded uses is "Server.DesertingAllowed true" ;)

Re: Leaving the combat area,Does not trigger

Posted: Mon Apr 25, 2016 12:47 am
by bfbc1
gripper wrote:The method that NEMOSKAL modded uses is "Server.DesertingAllowed true" ;)


Thank You ! ;)

Re: Leaving the combat area,Does not trigger

Posted: Sat Aug 20, 2016 8:31 am
by AndyGorosito
hello! whit respect to "command" Server.DesertingAllowed true, how i can aply in my server?... i dont understand how... im search in google and others forums here... but i dont find the metod

Re: Leaving the combat area,Does not trigger

Posted: Sun Aug 21, 2016 2:26 am
by amgaming
Add it to the admin scripts or in your console.

Re: Leaving the combat area,Does not trigger

Posted: Sun Aug 21, 2016 5:24 am
by AndyGorosito
amgaming wrote:Add it to the admin scripts or in your console.


thanks for answering!

in startup.txt??? and im not find the console, the frostbyte console when the server start?

Re: Leaving the combat area,Does not trigger

Posted: Sun Aug 21, 2016 5:41 am
by AndyGorosito
I forgot to mention... im add the command in startup.txt in adminscripts folder, and the log return this:

[UTC 07/21/2016 05:39:26.407] Command Request(0): Server.DesertingAllowed true
[UTC 07/21/2016 05:39:26.407] Command Response(0): UnknownCommand
[UTC 07/21/2016 05:39:26.441] Event Request(0): player.onChat Server "Scoring disabled due to too few players" all
[UTC 07/21/2016 05:39:26.449] Event Request(1): server.onLoadingLevel Levels/MP_002 1 2

Re: Leaving the combat area,Does not trigger

Posted: Thu Aug 25, 2016 6:55 am
by gripper
This command is for use with Server console, not Procon console.
As R34 Server has no console, you can use my tool.
NEMOSKALconfig.zip
(6.53KiB)Downloaded 614 times