Search results

  1. Mr.Weegley

    DayZ Private Server Files Pack (1.8.8)

    check for next line in server.cfg:
  2. Mr.Weegley

    Black Forest Outpost - Chernarus

    Nice! Implemented it inside my server.pbo - people are happy! :) Thanks!
  3. Mr.Weegley

    [Script] Helicoper Disconnect Protection/Switch Seat [v1.2

    So, during my head-breaking i made new version of this script :) It checks for pilot to be ok, and if there is no pilot it makes warning text for passengers, allowing them to take pilot's place by pressing F5. Don't know if it's necessary to make new thread for it, so will post it here (For...
  4. Mr.Weegley

    [Script] Helicoper Disconnect Protection/Switch Seat [v1.2

    Finally got it working! It was simply necessary to change AI Pilot's skin to one of allowed in 1.8.0.3:eek: (Default script skin is banned) But now facing next issues: When i go to other seat, AI carefuly lands helicopter. If player gives AI order to go somewhere after landing and after AI went...
  5. Mr.Weegley

    Excelsior Bridge v1.2 - Chernarus

    Have installed version from ##63-64, just inserted before class Intro in mission.sqm, and looks like all works fine. Didn't check other buildings for interference :) Thanks! Just thinking about moving this stuff to server.pbo
  6. Mr.Weegley

    [Script] Helicoper Disconnect Protection/Switch Seat [v1.2

    I've tried it on my server (Pwnoz0r's pack), seats are switched, but no AI pilot. Stupid question - do i need some AI framework to be installed on my server to have AI pilot in this script?
  7. Mr.Weegley

    Vehicle FIX/Refuel on every Server Restart

    Dude, check my explanation on how to fix/refuel all vehicles thru Database here
  8. Mr.Weegley

    Spacebar scanner/range finder

    Hello there! After digging deep and totally breaking my brain, i have, at last, solved how to fix "Spacebar scanner". If you know what is it, and already disabled it, pls don't hesitate to post here your solution. I'll post mine. As sometimes with programming/scripting it happened to be simple...
  9. Mr.Weegley

    Spawn items

    If you want to spawn something like vehicle or tent/stash it's not possible, because they must be spawned by server, using data from DB
  10. Mr.Weegley

    Tents problem

    OK :) So, I faced that problem, and answer is below. Tents pitching IS NOT maintained by dayz_code.pbo/Actions/tent_pitch.sqf, like it stated in dayz_code.pbo/init/compiles.sqf It maintained by dayz_code.pbo/actions/player_build.sqf. There are PRIVATE actions _actionBuild and _actionCancel...
  11. Mr.Weegley

    Tents problem

    Found and solved at last. If anybody need solution - will post here.
  12. Mr.Weegley

    Tents problem

    no, i have this one I can't pay 50 euros for antihack tool on server which does not make anything for me exept of moral pleasure :) And found that this problem is caused exactly by antihack. Added _actionBuild,_actionCancel to exclusions, but it did not help yet. May be there some other actions...
  13. Mr.Weegley

    Script to repair/refuel all vehicles

    I've added this before last "END" in pMain: #repair all vehicles update object_data set hitpoints="[]", fuel=1, damage=0.01; So, my pMain now looks like (see at bottom): CREATE DEFINER=`dayz`@`localhost` PROCEDURE `pMain`(IN `i` INT) MODIFIES SQL DATA BEGIN # maximum number of INSTANCE...
  14. Mr.Weegley

    Vehicle FIX/Refuel on every Server Restart

    Didn't try to implement it via scripts yet, but repair/refuel on server restart works fine for me via database.
  15. Mr.Weegley

    Stuck on waiting for host

    I had this issue when incorectly repacked dayz-server.pbo - it was missing prefix inside.
  16. Mr.Weegley

    Scripts working?

    Hi! On my server the scripts are: Debug Monitor, Welcome Credits, Custom lights, Self_Blood, Suicide, Drink Water. I also successfully tried Login Camera, but players asked to remove it. Also Player_spawnmessage was working, but removed as unnecessary. All of them i found here, on forum, got...
  17. Mr.Weegley

    [How-To] Customize the Starting Gear/Loadout (no custom dayz_code req.)

    I use DayZ Loadout generator. Take it from my dropbox got something like that: [["M9"],["15Rnd_9x19_M9","15Rnd_9x19_M9","15Rnd_9x19_M9"]]
  18. Mr.Weegley

    [How-To] Customize the Starting Gear/Loadout (no custom dayz_code req.)

    Hi everyone! Just tested this method and on server running on my localhost it's working good, but when i upload pbo to server - after dying player can not login - stuck at loading screen. then it's necessary to close game and next login attempt results in totally empty loadout. Any ideas?
  19. Mr.Weegley

    Tents problem

    Hi, Guru's :) Can anybody help with strange behaviour of tents? Problem: When you press "Pitch tent", or how it's named in english (i have russian version), the tent appears on ground, but it's not actually set. It countiniously follows in front of player, without any possibility to fix it on...
Back
Top