- Joined
- Oct 12, 2013
- Messages
- 217
- Reaction score
- 69
Where can i change the amount of $$$ the zombies drop. Currently its random but the amounts are too high. I would like to make it like $10 - 75.
CODEX SRC
CODEX SRC
use [WarZ]
go
update Items_LootData
set Chance = 20, GDMin = 10, GDMax = 75
where LootID = 301136 and ItemID = 0
GO
update Items_LootData
set chance = 30
where LootID = 301136 and itemID = -1; -- chance 40, ZOMBIE- Money (drop 0)
Where can i change the amount of $$$ the zombies drop. Currently its random but the amounts are too high. I would like to make it like $10 - 75.
CODEX SRC
declare this argument u_GetRandomHow do I set it to random? Just have this command line in UserRewards.cpp
"SetReward(1, "ZombieKill", 2, 2, 5, 5);"
So just give me 4 XP of each zombie, but how can I change it that I get a random amount of $ which I can edit?