Pinned Loading
-
barebones
barebones Public templateForked from bmddota/barebones
🍖 A starter Dota 2 custom game with useful hooks, settings, and libraries.
-
-
custom spawner
custom spawner 1local delay_before_spawn = 30
2local repeat_interval = 60
3Timers:CreateTimer(delay_before_spawn, function()
4local spawner_name = "name_of_your_spawner_entity_in_hammer"
5local destination_name = "name_of_your_path_corner_entity_in_hammer"
-
-
-
Adjusting creep bounties with Damage...
Adjusting creep bounties with Damage Filter 1-- Damage filter function
2function gamemode:DamageFilter(keys)
3local attacker
4local victim
5if keys.entindex_attacker_const and keys.entindex_victim_const then
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.