Search results

  1. G

    Pheonix Admin Tools and Epoch 1.0.2.3

    If you are with DayzPriv, you should definitely look at paying the $10 a month extra for the Admin tools they already provide. If you dont want to pay that, you could always pay the $50 for your own copy of the admin tools from the tool developers (link to them is found in various places here...
  2. G

    I need HELP (epoch)

    Did you add any modifications to Base Building after you installed Epoch? Can it be that your Epoch server_updateObject.sqf is using one way to save things when it should be doing it in a different way? Cant provide suggestions without more details.
  3. G

    Admin Menu vehicles disapearing after spawn

    Ok - I am on purpose going to not post the actual sections you need to copy and paste - because I dont know your set up.I also believe that the best way to figure things out, is by trial and error, so I will point you to the header sections of where you should look. There are two places you...
  4. G

    Ai Bandits/Survivors

    Dont know about a tutorial - but the Github package contains installation instructions: https://github.com/dayzai/DayZBanditAI I have not yet tried DZAI, so I cant compare it with SARGE AI (I run SARGE AI 1.1.0) .
  5. G

    Admin Menu vehicles disapearing after spawn

    I think he means that when he spawns in a vehicle, it appears and then immediately it de-spawns before he can get on? Server is detecting the vehicle as hacked and has removed it - you need to go back to check your server_cleanup.fsm and server_objectUpdate.sqf, cause it's likely something...
  6. G

    [WORKING] Admin Tool 1.7.7.1

    Your code here looks almost identical to mine, with the exception of mine not having the full 5 options for regular level Admins (only has Tools, Skin and weapons). Are you sure you put in the UID's correctly in your Activate.sqf file? My example Activate.sqf: waituntil {!alive player ...
  7. G

    Halo Jump Script Help!

    What are the problems that you are experiencing?
  8. G

    [WORKING] Admin Tool 1.7.7.1

    Originally quoted your call for testers, until I noticed the 'rMod' portion of it. :) Oops.
  9. G

    [WORKING] Admin Tool 1.7.7.1

    Hi Jason, I'd love to beta test the 2.0 version - I have a Chernarus Overwatch 0.2.4 server that I can switch to anything HFB is running, and if I get good result on it, it will do a test run on the live Judgement Day server that I am coding stuff for. So - server is running: - Overwatch...
  10. G

    Admin tools

    It works, and I can tell you that the filters are working as well.... The BE filters are going to be your toughest issue, as the BE Filters you can get from Inkko is not taking Overwatch 0.2.4 items into account... I'll see if I can put a package together later on for the filters... In the...
  11. G

    static ai bases

    You can tell SARGE AI to noty spawn anything elsewhere but your specifically defined area - you just need to do alot of editing to get the sector groups set to 0,0,0 so no bandit, survivor or military units spawn. Then set up a single spawn point, with the center area where you want them. I...
  12. G

    Database Error

    Not sure what command it is that you are trying to run, but the update statement is formed wrong.... Should be something like: 'UPDATE `survivor` SET `inventory` = 'XXXX', `backpack` = 'XXXX' WHERE `unique_id` = 'XXXX'; This means that if you are trying to update the inventory and backpack...
  13. G

    Halo Jump Script Help!

    I followed Option 2 in this guide, with the extra step for 1.7.7.1: http://opendayz.net/threads/working-halo-jump-new-re-spawn-only.12113/
  14. G

    Currently Tinkering on an Overwatch server, with a development test server on the side.

    Currently Tinkering on an Overwatch server, with a development test server on the side.
  15. G

    ::HitEngine not found in usec_bell206_1

    The solution to this is to check and see if you have the \@DayzOverwatch\Addons\usec_bell206.pbo in the server. If you have, check that the file has the associated bisign file that you have a public key for. On the server I am fortunate to be able to help out on, we had the issue of everyone...
  16. G

    DayZOverwatch - Judgement Day - (0.2.0/102591)

    @The_A_Man - What did it say you were banned for?
  17. G

    DayZOverwatch - Judgement Day - (0.2.0/102591)

    Just updated to 0.2.1 - come and join us and experience Judgement Day, at the hand of Players or Zombies. 173.234.122.234:2302
  18. G

    SARGE AI Framework - Public Release

    Please consider this as a top item on the wish list for the next version of the framework. Awesome job, Sarge!
  19. G

    dayZ NPC (AI) Units / Troops | Add to Server.

    Hi Everyone, Before I say anything - I am slightly horrible when it comes to programming things - I am one of those people that know my limitation and gladly support others in the coding and development. This and other threads in this forum section are amazin in the tidbits I learn - but there...
Back
Top