Search results

  1. B

    BDC's Script/Addon Help Thread

    Kill the speed player part. I'm not sure where that came from but that's not part of my code.
  2. B

    BDC's Script/Addon Help Thread

    Try this: if (!_inVehicle and _canDo) then { That will make it to where the option will pop up as long as you're not mounted in a vehicle and are not on a ladder. Make sure the two conditions _inVehicle and _canDo are defined above this chunk.
  3. B

    BDC's Script/Addon Help Thread

    Yeah it would. It would just remove the "pickyness" of when the option should show up. The only reason why I made it so particular was to keep it from being up all the time since it's a scroll option. But yep, for testing, you can remove some of those conditions and see what happens. B
  4. B

    BDC's Script/Addon Help Thread

    It would be something like that, Kaotix. The s_player_tauntzed playeraction is irrelevant as it's set to -1 in the event that it doesn't exist. Placement of the section might have something to do with it. It needs to be above the larger section when dealing with a !isNull CursorTarget. It...
  5. B

    BDC's Script/Addon Help Thread

    Ok cool Kaotix, let me know. Thanks for the response by the way. What I posted in the Code section is directly from my running server. I used the taunt last night once too.
  6. B

    BDC's Script/Addon Help Thread

    Hey Kaotix, let's verify we've got the same thing in fn_selfActions.sqf which motivates the option to pop up: // Taunt Nearby Zombies if player has hunting knife and has a "live" zombie targeted (35 or less distance to player) if ((cursorTarget isKindOf "zZombie_base") and (alive...
  7. B

    BDC's Script/Addon Help Thread

    Howdy Kaotix, it doesn't need to be added to the bottom of fn_selfActions.sqf or to variables.sqf. Are you sure when you're trying it out that you're in range of the target (under 36m) and have the zombie targetted on the cursor? You may have to turn cursor on to verify it.
  8. B

    Ammo Press Help

    Ah ok, I got it. Not a bad idea! I like it. However, would you consider adding a couple more balancing factors in such as requiring more particular types of inventory items? I know scrap metal is rare and when found is normally reserved for vehicle repair. What about an interruptible process...
  9. B

    Ammo Press Help

    Howdy SmokeyMeadow, thanks for the addon. I'm still trying to figure out what is meant by "ammo pressing". Could you give a bit of an explanation and why it would be a benefit to a player? Thanks.
  10. B

    [Release] BDC's Flies On Dead Critters (pwnzor0z 1.7.7.1)

    Hey zed heads, Well I had a real good run last night with a few of us on the server including my wife. I'm surprised, shocked, and anything else you can use to describe how I feel about the fact that my normally introverted wife, whose gaming history was mostly being the girl that stands in...
  11. B

    [Release] BDC's Enhanced Jerry/Fuel Can Filling (pwnzor0z 1.7.7.1)

    Hey zed heads, this addon I wrote was one of the first I did a couple of weeks back. I've been making slight tweaks here and there since and I think it's finally ready for public consumption. I didn't like the way the original jerry can/fuel can filling code was done (as it lacked some realism...
  12. B

    BDC's Script/Addon Help Thread

    Anybody need any help with anything I've written and don't want to use PM's? Go for it here and I'll be happy to help out. B
  13. B

    [Release] BDC's Taunt Nearby Zombies (pwnzor0z 1.7.7.1)

    Here's a complete copy of the player_tauntnearbyzed.sqf in case of problem with download link: //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Player_TauntNearbyZed.SQF // Taunt Nearby Zombies - by BDC -...
  14. B

    [Release] BDC's Taunt Nearby Zombies (pwnzor0z 1.7.7.1)

    In teaming up with my wife, during times when it was just us, I'd find myself wanting to figure out an easy way to aggro the nearby zed and/or come up with a way to try and pull aggro off of her so aggro could be mitigated a bit better while she flays the lot of them (that are then chasing me)...
  15. B

    [Release] Crafting Wooden Arrows (pwnzor0z 1.7.7.1)

    Update note for the 24th of Aug - I found a 8th "Empty Tin Can" type and added it into both the player_craftwoodenarrows.sqf script file as well as the variable declaration and "Craft Wooden Arrows (x2)" selection code in fn_selfActions.sqf. Also updated the player_craftwoodenarrows.sqf download...
  16. B

    [Release] BDC's Enhanced Water Bottle Filling (pwnzor0z 1.7.7.1)

    If the Mediafire link to download player_waterFill.sqf is down, here's the file in complete form that can be cut/pasted into a file of the same name. //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // //...
  17. B

    [Release] BDC's Enhanced Water Bottle Filling (pwnzor0z 1.7.7.1)

    Howdy zed heads, this modification here was cooked up several days ago. I can't remember if it was my wife's idea or mine but it turned out real well nonetheless. Basically this is a modification of the water_fill.sqf file located within \dayzinstallfolder\@dayz\addons\dayz_code.pbo file. What...
  18. B

    [Release] Crafting Wooden Arrows (pwnzor0z 1.7.7.1)

    (Updated Aug 24 - added 8th Empty Tin Can type) Howdy folks, I just finished up an add-on that enables the player to craft his or her own wooden arrows. I'm not sure if any add-ons of this type exist as I didn't check ahead of time. This was tested on my own private server using Pwnzor0z's...
  19. B

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

    Here's how I accomplished changing the (global) starting loadout: 1) I extracted dayz_server.pbo (located in \DayzFolder\@hive\Addons) using PBOView to a separate folder and edited the file compile\server_playerLogin.SQF 2) The working loadout I've got located at or around line 27 just under...
  20. B

    Base Building in Pwnoz0r files?

    Howdy Sharkking, the hiveext.dll file - what exactly does this DLL do?
Back
Top