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!

Recent content by Redfoo

  1. R

    [Help] A few things

    A: Understood. B: Actually there is nothing there i already thought so and checked it C: Understood. thnx.
  2. R

    [Help] A few things

    Thank you for all the help mate. A:Well im kinda understand what u say. There is indeed saveToDB() in the disconnect function in MapleClient, but the showDownServer file doesn't have the disconnect so basically it doesn't have the saveToDB so i guess i should add it? B: I went to HealOverTime...
  3. R

    [Help] A few things

    Hi, again. So..I have a few more questions and i would like to get some help: A: This is my shutDownServer file.Why there is no saveToDB() function? am i missing somthing or im correct? B: I noticed there is no function that increase the life when sitting on a chair(the function is missing...
  4. R

    [Help] command Log system

    Forgot to thank you about the help too ;) Thank you for showing me how the timer works. Is it runs itself that way? about the time i will search for in i should learn it anyway.
  5. R

    [Help] command Log system

    Thank you, it helped alot .! To be honest, i understand the idea of what u said but didn't really understand how should it look(the code) and how to do it.. Basically what u say is to make a commandLog class that has a String that gathers the info and to make a method that inserts the data...
  6. R

    [Help] command Log system

    Sorry for thinking that way. So you say option B is better ah? Saving the log by itself? Isn't it too much? I mean - it will update the log in the sql every minute and it can cause some memory leaks and such besides the fact it can make it difficult for the server that has enough anyway
  7. R

    [Help] command Log system

    I think u miss understood me. I didn't mean to remove the saveToDB(). I just wonderd which way is better to save the commands log into the sql - through the saveToDB() which means that the log will be updated only when the saveToDB works or maybe to make a function that saves the log itself and...
  8. R

    [Help] command Log system

    In MapleCharacter: and this specific in saveToDB which in MapleCharacter: This is one way. The other way is to use 4-5 sql lines that opens the connection to the sql, inserts the String that includes the command to the correct query and saves it. But again - The dilema which way is better..
  9. R

    [Help] command Log system

    Hi. Just wanted to ask - which way is better to code a mini log system that saves the command's admin used. A: A mini log system that works by its own and updates the sql constantly (everytime a gm uses a command). B: A mini log system that saves the data through the saveToDB() method in...
  10. R

    Need the name of some function

    Hey all, So i've enterd MesoDropHandler and noticed that there are 2 checks their: if playerIsAlive() and c.getPlayer().getCheatTracker().Spam(500, 2) This checks made in order to prevent player drop some meso if he doesn't alive and if he spams the system.. I've noticed that there is not check...
  11. R

    [help]Some website/server that gives information about v.55 G-MS

    Well i wanne develop a stable v.55 source without anybugs and to make everything work as it should, but i dont have enough information about v.55 so i don't know how any npc should look like. I can work with the quests cause i'm using Odin rev 988 and it already has the base in each quest and...
Back
Top