Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. Club System:
  2.  
  3. In my MMORPG game there's a feature called "CLUBS", it is basically an club/team/clan system where the players can have their own club by making one, or just joining to an existing one. This system is already working on the game
  4. but need to implement it on the panel user.
  5.  
  6.  
  7.  
  8. - On the logged page, I want to add custom pages for every character created.
  9.  
  10. For example: https://i.gyazo.com/e30663829d06b66b47a36c3cb1b7fbbf.png
  11.  
  12. If click on first character "belude" it will display a new page and show the details for that character.
  13.  
  14. * Name of the character
  15. * Level
  16. * Position
  17. * History Total Goals
  18. * Club name
  19.  
  20.  
  21.  
  22.  
  23. There will be three buttons:
  24.  
  25.  
  26. - Create an new Club (This will be a page to create a new club, you must follow this SQL format & order)
  27. ID,name,description,clubpoints=0,membership_mode=ask_the_player) the rest will go NULL value.
  28.  
  29.  
  30.  
  31.  
  32. - Join an existing club (This page will allow players to join an existing group, it has to display all the existing clubs, and allow them to send an request & join to any of those.
  33.  
  34.  
  35. - Club Founder Panel (Only for club founders, this will be an panel to kick players from clubs, accept or deny requests. The founder can also delete the club.
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42. That is all what I need, its an friendly club system, I'm offering a budget of $40 USD. All this work is only SQL queries to the database of the game.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement