Recent content by Baesics

  1. B

    A Set Bonus Mod

    Anyone figure out a way to make it where putting on certain clothes/accessories give you special stats? like wearing all Steel with nerdy glasses give you a 10% damage boost? (just a example) and the bonus will go away once you take one of the peices off.... or just making 2 set bonuses of...
  2. B

    Help with Console Commands regarding Spawning

    this maybe has been resolved already but does anyone know of a mod or even a command that lets you spawn an entity at a location instead of a player? like if i wanted to spawn a certain zombie at coordinates? i see when i type help in console, a command that says "SpawnEntityAt" (sea) but i...
  3. B

    Question / Idea

    Is there any code out there to basically spawn something when an entity gets killed? for example, if i kill zombieJoe, i want a animalWolf to spawn i have a server setup where the wolf aids you and kills the zombie i wanted to put a prob chance when a zombie get killed that a wolf will spawn...
  4. B

    Question Regarding Zombie Health

    Hello all, <passive_effect name="HealthMax" operation="base_set" value="1000"/> <passive_effect name="HealthMax" operation="perc_set" value="1"/> <!-- Zombie HP scale --> so i understand that the Base set value of 1000 is the health of the zombie but what does it mean by...
  5. B

    Wolf is your friend but kills zombies

    Hello All, messing around with scripts (as always) and i think i figured out a way to make Wolves your friend and kill Zombies i will copy and paste the whole code (from the entityclasses.xml) ... <entity_class name="animalWolf" extends="animalTemplateTimid"> <property name="Tags"...
  6. B

    Adding a headshot modifier to a weapon

    Hello everyone, i was doing some testing today to figure out how to make headshots do more damage and body shots do less than headshots (the game naturally has headshot damage do more damage but i wanted to see if i can increase it) So this is what i have found: Here is the full code (i added...
  7. B

    Create a Zombie Boss that drops good loot

    Hi Guys! I have been messing around with the game for the last 2 days, researching mods and stuff and from it, i got an idea, didnt think it would work since i have 0 coding skills but i managed to make it work So what i did is i took the Zombie FatCop and basically made it a boss with super...
Back
Top