Jump to content

clydelion

Members
  • Posts

    754
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by clydelion

  1. Happy holidays to everyone :3

  2. well, i think there's no setting for that cp.. try to execute this in your sql.. ALTER TABLE `login` CHANGE `group_id` `group_id` TINYINT( 3 ) NOT NULL DEFAULT '1';
  3. I'm asking for your control panel, not ftp client..
  4. Can you tell us which CP are you using? (flux,ceres,rocp,etc)
  5. When diffing, tick the 'Enable Title Bar Menu' option. Description: Changes the window style to display all buttons (minimize, maximize, close) and the icon in the title bar.
  6. Judas compiled a recommended pack.. http://supportmii.com/ro1/Clients/Weediff2012Pack_v5.7.7z
  7. any error? Do not enable the "Do not show missing file errors" for it to display errors.
  8. Just press ok to use gravity's default, it is for npc dialog window.
  9. any packet error in mapserver? what client? are you positive that it is the one you set in mmo.h?
  10. try reinstalling your cp, http://yoursite.com/?module=install&action=reinstall
  11. Replace the last entry (packet ver 30) with this http://svn6.assembla.com/svn/ClientSide/Packets/Packet_db/packets_2011-12-07aRagexeRE.txt or http://svn6.assembla.com/svn/ClientSide/Packets/Packet_db/packets_2011-11-22aRagexeRE.txt whichever client you would use.
  12. application.php 'DebugMode' => true, error.php $showExceptions = true;
  13. Here's a sample setting. and how it should look like servers.php
  14. I didn't get you clearly, but if you want to replace zeny with $, then replace all occurrences of the word zeny/zennies in your msgstringtable.txt.
  15. check your clientinfo.xml, ip should be 127.0.0.1 not 107.0.0.1
  16. what modification did you add recently?
  17. This part is the fluxcp database servers.php 'DbConfig' => array( //'Socket' => '/tmp/mysql.sock', //'Port' => 3306, //'Encoding' => 'utf8', // Connection encoding -- use whatever here your MySQL tables collation is. 'Convert' => 'utf8', // -- 'Convert' option only works when 'Encoding' option is specified and iconv (http://php.net/iconv) is available. // -- It specifies the encoding to convert your MySQL data to on the website (most likely needs to be utf8) 'Hostname' => '127.0.0.1', 'Username' => 'ragnarok', 'Password' => 'ragnarok', 'Database' => 'ragnarok', 'Persistent' => true, 'Timezone' => null // Example: '+0:00' is UTC. // The possible values of 'Timezone' is as documented from the MySQL website: // "The value can be given as a string indicating an offset from UTC, such as '+10:00' or '-6:00'." // "The value can be given as a named time zone, such as 'Europe/Helsinki', 'US/Eastern', or 'MET'." (see below continuation!) // **"Named time zones can be used only if the time zone information tables in the mysql database have been created and populated." ),
  18. FluxCP use *athena's database for in-game data only. You can use a different sql server for FluxCP-only tables. check config/servers.php
  19. The server is already running, but in a crashed state waiting to be restarted. execute ./athena-start restart This will close all instances of rathena, then start a new one.
  20. I assume you are using Thor Patcher. In your plist.txt, you should have something like this 1 patch1.thor 2 patch1b 3 patch2 the format is: patchnumber<space>filename.thor The patchnumber must be incremental, not necessarily by 1 though. Never repeat a number or else it won't patch and the users will have to delete the .dat file. sample: 1 patch00001 2 patch00001 3 patch00001 4 patch00213 5 patch002131 10 patch00312 20 patch002231 21 patch0033 35 patch0022 50 patch00111 100 patch00222 101 patch001231
  21. Its probably just you, can you share your PC specs? video card, ram, etc.
  22. What for? It's as if you're talking to 2 npcs at once, and that's not allowed.
  23. well if that's the case, try to disable effects and see if it still lags. because server perfomance affects the whole server, not just a specific area.
  24. are you positive that it isnt a network lag? you may want to try using this http://www.eathena.ws/board/index.php?showtopic=198741
×
×
  • Create New...