Search results

  1. E

    [Release] BaseBuilding 1.2 Improvements 0.1 (better and editable Keycode, permanent Owner)

    That *may* be my issue. Since the 'fuel' column is set to double(13,0) ("`Fuel` double(13,0) NOT NULL DEFAULT 0 AFTER `Hitpoints`,") Which would allow 13 digits before the decimal and zero after it, rounding to the nearest whole value. I'm hoping that changing it to 'double(4,3)' (allowing 3...
  2. E

    [Release] BaseBuilding 1.2 Improvements 0.1 (better and editable Keycode, permanent Owner)

    I do appreciate your help, unfortunately I'm far behind yourself as far as the DB goes. I'll try setting up a vanilla server with just bb1.2 and these improvements on a new db tomorrow. I am at 0.39. Are the 'fuel' values stored as just XXXX or X.XXX?
  3. E

    [Release] BaseBuilding 1.2 Improvements 0.1 (better and editable Keycode, permanent Owner)

    I did notice that when manually entering the "fuel" value, it gets automatically rounded to the nearest whole number. (i.e. 4.20132135432 becomes 4)
  4. E

    [Release] BaseBuilding 1.2 Improvements 0.1 (better and editable Keycode, permanent Owner)

    I do have all 3. Here is an example string from my instance_deployable table: 369 767511095091333 13 384 1 [333.198,[7675.12,10950.9,0.12]] [] 2013-05-19 12:53:46 2013-05-19 12:53:46 [] 0 0 I'm wondering if, while I was poking about, changed something in player_build.sqf...
  5. E

    [Release] BaseBuilding 1.2 Improvements 0.1 (better and editable Keycode, permanent Owner)

    MySQL 5.6 and Reality DB What would cause the DB to reject now, when it worked prior to the upgrade?
  6. E

    [Release] BaseBuilding 1.2 Improvements 0.1 (better and editable Keycode, permanent Owner)

    Still getting 2013-05-27 11:04:12 HiveExt: [Information] Method: 308 Params: 1:Land_Misc_Cargo2E:0:26939206:[296.057,[985.788,1891.97,0.105]]:[]:[]:4.311:9858189201296: 2013-05-27 11:04:12 HiveExt: [Information] Result: ["PASS"] 2013-05-27 11:04:12 Database: [Error] Error 1452 (Cannot add or...
  7. E

    [Release] BaseBuilding 1.2 Improvements 0.1 (better and editable Keycode, permanent Owner)

    Both your quoted code and your publishobj.sqf are the code from publishobj.sqf. But I dont think player_build is part of the issue so that's ok. Will check your fix shortly
  8. E

    [Release] BaseBuilding 1.2 Improvements 0.1 (better and editable Keycode, permanent Owner)

    Can you post your server_publishobj and player_build so I can compare? Do your codes work past restart?
  9. E

    [Release] BaseBuilding 1.2 Improvements 0.1 (better and editable Keycode, permanent Owner)

    You're sure? The issue seems to be with the way that the string is sent to the database. What mods have you seen causing issues? I've checked the entire publish object funtion and none of my mods would really have an impact, yet the issue remains..
  10. E

    [Release] BaseBuilding 1.2 Improvements 0.1 (better and editable Keycode, permanent Owner)

    Confirming the updated code is not working for us either. Running latest Reality build and Chernarus 1.7.6.1 Here are the relevent hive logs: 2013-05-25 22:17:56 HiveExt: [Information] Method: 308 Params: 1:0:0:26939206:[158.863,[954.624,1886.79,-8.149e-04]]:[]:[]:0:9546188680159...
  11. E

    OTG Chernarus | Air Raid | Custom Weapons/Vehicles/Buildings | Build/Smelt | 20:1 Day/Night

    DayZ Chernarus Private (1.7.6.1/103419) | 250 Vehicles | Custom Weapons/Vehicles/Buildings/Loot | Build/Smelt | 20:1 Day/Night | Air Raid | Anti-Cheat | Hosted by onetickgaming.com The OneTickGaming community is back in business! (Now on Chernarus!) You can find us by IP: (208.117.11.2:2303)...
  12. E

    Tents duplicating gear on celle

    Hey guys were having a bit of an odd problem with our celle server. When a tent is placed, it gets added to the DB just fine, when a player first places gear in the tent, that initial string writes to the db just fine as well. After that, though, the tents continually resets to its original...
Back
Top