Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Jnkbller

Members
  • Posts

    31
  • Joined

  • Last visited

  1. Not sure if you have resolved this issue yet or not but the same thing happened to several players on my server for the first month before I figured it out. Apparently, it has to do with the Varchar length of the hitpoints column of the player table in the database. Change the value from 24 to 1023 and that will solve your problem. Good luck!
  2. Has anyone been able to install the Epoch Chernarus map version 1.0.6.2 using the Survival Servers CPanel? I have tried several times to install it and continue to get wait for host when I try to join the server. Also, nothing seems to be loading (RPT pasted below). Is there some sequence of event I need to do to get this installed? Thanks for any help I can get! Jnkbller ===================================================================== == C:\sspanel\gameservers\arma2\15954\arma2oaserver.exe == "C:\sspanel\gameservers\arma2\15954\arma2oaserver.exe" -mod=@DayZ_Epoch;@DayZ_Epoch_Server -ip=207.244.146.179 -port=2302 -profiles=Admin -config=Admin\server.cfg -cfg=Admin\arma2.cfg -name=Admin -nolog ===================================================================== Exe timestamp: 2018/01/02 17:26:16 Current time: 2018/01/03 15:55:05 Version 1.63.131129 15:55:05 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303 15:55:06 Connected to Steam servers ErrorMessage: Include file z\addons\dayz_code\gui\description.hpp not found.
  3. Thanks so much! I have sent you my mission PBO via email.
  4. Hi Overlord, thanks for the reply. I don't use TS. How can I get the mission file to you other than TS? Can I upload or attach it here somehow? Thanks! Jnkbller
  5. Hi there, ​ ​I've noticed that the prices in the traders allow you to purchase M24 rounds for 100 coins, convert them to DMR mags and sell them for 3000 coins, making a hefty profit. I tried to change the prices here: ​ ​\dayz_code\configs\category\SniperRifleAmmo.hpp ​ ​But it doesn't change the prices at the trader. If anyone has the time to help me out and take a look at my mission file (attached) I would really appreciate it. ​ ​Thanks for your help! ​ ​Jnkbller
  6. Well, as you know I recently installed Coins and Global Banking. I also recently installed the latest Wicked AI version that has been updated for 1.0.6.1. That said, I don't believe those scripts are the cause because this has been going on since the server went live, about two years ago. I have ignored it but now that I am getting more players on my server I feel I need to address it. I posted this on the Epoch forums and received a reply from Salival, who is a well respected moderator and scripter there, and said that I needed to update my Infistar Antihack. I thought I was running the latest version but have no idea how to check. I submitted a support ticket to SS asking them to check and to update it. I will check out the server_playersync.sqf file but I honestly don't know what to even look for. Thanks! Jnkbller
  7. Hey All, Just wanted to check in to see if any of you have experienced this issue or maybe have a fix for it. I am running an Epoch 1.0.6.1 server and players have been dying and then are spawned back to their bodies with full gear, essentially duping themselves. This has happened to several players (maybe all) at one time or another. When they die, the death message appears twice (and sometimes three times) in the bottom left of the screen. Any one have any ideas? Thanks! Jnkbller
  8. Right you are Overlord, It was my fn_selfActions.sqf in my mission pbo that was not displaying options on the bankers in the traders. I did a diffmerge on the one in my mission file and the one that came with the ZSC and now it works like a charm. Thanks for your help! Jnkbller
  9. Okay, so I got the guy to show up in the traders but nothing happens when I mouse wheel on him. Any ideas? Was wondering if adding this line: ZSC_bankObjects = ["Functionary1_EP1_DZ"]; // Array of objects that are available for banking (i.e Suitcase, Info_Board_EP1) to: global_banking\dayz_code\init\variable.sqf Would make a difference? Going to try it tonight. Thanks! Jnkbller
  10. Okay, so this part has got me a bit confused. Here are the instructions with my edits and questions in red: Copy the following directory to your dayz_server folder: dayz_server\bankTraders (I put this into my mission pbo at first in the addons folder, then I tried it again in the root of the server pbo. Do I need to put this in a folder called addons?) In mission\init.sqf find this line: execVM "\z\addons\dayz_server\traders\chernarus11.sqf"; //Add trader agents add this line directly below: execVM "\z\addons\dayz_server\bankTraders\chernarus.sqf"; //Add banking agents Here is the code from my init.sqf: if (isServer) then { call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf"; call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf"; execVM "\z\addons\dayz_server\traders\chernarus11.sqf"; //Add trader agents //Get the server to setup what waterholes are going to be infected and then broadcast to everyone. if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";}; // Lootable objects from CfgTownGeneratorDefault.hpp if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\MainLootableObjects.sqf"; //Bank Traders for Global Banking execVM "\z\addons\dayz_server\bankTraders\chernarus.sqf"; //Add banking agents }; }; Does the last line need to be right under the "execVM "\z\addons\dayz_server\traders\chernarus11.sqf"; //Add trader agents" line? You can chose from the following files depending on your map: chernarus.sqf lingor.sqf namalsk.sqf napf.sqf panthera.sqf tavi.sqf Thanks! Jnkbller
  11. Ah, the second part is the part I did not do. Thanks so much for your help!
  12. Yes, I've seen on other servers that there is a guy or a sometimes a little shack with a guy that works as the ATM where you can deposit all of your coins to the global banking account. I need to figure out how to add that guy or ATM. If anyone knows please give me a heads up. Thanks! Jnkbller
  13. Me again, Okay, so I see that you can save coins into the safe and lockboxes. Pretty cool. But what is the bank icon for? No amounts are showing in there when I save to the bank via the safe. Is it supposed to be showing an amount? I would think it would show the global amount of all your coins in all of your safes and lockboxes but that might be wishful thinking. Anyone know how it's supposed to work? Thanks! Jnkbller
  14. Hi again, So I got it working! No more script kicks. But now I am confused as to how move coins into the bank. I installed global banking as well and have the icon for the bank in the UI. But how do I move money into it? I don't see ATMs at the traders. Any ideas? Thanks! Jnkbller