Search results

  1. D

    Migrating From Reality to Default Database Schema

    INSERT IGNORE INTO NEWDATABASE.object_classes (Classname, Chance, MaxNum, Damage) SELECT class_name, 0.50, limit_max, 0.05000 FROM vehicle INSERT IGNORE INTO NEWDATABASE.object_spawns (Classname, Worldspace, Inventory, Hitpoints) SELECT vehicle.class_name, worldspace, vehicle.inventory...
  2. D

    dayz 1.8 error

    thanks got it so people can join now. and yeah i did the filters but that wasnt my problem.
  3. D

    dayz 1.8 error

    tried a vanilla install and still cant login. here is the full error. "STARTING LOGIN: ["73046534",B 1-1-A:1 (zoom zoom) REMOTE]" 19:35:39 "LOGIN ATTEMPT: "73046534" zoom zoom" 19:35:39 "LOGIN LOADED: B 1-1-A:1 (zoom zoom) REMOTE Type: Survivor1_DZ" 19:35:51 "Player UID#73046534 CID#...
  4. D

    dayz 1.8 error

    well to get rid of the error do no tbuild with care packages or wrecks but im still not able to spawn in only error i have in rpt log now is "ERROR: Cannot Sync Character zoom zoom as no characterID" and i always use the version number when i build the hive
  5. D

    dayz 1.8 error

    My log is spammed with this and no one can join. Can someone help me here? 18:10:06 Error in expression <find _iClass; _weights = dayz_CLChances select _index; _cntWeights = count _weig> 18:10:06 Error position: <select _index; _cntWeights = count _weig> 18:10:06 Error Zero divisor...
  6. D

    Problems with simple things: Hatchet(Melee weps) & Custom_Loadouts

    as far as i know i have not had any probs with melee weapons. I do however have the same problem with care packages and wrecks spawning the loot in a pile under them.
  7. D

    Problems with simple things: Hatchet(Melee weps) & Custom_Loadouts

    migrate to 4.0 then 4.1 etc, till you find out which is giving you an error
  8. D

    rpt log error

    now getting a few new errors. Error in expression <n {_entity setVariable ["ObjectID", str(_idKey), true];} else {_entity setVariab> 17:07:37 Error position: <_idKey), true];} else {_entity setVariab> 17:07:37 Error Undefined variable in expression: _idkey 17:07:37 File...
  9. D

    rpt log error

    error for wrecks Error in expression <ttype) do { case "Military": { lootType[] = { {"M9","weapon",0.05}, {"M16A2","w> 20:40:28 Error position: <[] = { {"M9","weapon",0.05}, {"M16A2","w> 20:40:28 Error Missing ; 20:40:28 File z\addons\dayz_server\compile\fnc_wrecks.sqf, line 21 error...
  10. D

    rpt log error

    im getting this error in the rpt log and all vehicles disappear when you get close to them. 20:42:14 Error in expression <n {"NONE"} else {"CAN_COLLIDE"} ]; if (_ownerID == "0") then {_entity setVariab> 20:42:14 Error position: <_ownerID == "0") then {_entity setVariab> 20:42:14 Error...
  11. D

    PLS HELP, STUCK ON "REQUESTING AUTHENTIFICATION"

    did you delete the survivor table also? or at least see if that id has 2 alive survivors
  12. D

    PLS HELP, STUCK ON "REQUESTING AUTHENTIFICATION"

    what error do you get in the arma2oaserver.RPT or hive log?
  13. D

    Carepackage smokes (BLISS)

    your line with publicVariable "dayzFire" has a "(" at the start of the line but no ")" just remove the "(" at the start of the line. Also let me know if you get this to work :D
  14. D

    Best way to backup Database Mysql

    add to the top of the sql file SET FOREIGN_KEY_CHECKS=0; add to the bottom of the sql file SET FOREIGN_KEY_CHECKS=1;
  15. D

    DayzMapper Thread

    you have to edit the source file PlayerIcon.as look for this "private var weapons:Array =" and add what ever guns you added and recompile the flash file. I personally have it set to show all guns so i can see who is spawning in illegal guns.
Back
Top