Recent content by Dominatez

  1. D

    Origins Server?

    Alex. Did you ever get this issue fixed ? And if so could i please have a copy of your sql file ? Thanks
  2. D

    Origins Server?

    This is one file. This should fix the house inventory issue.
  3. D

    Origins Server?

    Yeah. Found the version of this that actually works. DELIMITER $$ DROP TRIGGER IF EXISTS tr_updateHouseInv$$ CREATE DEFINER = 'dayz'@'localhost' TRIGGER tr_updateHouseInv BEFORE UPDATE ON object_data FOR EACH ROW BEGIN IF (NEW.CharacterID IS NOT NULL AND (NEW.inventory LIKE...
  4. D

    Origins Server?

    When i try to run this in MySql it says there is a syntax error on line 10 SIGNAL SQLSTATE '45000'; <--- Says that this is the wrong syntax !!! Any ideas guys ???
  5. D

    BattlEye: MPEventHandler RemoteExec Restriction #20

    Thanks Skaronator. Sorry been on holiday so i will install these and let you know how they turn out.
  6. D

    Origins Server?

    Zombieshack. Read ALL the pages of this thread and you will see that many people have a working Origins server up and running including myself thanks to the fantastic help from the guys here.
  7. D

    Hive Error

    Hi, I am seeing this in the hiveExt.log file. 2013-06-23 13:52:42 Database: [Error] Error 1062 (Duplicate entry '123456789' for key 'uq_profile') in MySQLStmtExecute SQL: 'insert into profile (`unique_id`, `name`) values (?, ?) VALUES("123456789", "Vytas")' <---- ID CHANGED 2013-06-23...
  8. D

    Inventory Items Doubling

    Users are reporting bandages, and tents are doubling. They have 2 tents. They leave the server and rejoin and they have 4 tents. Same with bandages. They have said the same for flares
  9. D

    BattlEye: MPEventHandler RemoteExec Restriction #20

    All users when they die are reporting this. All filters are upto date. Using the latest Lingor filters from Skaronator.
  10. D

    Worldpsace coordinates blank with new spawn

    I can confirm that this works a treat. Thanks skaronator. Just a few people moaning saying things are double spawning but i don't see any of these entities in the database
  11. D

    Worldpsace coordinates blank with new spawn

    I meant to say. Line 208 on what filename ??
  12. D

    Worldpsace coordinates blank with new spawn

    Thanks Skaronator. I will implement this and let you know what happens.
  13. D

    Worldpsace coordinates blank with new spawn

    Downloaded Reality a few hours ago and used that one. I used Buildings + Carepgks + Killmessages + Wrecks Should i try a different config on this ?
  14. D

    Worldpsace coordinates blank with new spawn

    Oops. Sorry. Wrong one. Here is the correct one. https://mega.co.nz/#!BQ4jxQTR!Y937oSznzuG1UtsScTTZNmvPVDpW_2Rw49XOmhD4nK4
  15. D

    Worldpsace coordinates blank with new spawn

    You are also erroring out with a vehicle co ordinate. In position 61 it is coming up with the following error [0[7217.437, 2314.2693, -0.055636108]] It is missing a , It should be [0,[7217.437, 2314.2693, -0.055636108]]
Back
Top