sniko Posted May 23, 2020 Posted May 23, 2020 I doubt you'll get interest without supplying more information... and if you do get interest, why are you intentionally putting friction on discussions about it? 1 Quote
MNG Posted May 23, 2020 Author Posted May 23, 2020 29 minutes ago, sniko said: I doubt you'll get interest without supplying more information... and if you do get interest, why are you intentionally putting friction on discussions about it? I honestly thought I typed more than that sorry. Was a bit in a hurry but I wanted a feature where players have 5 options to choose from when they first login. Once they choose it they get sent to a certain city. And a profile banner shows which group they’re in. I know this have a name but I can’t figure out what’s it call. Quote
Magictallguy Posted May 23, 2020 Posted May 23, 2020 15 hours ago, MNG said: I honestly thought I typed more than that sorry. Was a bit in a hurry but I wanted a feature where players have 5 options to choose from when they first login. Once they choose it they get sent to a certain city. And a profile banner shows which group they’re in. I know this have a name but I can’t figure out what’s it call. Player classes + player class-based locations? System factions (not gangs)? Quote
MNG Posted May 23, 2020 Author Posted May 23, 2020 4 hours ago, Magictallguy said: Player classes + player class-based locations? System factions (not gangs)? Right on the target! player classes what’s it called. Yeah nothing to simple, it just put them in a city and give them a banner of what class they are. Quote
Spydre452 Posted May 23, 2020 Posted May 23, 2020 (edited) 24 minutes ago, MNG said: Right on the target! player classes what’s it called. Yeah nothing to simple, it just put them in a city and give them a banner of what class they are. Easy enough to do? Create a separate table called `player_classes` and have columns set as `id`, `name`, `location`, `banner`. Input your player classes details, and reference location by `location_id` from `locations` table. Add a new column to `users`, called `player_class`, store data through integer - correlating to the appropriate `id` set in `player_classes`. Reference the player class detail through a left join query or create class functions to call the necessary data. Add a dropdown/checkbox player class option in register and send the data on signup. Edited May 23, 2020 by Spydre452 3 Quote
KyleMassacre Posted July 19, 2020 Posted July 19, 2020 A little old but I made something similar to this Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.