Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Question] Database Locations - Bosses, Fish Kings, Etc.

Newbie Spellweaver
Joined
Jan 8, 2022
Messages
69
Reaction score
34
Hey all!

I need some assistance. My server is currently offline and I don't want to set up a VM right now to figure this out. If someone who has a server set up already could take a look for me it'd be greatly appreciated.

I need the location of 4 to 12 in the postgres DB:


  1. Online Players (SELECT online_user FROM worlds)
  2. Guilds & Levels (SELECT "name" , lv FROM "family")
  3. List of players; current position & level. ('SELECT given_name , x , y , "level" FROM player_characters')
  4. Timer, Name & Location/Position for Fishing
  5. Timer, Name & Location/Position for Guild Bosses
  6. Timer, Name & Location/Position for World Bosses
  7. Timer, Name & Location/Position for Card Rangers (All, Red, Black, Blue, Yellow, Pink)
  8. Timer, Name & Location for Aura Kingdom Quiz
  9. Timer, Name & Location for Raids (ST, STE, & SR)
  10. Timer, Name & Location for Dungeon Resets
  11. Timer, Name & Location for Battlefields
  12. Paragon

Also if it's ffaccount, ffdb1, ffmember, etc.

Any help would be greatly appreciated!! Thank you all so much.
 
Last edited:
Back
Top