Search results

  1. Inkko

    help! how to edit towing car and car`s attachment distance?

    Yep didn't wanna post a link to another forums since I couldn't remember the forum rules and some other forums I use don't allow it. But that is the one I changed to after using R3F for a really long time and it seems to work a lot better for some reason.
  2. Inkko

    help! how to edit towing car and car`s attachment distance?

    There is someone who reworked the R3F script for epoch and it works perfectly fine on other mods and the vehicle chaining is a config option to disable. The rework seems to run a lot better and the person who did it also redid it in english so any changes you'd need to make could be a little...
  3. Inkko

    DayZ 1.8.6.1 Vehicle DB error

    Here is my DB Event I made (pastebin cause it is too big): http://pastebin.com/7X28GDRv
  4. Inkko

    DayZ 1.8.6.1 Vehicle DB error

    I've had this issue for a while but it has been annoying me an I cannot seem to figure out the cause of it. I have a bunch of custom vehicle spawns that I have an event scheduled to INSERT IGNORE into the vehicle table so that all the vehicles are constantly being refreshed when destroyed. In...
  5. Inkko

    [Epoch] Adding new function to server_updateObject.sqf (no update information in db)

    Near the top of server_updateobject you should have this: _objectID = _object getVariable ["ObjectID","0"]; try adding a diag_log below it to see if that is giving out the correct ObjectID
  6. Inkko

    [Support] DZMS DayZ Mission System

    Tried this classname? "AmmoBoxBig". It is working for me just the backpacks all over the ground.
  7. Inkko

    Simple quest system for 1.8.5

    Here is another update on the progress of this. Should be pretty much completely done, kind of threw together an epoch config tho... Limitations in rewards are as follows: required: humanity, murders, bandit kills, nothing, 1 item, 3 items (items can be done with any of the variable required...
  8. Inkko

    Mission Sided Crafting Menu 1.8.1

    Updated main release page with 1.8.6.1 files as well as including a fix for the right click broken for logs/planks/wood pile.
  9. Inkko

    help with addwaypoint

    Thanks for the reply ebay, This code didn't actually end up working: deleteWaypoint [(group player),all]; what I did was this and it seems to be working and it was on the wiki page as well: while {(count (waypoints (group player))) > 0} do { deleteWaypoint ((waypoints (group player))...
  10. Inkko

    help with addwaypoint

    I'm trying to use addwaypoint to help direct a player to get to a spot but upon using it, it will create the waypoint but there is apparently another waypoint already so it creates a line from below kamenka to wherever I placed my waypoint. How can I make it not create that line and instead...
  11. Inkko

    Need help with canibalism script

    Add this above the fn_selfaction code: _isHarvested = _cursorTarget getVariable["meatHarvested",false];
  12. Inkko

    Simple quest system for 1.8.5

    So here is an update on where I'm at with this lil project: 9 Quests - 1 bandit (murders) - 1 Hero (bandit killing) - 1 Bounty (PVP quest) - 1 Medical (medical supplies) - 1 Zed (Zed kills) - 1 Race (get from 1 place to another as fast as possible) - 1 Vehicle Parts - 2 Building Supply...
  13. Inkko

    Simple quest system for 1.8.5

    Updated the files some more and made it even more configurable... Just need to update the dialogs to reflect some changes. Config file at the moment:
  14. Inkko

    Is it possible to edit loot tables and other things in dayz_code for my server, but not for clients?

    How are you editing it? Are you moving all the dayz_code files you're changing to the mission pbo to client side the changes?
  15. Inkko

    [WIP/RELEASE] Client Sided Crafting Menu

    Updated files for 1.8.6.1 and includes a fix for logs to planks and planks to wood pile. Installation is the same as above. (Unless I missed something again...) https://www.dropbox.com/sh/g0b3z681tzbt5ph/AACaJkHx6yyLTQlmDox6e72qa?dl=0 *Note: player_craftItem.sqf is only for right click fix...
  16. Inkko

    Simple quest system for 1.8.5

    -Update- Okay I got someone to help me test it and I worked out most of the bugs and it seems to be functioning properly with my big update to make it more configurable and make it work with epoch (still need to add hive write for epoch vehicles and do config for epoch). 3 publicvariables need...
  17. Inkko

    Integrating Dayz 1.8.6.1 into a new map

    I just got a panthera 1.8.6.1 with overwatch up for the extra weapons. It wasn't too hard, just used the same files as chernarus and updated a couple things for panthera such as the config in the server files and the mission.sqm in the mission file. That was all that needed to be modified...
  18. Inkko

    [Support] DayZ Dynamic Dogs

    Is the dog persistent through current up time of a server? If you were to logout and back in would it disappear?
  19. Inkko

    DayZ 1.8.0.3 handcuff player help

    I started working on it again and then got distracted again. @SchwEde has some fixes to it and I started working with him on updating the script some more till I had to do other things.
  20. Inkko

    Simple quest system for 1.8.5

    I am thinking about turning the rewards portion into a function that is called and having loot arrays setup so that I can just call the function with what I want so its more easily changed and randomized. Also maybe adding a box next to the quest givers to put the gear rewards into and a heli...
Back
Top