Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/07/21 in Posts

  1. make sure u didn't diff this option
    1 point
  2. I think you can simply just edit this https://github.com/rathena/rathena/blob/master/db/item_randomopt_db.yml just remove the mode line "Mode: Renewal"
    1 point
  3. I don't know how you ended up with a corrupted ragsrvinfo table, but try running this query; DROP TABLE IF EXISTS `ragsrvinfo`; CREATE TABLE `ragsrvinfo` ( `index` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `exp` int(11) unsigned NOT NULL default '0', `jexp` int(11) unsigned NOT NULL default '0', `drop` int(11) unsigned NOT NULL default '0' ) ENGINE=MyISAM; This will, drop your old ragsrvinfo table and re-create a new one.
    1 point
×
×
  • Create New...