Jump to content
  • 0

[Help] Some problems and questions about scripts installed on server.


Endriex

Question

Hello everyone. I need help. I installed some scripts on my server and now i can't repair vehicles with toolbox. Further the gunner seats in helicopters doesn't work properly too :(

I installed following scripts:

- Custom Debug Monitor

- Service Point

- Custom Loading screen

- DZAI, WAI, AI Missions/bots

- Dayz Group Management

- House, Street & Tower Lights

- Vehicle Tow/ Helicopter lifting

- WPD's Action Menu

- Parts remover

 

The next problem is too high frequency of spawning AI bots. When I spawn in Chernagorsk or Elektrozaworsk I can't do anything without gun and ammo. Bots are everywhere (10-15 bots). Anyone know how to reduce it ?

 


I have next problem. 
Traders in safe zones didn't work. I have clean RPT about traders but in game, when i will trade, the buttom is not showing and working. Zoom option with right mouse buttom didn't work too. 
and the "repair vehicle" with toolbox is working but the buttom is hidden.
 
I don't know what's going on :blink:
 

Ehh... Again next problem :(

Nobody can join my server. When I try to join the game i have downloading screen... and after that I hear environment but I still have downloading screen. 

My RPT Again:

http://pastebin.com/SSmytMRp

 

 

Link to comment
Share on other sites

18 answers to this question

Recommended Posts

  • 0

Go to your DZAI, go to DZAI\init\ config.sqf:

DZAI_staticAI = true;

DZAI_respawnTimeMin = 2000;
DZAI_respawnTimeMax = 3000;

DZAI_despawnWait = 125;	
	
//Respawn limits. Set to -1 for unlimited respawns. (Default: -1 for each).
DZAI_respawnLimit0 = -1; //Respawn limit for low level AI found in low-value areas (Default: -1)
DZAI_respawnLimit1 = -1; //Respawn limit for mid level AI found in cities and other mid-value areas (Default: -1)
DZAI_respawnLimit2 = -1; //Respawn limit for high level AI found in places with military loot (Default: -1)
DZAI_respawnLimit3 = -1; //Respawn limit for very high level AI in places with high-grade military loot (Default: -1)
 
DZAI_spawnChance0 = 0.50; //Spawn chance for low-skill AI typically found in small towns (Default: 0.40)
DZAI_spawnChance1 = 0.50; //Spawn chance for mid-level AI typically found in cities and large towns (Default: 0.60)
DZAI_spawnChance2 = 0.50; //Spawn chance for high-level AI typically found in places with military-grade loot (Default: 0.80)
DZAI_spawnChance3 = 0.50; //Spawn chance for expert-level AI found in areas with high-grade military loot (Default: 0.90)
 

change the time you want the AI respawn

 

If you wanna turn off certain spawn points in some city/town

Go to DZAI\init\world_spawn_configs\world_MAPNAME.sqf 

put a "//" in front of the spawn point you wanna delete

Link to comment
Share on other sites

  • 0

I have next problem. 

Traders in safe zones didn't work. I have clean RPT about traders but in game, when i will trade, the buttom is not showing and working. Zoom option with right mouse buttom didn't work too. 

and the "repair vehicle" with toolbox is working but the buttom is hidden.

 

I don't know what's going on  :blink:

Link to comment
Share on other sites

  • 0

you see that:

21:41:00 Error in expression <playerPos, dayz_updateObjects, 10]);
};
};
>
21:41:00   Error position: <};
>
21:41:00   Error Brak {
21:41:00 File mpmissions\DayZ_Epoch_11.Chernarus\scripts\server_onPlayerDisconnect.sqf, line 74

Seems like you have messed up alot of things on your trial to install some things.

 

Best thing is to start from scratch and add one script after another, one by one and only install the next script if the previous is wokring correctly. 

After you have installed them after the tutorials and be sure they work as they should be you can start to customize them ;)

Link to comment
Share on other sites

  • 0

you see that:

21:41:00 Error in expression <playerPos, dayz_updateObjects, 10]);
};
};
>
21:41:00   Error position: <};
>
21:41:00   Error Brak {
21:41:00 File mpmissions\DayZ_Epoch_11.Chernarus\scripts\server_onPlayerDisconnect.sqf, line 74

Seems like you have messed up alot of things on your trial to install some things.

 

Best thing is to start from scratch and add one script after another, one by one and only install the next script if the previous is wokring correctly. 

After you have installed them after the tutorials and be sure they work as they should be you can start to customize them ;)

 

I did it and still I have loading screen but now my character is in game and I can walk and shoot, but i can't see anything because of this loading screen  :blink:

 

RPT Again

http://pastebin.com/2BetkDXi

Link to comment
Share on other sites

  • 0

nothing wrong in there, post your client RPT

 

I solved this problem (I think). Just after die my new character didn't load script "_survived" (It's the number of survived days in custom monitor". So I went to Navicat and I changed my new character to old by replacing 1 and 0 in "Alive" Column. 

 

The last problems are traders and gunner seats in helicopters

Link to comment
Share on other sites

  • 0

I found some fn_SelfActions from dayz_code/compile in @Dayz and @Dayz Epoch Further i added modified fn-Selfactions. Tell me if this is it.

@Dayz/dayz_code/compile/fn_SelfActions

http://pastebin.com/uTTDQwZc

@Dayz Epoch/dayz_code/compile/fn_SelfActions

http://pastebin.com/yfmGJDkP

MPMissions/instance_11.Chernarus/scripts/fn_SelfActions

http://pastebin.com/B6LZHzD8

 

I Can't find anything else  :unsure:

Link to comment
Share on other sites

  • 0

OK. Traders, removing parts from wrecks and repairing vehicles resolved. Just I replaced old fn_SelfActions to new fn_Selfactions :P

 

Next problem...

I installed Sarge AI and it didn't work. My RPT from starting script sarge.

http://pastebin.com/huSiT8KS

 

And corrupted files (with marked on error)

functions

http://pastebin.com/JdGaF7rr

AI spawn

http://pastebin.com/GQjNDV18

AI patrol

http://pastebin.com/JSX3eYer

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...