A3Armory / A3A_A3Wasteland_Sock.Altis

A3Wasteland is a harsh survival sandbox mission for Arma 3 where two teams and independent players fight for survival. This is a collaboration between GoT, TPG, KoS, 404Games, and others.
GNU Affero General Public License v3.0
0 stars 5 forks source link

Bounty system #41

Closed tylers-dev closed 8 years ago

tylers-dev commented 8 years ago

System to pay for putting bounties on enemy players. Payment integrated in current ATM. Bounties display in Scoreboard. Persistence to store bounty kills and prevent groups from collecting each other's bounties.

AgentRev commented 8 years ago

at first glance, I would say this looks pretty decent :+1:

tylers-dev commented 8 years ago

You'd cry if you knew how long it took me. But I learned a lot.

tylers-dev commented 8 years ago

Oh and worth noting, it's not exactly extDB working. Once we're up and running I can work it in, but the sock db is all I've got to test right now.

AgentRev commented 8 years ago

that'd be like a 10-min edit really... just a couple of fields

Masiin commented 8 years ago

Agent, what would be the edit to make it work with extDB?

AgentRev commented 8 years ago

Adding the fields to the database structure, writing them in the loading and saving procedure, etc...