Search results

  1. nullpo

    100% Custom Loot tables - TUTORIAL

    I want to spawn ItemWaterBottle more but don't want to spawn Soda plenty. So I added ["ItemWaterBottle","generic"] to case "Supermarket" and change _itemchance of ["" ,"generic"] to 0.01 But error displayed ingame. Then added ["ItemWaterBottle","object"] .But It doesn't seem to spawn...
  2. nullpo

    Resource RscDisplayLoadCustom not found

    init.sqf in your mission file change startLoadingScreen ["","RscDisplayLoadCustom"]; cutText ["","BLACK OUT"]; to startLoadingScreen ["","DayZ_loadingScreen"]; //cutText ["","BLACK OUT"];
  3. nullpo

    Base Building DayZ 1.2 Released

    any another fix about grave exploding bug? I think I wanna remove player bomb things from BB. If it is possible by a few steps, please teach me how to.
  4. nullpo

    Base Building DayZ 1.2 Released

    After applied fix above , BaseBuilding1.2 works well for now. saved into DB and deleted from DB correctly. some object doesn't turn into bomb. Map:Chernarus Reality 0.39 HFB
  5. nullpo

    Base Building DayZ 1.2 Released

    Mmm, some object seems to turn into Bomb even though no one built one... I'm looking into it add my RPT.log is now filled with this error. 1:24:24 Server: Object 73:96 not found (message 94) 1:24:24 Server: Object 71:156 not found (message 94) 1:24:24 Server: Object 53:381 not found (message...
  6. nullpo

    Base Building DayZ 1.2 Released

    compare this with yours.
  7. nullpo

    Base Building DayZ 1.2 Released

    @daimyo21 As I mentioned in the email I sent to you, missing ";" in the build_recipe_dialog.hpp causes syntax error.
  8. nullpo

    dayz mission addin (serverside scripts)

    @Vilemouse Stop spamming your server information. This thread is for piXel's work. I don't care what your servers are. @piXel Same as salo reported, I heard some reports from the players that sometimes the intro animation wasn't displayed .
  9. nullpo

    dayz mission addin (serverside scripts)

    piXel Thank you for your help. It works. I attach the Mission.pbo which is got rid of anomaly things.
  10. nullpo

    dayz mission addin (serverside scripts)

    piXel I report some issue(bug?) that many players of my server reported to me. If it's not , sry. 1) Many players suddenly turned into "crow" It looks like Spectator mode of Arma2. 2)Some player cannot press abort button after death. 3)FPS decreased about 3hours after server restart. Totally...
  11. nullpo

    InCombat logout punishment

    I wanna change "unconsiousness" to "break leg". Please give me any support.
  12. nullpo

    Dayz Heli-Crash loading screen problem.

    from _itemType =[[" ","military"], [" ","medical"]]; + getArray (_config >> "itemType"); to _itemType =[[" ","military"], [" ","medical"]]; and from _itemChance =[[15.0, 30.0]]; + getArray (_config >> "itemChance"); to _itemChance =[[0.15, 0.3]]; 15.0 means 1,500% loot...
  13. nullpo

    Modifying Heli Crash loot

    open your editted dayz_server.pbo by PBO maneger and click "File Properties" Then you'll find empty box, right click and add like below . Property   Value prefix     z\addons\dayz_server
  14. nullpo

    Editing Crash Site Loot and Creating More Spawns

    Now I found a solution. So I post that. Open dayz_server.pbo by PBO manager Edit server_functions.sqf following the guidance above(thx moon and boyd) re-pack dayz_server folder by PBO manager *Open the edited dayz_server.pbo by PBO manager *Open PBO properties *add "prefix" to Property and...
  15. nullpo

    Editing Crash Site Loot and Creating More Spawns

    hi. I followed the guidance above and edited my server_functions.sqf But I still stuck on loading screen. Anyone ,please teach me how to fix that.
Back
Top