Search results

  1. copper

    Dayz Epoch server doesn't seem to start properly

    Yes also Nitrado got a general issue with servers that are customized and have more than 20 people on. Iam with them since a while and our servers are good populated because we made them special with customizations but no matter how often they moved the server to "better boxes" its still very...
  2. copper

    Sharing Bans.txt, lets help eachother keep our servers free of cheaters.

    Most bans in there are cheaters, few are racist and very few are duping. I only post it here because someone asked me to do so. Nearly all bans have a reason so ist easy to sort. If you dont like it dont take it, simple.
  3. copper

    Sharing Bans.txt, lets help eachother keep our servers free of cheaters.

    Ok! Here I share the Little banlist of our United-Warriors Namalsk Server. http://pastebin.com/YQh8v1D0 If you dont mind racism, take them out, we ban for such idiotism. All detected weapons and items in the list have been hacked in as they are disabled on our server. There are also a very few...
  4. copper

    [Support] Soul's Ignite tents

    First of all thx alot for the quick reply! I tried this but it didnt work. It only messed up the complete selfaction. (Repair/Strip-vehicles wasnt working no more, selfbloodbag and other options didnt show up no more, also did it effect the zombie and loot spawn function realy badly) Any other idea?
  5. copper

    Putting map addons into server pbo

    Sorry for the late reply, havnt been on much lately! So you have in your sqf file "if (isServer) then {" on the top, removed all center,group and units entries and has deleted the 3 lines at the end and replaced them with }; ? Should look like : if (isServer) then { _vehicle_xxxx = objNull; if...
  6. copper

    [Support] Soul's Ignite tents

    Have this working on dayz 1.8.0.3! But I got a question, It burns the normal old campingtents but I also got dometents on my server and want to enlarge the sript to burn both types of tents. How would i do this? What would i have to change/add?
  7. copper

    Custom Skins for DayZ 1.8.x.x

    To remove the items wich are on the Skin, take a look at this: http://opendayz.net/threads/random-clothing-parcels.12217/ , do all the steps he mentioned to remove stuff , works greate.
  8. copper

    BiPlane With M240? Oh Yes....

    The code is still fine, only on my 1.8.0.3 Server Monitor it comes after this part of code: if (!(_type in SafeObjects )) then { _damage = 1; diag_log format["OBJ: %1 - %2 REMOVED", _object,_damage]; }; }; (Runs together with AH)
  9. copper

    BiPlane With M240? Oh Yes....

    No my old one where diffrent (like yours) and worked normal this is the new wich came with 1.8.0.3 reality. No serious bugs or glitches only RPTlog Errors about the code itselve .....blablaAN2blaaa.... but Server runs normal still only the guns wont work. Thx alot man, for taking the time to...
  10. copper

    [Release] pick spawn and loadout

    Hello! I got the Problem that the spawnselection menu is showing but when I click on one Location, nothing happens. I only use the spawnselection without classes. I realized that since 1.8.0.3 in Player_setup.sqf the dayzPlayerLogin 2 has changed to PVCDZ_plr_Login2 so I use PVCDZ_plr_Login2 in...
  11. copper

    BiPlane With M240? Oh Yes....

    Here you go http://www.datafilehost.com/d/fd8e0898 Chernarus 1.8.0.3 Reality
  12. copper

    BiPlane With M240? Oh Yes....

    My Problem is that this code is no more existing in 1.8.0.3 wich Iam using. It is now _object call fnc_veh_ResetEH; and is followed by a }else{ function. The #ifdef OBJECT_DEBUG isnt there no more at all. If I place it there or just after it wont work and spam the RPTlog with many Errors. I...
  13. copper

    BiPlane With M240? Oh Yes....

    Would you let me know wich spot the code has to go for 1.8 inside Server_monitor? Would be great.
  14. copper

    reality hive keeps deleting my weapon creates

    Did you tried this? http://opendayz.net/threads/ammo-crates-fix.11380/page-3#post-59709
  15. copper

    Can't get Static AI to spawn... what am I doing wrong?

    Just leave the "<<<<-----this one" out.
  16. copper

    kill msgs 1.8

    Try this 1, worked for me on 1,8. Maybe a little helper till the reality one get fixed. http://dayz.codeit.org.ua/kill_messages.htm
  17. copper

    Can't get Static AI to spawn... what am I doing wrong?

    Hi If you call the marker in the execute road1, then you must call him in the markerdescription also the same or it cant bring them together. // Klen Road Snipers _this = createMarker ["SAR_patrol_road1", [11315.9,11458.2,0.002]]; _this setMarkerShape "RECTANGLE"; _this setMarkeralpha 0; _this...
  18. copper

    Putting map addons into server pbo

    Unpack your server.pbo and create a Folder inside (call it building if you want, I called it addons). Open your server_functions.sqf wich is in the init folder with a texteditor and put this in, at the very bottom. [] execVM "\z\addons\dayz_server\yourfoldername\yourfilename.sqf"; (replace...
  19. copper

    DayZ Epoch - Adding buildings from Map_EU?

    As far as I know does the Map_EU Editor addon reqire Clients to have the same addon installed to run the Mission, because they changed all the class names to only work with their addon. There is a possebility to change the classnames after manualy in the saved mission file back to the orignal...
  20. copper

    Scripts are not working on server!

    Make sure you call and edit the right compile.sqf
Back
Top