Jump to content

Mystery

Members
  • Posts

    2192
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Mystery

  1. Topsites (Voting pages) other Ragnarok Emulator boards (3CeAM, eAthena, brAthena, etc.)
  2. Shutting off your server... and re-starting them o_O
  3. From recent topics I've came across.. some of these pc_bonus issues are caused by either you indicating the wrong bonuses (i.e. they don't exist in the server or spelt wrong, etc.) or you currently have to much set bonuses inside an item script. You can try increasing PC_BONUS' here: #define MAX_PC_BONUS 10 #define MAX_PC_SKILL_REQUIRE 5 #define MAX_PC_FEELHATE 3 Besides those... I'm not sure exactly what else could be the issue when it comes to pc_bonuses.
  4. I wasn't really asking for all your preferences on a server :> but cool. You honestly like customs in a low rate? Or, Customs on a Low rate with stats? Or, do you prefer customs to be just cosmetic? My perception on customs have shifted =/
  5. Please show me what you've set for your packet_db and mmo.h; hopefully you set those correctly. Most problems is the connectivity between client and server through the packets... and if the packets are incorrect then there's problems. Also, show me your clientinfo to show what you put for the version. I've used 2011 clients in the past and I personally never ran into this, so I'm unaware of what actually could be causing the issue. On a side note, what did you diff your client with? What diffs did you use?
  6. I should redirect you to here.
  7. Mystery

    PIN Code

    I think this should be implemented as long as we have the right clients to support this feature as well as the packets and source coding. If this is implemented, I think it should added as a turn on/turn off mechanism as the others in the battle folder. This way if people don't want it on, they can set it off and those who do want it on, switch it on.
  8. Which doesn't make sense since... well, HR servers are very easy to get things =/ Thanks to everyone who replied :>
  9. Got RO to work on Mac.. best thing ever.

  10. Once again, I say no. It'll be MORE of a hassle to branch off Pre-renewal than to just leave it where it is. It's not harming anyone where it is.. if you don't like pre-renewal, turn it off. If you hate renewal, turn that off. Very simple thanks to the implementation of the mechanics to do so. I'm not going to give a whole spue as to why it should stay, but instead I just went straight to the point.
  11. I HIGHLY recommend you look through guides on the boards or wiki BEFORE getting someone to help you... especially if you're paying them. Learn before you get someone to help you... because if you have another problem, are you going to hire someone again for something so small that you could do? If you really struggle and can't understand what to do, then get someone... but not just anyone. Anyone can PM you saying that they will yet lack knowledge of how to do so. Check the Paid Services section for finding the right person.
  12. my server rates is 5x who i can configure this script part: set $@brate,rand(100,150); // Change the value here for your Base Experience set $@jrate,rand(100,150); // Change the value here for your Job Experience 100 and 150 ? I have to modify? Check this thread to help you. 100 = 1x 150 = 1.5x
  13. Why {0000000}? Amount of time in seconds by which the character deletion is delayed. Change it to 10 so it'll look like: // Amount of time in seconds by which the character deletion is delayed. // Default: 86400 (24 hours) // NOTE: Requires client 2010-08-03aragexeRE or newer. char_del_delay: 10 As for email clients, it should be old 2011/2010 clients.
  14. You can always try this. People told me it's working and there isn't problems with it yet. :>
  15. Please head on over to your conf/char_athena.conf and find: // Amount of time in seconds by which the character deletion is delayed. // Default: 86400 (24 hours) // NOTE: Requires client 2010-08-03aragexeRE or newer. char_del_delay: 86400 and change it accordingly. By default, it's 24 hours.
  16. Em... what features did the client offer that were in the Lighthalzen episode? If not, you can make any client stuck in the "Lighthalzen episode" by removing features in your NPC folder (disabling/enabling certain npcs).
  17. What's your entry in your packet_db? Also, what is your packet version in your mmo.h? Did you make sure to put your Client's date in mmo.h?
  18. You should look at the Wiki article for more information: SVN_Checkout Follow it step by step.
  19. Mystery

    Forum?

    Depends what you're using.. In other words, use it Google to help you search for it.
  20. Rip it from data.grf/rdata.grf o_O.
  21. You need the new msgstringtable that can be found in our forums. However, for the Navigation window, all that is all hard coded into 2012-04-10aRagexeRE clients. More information can be found here regarding that. From the looks of it, your data folder is really outdated and should be updated. You would always want current stuff. As for the GM Command... I'm not sure if you wanna refer to @item2 o_o
  22. Try looking in your doc/script_commands.txt *agitcheck() *agitcheck2() These function will let you check whether the server is currently in WoE mode (or WoE SE mode if the second function is called) and will return 1 if War of Emperium is on and 0 if it isn't. You could use agitcheck to check to see if WoE is currently on. If WoE is currently on, then the buffer won't buff your players.
  23. Item script? Item bonus? If you're unsure if we do or we don't, your best bet is to read the doc/item_bonus.txt file.
×
×
  • Create New...