Search results

  1. J

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

    I am running Dayz Chernarus 1.7.7.1 with mySQL and Reality Version 0.41 I tried the fix from the link you provided above unfortunately it did not work for me. It's only tent storage. All vehicles inventory work fine. All buildings can be made and removed. Tents can be placed, written to the...
  2. J

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

    It's all working great now, thanks again guys. Edit: Not working - I can pitch tents but placing items in them does not save to the database although the report and hive log says they are being written
  3. J

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

    I got the file from the start of the thread (http://www.mediafire.com/?juo9s08rp3avtu6). I can see from your link that there are some differences. I will go through them in the morning with a fresh head. Thanks Tactical Force and thanks to kikyou for the previous message.
  4. J

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

    I have the same server_publishObject.sqf as the one in your full download file. Tents are commented out. I haven't tried looking at the pitch tent script though. I didn't realise there was 2 different ways.
  5. J

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

    I have tried all the fixes here and although each fix fixes something another thing breaks, lol. I have got everything down and working except one thing. Tents! 12:01:22 "DEBUG: Checking if Object: 41d6cf00# 1055811: a_tent.p3d REMOTE is allowed published by Server" 12:01:22 "DEBUG: Object...
  6. J

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

    This totally nailed it for me - awesome - thank you!
  7. J

    100% Custom Loot tables - v1.7.7

    Did anyone find discover why roadblocks disappear? and how to get them back?
  8. J

    Air raid - bombing and siren

    Hey thanks man. I found the file eventually, I put it in with some file that specifies dog whistle etc. Thanks for the heads up on the ogg search, good advice. I use a php editor when coding as it gives me colours for each element and helps me to correct closing brackets an stuff. Cheers mate
  9. J

    100% Custom Loot tables - TUTORIAL

    This now gives me the following error: 5:22:43 Error in expression <ts select _index; _canType = _itemTypes select _index; _tQty = round(random 1) +> 5:22:43 Error position: <select _index; _tQty = round(random 1) +> 5:22:43 Error Zero divisor 5:22:43 File...
  10. J

    100% Custom Loot tables - v1.7.7

    I will give it a shot tomorrow and see if it works. Thanks for the info Kano
  11. J

    100% Custom Loot tables - v1.7.7

    I have a completely new, fresh install of 1.7.7.1. I extracted the files from the PBO, changed them, repacked them then uploaded the PBO to the server.
  12. J

    100% Custom Loot tables - v1.7.7

    I don't understand. I have modified CfgBuildingLoot.hpp and CfgLoot.hpp and nothing changes. As a test I removed all loot from the Hospital except for an M16. When I restart the server and go to the Hospital there is plenty of Epi pens, trash and shit but no M16. Removed all reference to cards...
  13. J

    Base Building DayZ 1.2 Released

    I forgot to mention - does this work for Chernarus?
  14. J

    Base Building DayZ 1.2 Released

    May I ask, does this script work for the 1.7.7.1 update? I have upgraded and have a fresh install of everything. I don't want to go ahead and install all this if it is not going to be compatible.
  15. J

    Air raid - bombing and siren

    Where did you find the other CfgSounds? I also have CfgSounds:Member already defined problem. I only have it in me description.ext once so it must have been called elsewhere before description.ext
  16. J

    Base Building DayZ 1.2 Released

    I think my codes, plus some other issues are down to my server_monitor.sqf. //Stream Objects is now commented out in the 1.7.7 update. The file is too big for this post but here is the file: server_monitor.sqfIf someone would be so kind to look at it for me.
  17. J

    Base Building DayZ 1.2 Released

    I downloaded the ZIP from daimyo21's github yesterday, went through the whole process plus added in the fixes that have been mentioned in this forum. The codes no longer work. I have encountered this before and each time it was fixed it also fixed the saving to database problem. I assumed they...
  18. J

    Base Building DayZ 1.2 Released

    This worked for me too, thanks for that. But I also cannot get items to save to the DB which is also connected to Codes not working after restart.
  19. J

    Base Building DayZ 1.2 Released

    Ah yes, I have slapped myself again, lol.
  20. J

    Base Building DayZ 1.2 Released

    Ok, I am now confused. variables.sqf looks like this: //Daimyo Base Building 1.2 Variables /* These variables are defined to work globally to ONLY CLIENT scripts and not to the server or other players They help to communicate to other Client scripts etc. Example: remProc for example stands for...
Back
Top