Search results

  1. Q

    Origins Server?

    You might be missing the actual map. Copy it over from dayz commander.
  2. Q

    Origins Server?

    Change line 44 to start with // setDate Run the pMain on every restart.
  3. Q

    Origins Server?

    @cortez Your debug monitor is bugged. It always shows your website address even though I changed the line. If I go into combat, my website appears.
  4. Q

    Origins Server?

    Download the git again. I had to upload Cortez's dayz_server.pbo. I have tried 3 different programs and none of them are packing the folder correctly.
  5. Q

    Origins Server?

    For your first point, there was a code entered to resolve the items despawning when entering a vehicle. I am going to track down that and provide the option of with or without the fix. I will update git once I remember what was added. Second, your items are not wiped. If you look in your...
  6. Q

    Origins Server?

    Looks like the hiveext.dll is trying to write to the database and fails because it might be restricted access.
  7. Q

    Origins Server?

    Your correct about the loot. It was originally spawning very slow and disappeared when you entered a vehicle, but when the suggested fix was applied, loot spawned slightly quicker and it never disappears until restart. I guess it prevents farming, but on a busy server, it would leave a lot of...
  8. Q

    Origins Server?

    Make sure you have everything green, and fix the glass. We had a chopper that had a slow leak and had 3 broken glass. Repaired 1 out of 3 glass and it stopped.
  9. Q

    Origins Server?

    Thanks - I accepted the pull request. I am off for the night. Work called and have to go do a 4hr drive. Catch you all tomorrow.
  10. Q

    Origins Server?

    You should use the pMain which will call the pCleanup function. pMain is required to prevent too many vehicles which will then cause the vehicles to disappear. Not sure, but you might have to delete a few vehicles from the db if you have more than 387 I think is the magic number. What I did...
  11. Q

    Origins Server?

    Without seeing the code in the sripts.log, we can't really provide a fix. Post the line showing your kick. You could also change line 88 to start with a '1' instead of a '5' and that should stop the kick.
  12. Q

    Origins Server?

    Your problem is that you have the folder with all the files you need, and you have a default .pbo file there too. The .pbo always defaults to load and ignores the folder. Delete the .pbo, leave the folder as it is. The init.sqf looks fine. Start the server and test it again. If you want, you...
  13. Q

    Origins Server?

    LOL - Done TY Sir.
  14. Q

    Origins Server?

    If you have the files and make the edit. Restart the server and when at a gas station, roll the mouse wheel and refuel.
  15. Q

    Origins Server?

    I noticed that this happens where the body remains until your character data is saved to the database. Once it's saved, it cleans up your character. I think something has to be adjusted to save character data immediately after quitting, instead of the usual timed character updates to the database.
  16. Q

    Origins Server?

    Actually I don't know if there are 2 gears in a house. When I stored my items, I was inside and I locked the house. Placed the items in the gear and then left the house. Restarted the server, and entered the house and locked the house. From inside I tried to access the gear and it appeared...
  17. Q

    Origins Server?

    If your using these files: https://github.com/MajorPainage/Origins The instructions are at the bottom under 'Addons'.
  18. Q

    Origins Server?

    Thanks - I rushed it this morning before leaving and missed that. I added it now, and I hope I have all the correct parts. If anyone sees anything wrong, let me know and I can adjust it.
  19. Q

    Origins Server?

    When your inside the house it only offers one option for gear. What other one are you referring to.
  20. Q

    Origins Server?

    -ip=1.2.3.4 -port=2302 Use the following in your command line and just change the ip and/or the port.
Back
Top