Help needed! stuck on waiting for character to create

matt6950

New Member
Hello.

I was editing the sell and buy price in Dayz Epoch. Now the server is stuck at Waiting for character to create." screen.


Here is the RTP: http://pastebin.com/Nt1Bnp4G

ONLY traders_Data has been modified, and only the sell and buy values changed.

We stupidly did not make a backup of this before doing so, but we would like to try to fix the issue rather than have to resort back. could someone please help out.

Skype: automaticmb, I will give a small something to whoever can fix this for me.
 
  1. 5:06:19 Error in expression < compile format ["%1",_data];
  2. _status = _result select 0;

  3. if (_status == "Objec>
  4. 15:06:19 Error position: <_result select 0;

  5. if (_status == "Objec>
  6. 15:06:19 Error Undefined variable in expression: _result
  7. 15:06:19 File z\addons\dayz_server\system\server_monitor.sqf, line 269
  8. 15:06:19 Error in expression <status = _result select 0;

  9. if (_status == "ObjectStreamStart") then {
  10. _val = _r>
  11. 15:06:19 Error position: <== "ObjectStreamStart") then {
  12. _val = _r>
  13. 15:06:19 Error Generic error in expression

Somthing is wrong in the server monitor if you dont have anything custom with it i would just get a fresh copy of it and then see how it works
 
More likely you messed up in the database, check everything you have implemented make sure you are not missing any commas or quotes
 
Back
Top