Jump to content

bWolfie

Members
  • Content Count

    848
  • Joined

  • Last visited

  • Days Won

    34

Reputation Activity

  1. Upvote
    bWolfie got a reaction from Chemical Crush in Map: Unknown Area   
    Sorry I found the error. I had a mapnametable.txt in my /data/ folder and it was overriding the one in my grf.
  2. Upvote
    bWolfie got a reaction from Chemical Crush in Map: Unknown Area   
    I tried searching, people say they fixed their problem, but never explained how. 
     

     
    I have updated mapnametable.txt
     
     
     and map_cache.dat.
     
     
     
    Solutions pretty please . also shout out to Chemical Crush for making this map
  3. Upvote
    bWolfie reacted to maqc1 in Convert database to Hercules   
    I did this a couple months ago and it worked great.
     
    First, you need to import all of eAthena SQL updates. You can find them in eAthena's repository : https://eathena-project.googlecode.com/svn/trunk/sql-files/
     
    After that, you import "eAthena-main-upgrade.sql" from Hercules' repository. You can find it here : https://github.com/HerculesWS/Hercules/blob/master/sql-files/upgrades/eAthena-main-upgrade.sql
     
    You can do the same with "eAthena-logs-upgrade.sql" if you want to keep your old logs : https://github.com/HerculesWS/Hercules/blob/master/sql-files/upgrades/eAthena-logs-upgrade.sql
     
    After this is done, you run all Hercules SQL updates from the repository : https://github.com/HerculesWS/Hercules/tree/master/sql-files/upgrades
     
    As I said, I moved from eAthena to Hercules a couple months ago and it worked fine! Just backup your database in case you make an error.
  4. Upvote
    bWolfie got a reaction from Nebraskka in Convert database to Hercules   
    Hello Hercules,
     
    I am asking on behalf of somebody. Our server wants to move its database to Hercules. We are a very old server, still running eAthena. I'm unsure of the logistics, but our server's database is very large. The server has racked up 7-8 years of data. We have already begun moving all our scripts, soon we want to move server info like accounts and stuff.
     
    Please, I am looking for any advice. I'm a little scared something will go horribly wrong. I'm not hugely clued in on the operation, but the conversion/upgrade is the SQL database and such where account, char info, etc. is stored.
     
    Thank you.
  5. Upvote
    bWolfie reacted to Ehwaz in Disable Account Security Code?   
    conf/char-server.conf
    //================================================================== // Pincode system //================================================================== // A window is opened before you can select your character and you will have to enter a pincode by using only your mouse // NOTE: Requires client 2011-03-09aragexeRE or newer. // 0: disabled // 1: enabled pincode_enabled: 0 // Request Pincode only on login or on everytime char select is accessed? // 0: only on login (default) // 1: everytime the char select window is accessed pincode_charselect: 0 // How often does a user have to change his pincode? // Default: 0 // 0: never // X: every X minutes pincode_changetime: 0 // How often can a user enter the wrong password? // Default: 3 // NOTE: The maximum on clientside is 3 pincode_maxtry: 3 Useless if you put into import/char_conf.txt
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.