Game Development Community

Leveling up

by David Hill · in Technical Issues · 01/13/2008 (5:20 am) · 3 replies

How can i make a multiplayer leveling up system for a fps. IE 1 kill = 10 exp and you need 500 exp to level up to level 2and it gets harder so on and so forth. i have this code working could i mix the above with this http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=4085

#1
01/13/2008 (7:49 am)
There's not much to it, really. When a kill is registered, check that persons kill count and see if it's time to advance their level. If it is, inform the clients of it.
#2
01/13/2008 (10:13 am)
But i need this to be added to their account

edit also the resource i posted in first post isnt 100% working. i have web side working fine. nut ingame it says wrong username and pass. :S
#3
01/13/2008 (10:50 am)
If it's added to their account, then you'll want to update the database that you're using to store the account information.