Search results

  1. A

    Website Problems OpenDayZ/ZoombiesMod

    This website (and the Zoombies one) are both incompatible with my Email service (Aol), which is dated, but I have used it for convenience since I was ~10. First, my Zoombies account that I have created now gives the message: Your account is currently awaiting confirmation. Confirmation was...
  2. A

    Dogs and anomalies addin scripts

    Trying to get these dogs to save to the database. Here's what I have so far: First, I added a player_dog column in my `survivor` table; underneath "while {(alive _dog) && (alive _leader)} do" (_timeCount, _dogType, and _userId are declared before it) _timeCount = _timeCount + 1; if...
  3. A

    Dogs and anomalies addin scripts

    Now the doghouses working on Namalsk without getting any load errors on startup. Now, how would I get the server to log the type/existence of dogs? I want it to record on my private hive (on the survivor table, if possible) either a 0 - No dog; 1- pastor; or 2- Fin. I would prefer to modify the...
  4. A

    Dogs and anomalies addin scripts

    It's a Namalsk .73 Bliss server hosted by DayZ.St. File included is my mission file... Only two anomalies for testing purposes. No dogs. Also: the stone ones appear to be visible, but the others I cannot seem to find, outside of their "dusty" effect from a distance.
  5. A

    Battleye & Mission Scripting

    Yes, but that is just a pain to do... I enjoy the customization, and with having to modify the scripts.txt when adding anomalies, dogs, kill messages, and any scripts on my personal Admin Tools, it's just easier to remove the scripts.txt altogether. In running a rank 20 namalsk server for over a...
  6. A

    Battleye & Mission Scripting

    1. I think the bulletproof vest comes with the hero skin... 2. Disabling battlye is NOT a good idea. The already globally banned individuals, or the people that want to troll but do not have a battleye bypass, will pile in. Even though I do not have battleye's protection enabled, I want people...
  7. A

    Battleye & Mission Scripting

    My opinion on Anti-Hack scripts: 1. Monky/Wizard Antihacks are good for the simple hackers who are running out of date or provided scripts. 2. Spectating is probably the most effective, as you can inspect behavior, the easiest giveaway. 3. SilentWarrior is nice... But it seems like just a more...
  8. A

    Battleye & Mission Scripting

    I managed to get things working. My antihax is just run server-side so there's no need for an exeption there. My admin tools consist of an extremely simplified hack menu that runs with a modification to Gcam. Basically, Gcam has a built in feature that binds "o" and "p" to scripts... So i just...
  9. A

    Dogs and anomalies addin scripts

    When launching with this on my server, everything seems to work, but everyone recieves a "Cannot load mission" error on entry... They can still join though. List of changes: the #include in the description.ext class Vehicles { class Item0 { position[]={8352.8965...
  10. A

    Dogs and anomalies addin scripts

    Wait, we are talking about ANOMALIES and not a single person has said anything about Namalsk, the map based on S.T.A.L.K.E.R.? In the 3d editor, I have managed to place the object (Land_psi_bouda) and add an anomaly script to it's init field. Unfortunately there are NO particle effects on the...
  11. A

    Battleye & Mission Scripting

    Similar to using Gcam to spectate my members, I plan on using other "tools" to prevent or repair damage done by hackers. In doing this, I will be including pieces of various hack menus in the mission.pbo so I can then execute them without having to hack my client. Now. If the scripts are INSIDE...
  12. A

    Hiring a scripter

    Agreed. I could also do all of these things specified, but I recommend you do it yourself so you can do your own updates, modifications, installations, ect.
  13. A

    DreamZ Private Chernarus

    This is a private DayZ server that we are building a player base for. DayZChernarus - DreamZ(Private 1.7.4.4/101480) 400+ Vehicles | Daytime | Debug | Antihack | Custom buildings | Custom load-outs | Active Admins IP Address: 208.43.9.86:3374 Features of our server: -Active Admins (Armed...
  14. A

    Nested Scroll Menu

    I'm working towards building a couple things that will be accessed via scroll menus. Here's what I want to happen: Scroll on object, middle-click to open another set of middle-click-able options. Repeat 2-3 times to get the desired items/results from the object. Now. How can I do this without...
  15. A

    Including config.cpp in Mission

    I have spent countless hours now searching for ways to include custom items in my server. I have narrowed it down to the config.cpp edits in both dayz_code and dayz_anims. I have done many other client-side edits via the mission file, but this configuration file has thrown me off. How do I...
Back
Top