Jump to content

Sryx

Members
  • Posts

    520
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Sryx

  1. Your request is different from my services. + you are the one who offer the price. Once again godbless. ?
  2. Try to put a big jump to your patch number in plist.txt. ex. 1000 thor.thor
  3. Check if you enabled packet encryption in your client vs your src.
  4. It seems that every port is closed. Check here. https://www.yougetsignal.com/tools/open-ports/
  5. Check rAthena wiki. https://github.com/rathena/rathena/wiki/Install-on-Centos#how-to-recompile
  6. Sryx

    Achievement

    Try this. (or check your main.sql) CREATE TABLE IF NOT EXISTS `achievement` ( `char_id` int(11) unsigned NOT NULL default '0', `id` bigint(11) unsigned NOT NULL, `count1` mediumint(8) unsigned NOT NULL default '0', `count2` mediumint(8) unsigned NOT NULL default '0', `count3` mediumint(8) unsigned NOT NULL default '0', `count4` mediumint(8) unsigned NOT NULL default '0', `count5` mediumint(8) unsigned NOT NULL default '0', `count6` mediumint(8) unsigned NOT NULL default '0', `count7` mediumint(8) unsigned NOT NULL default '0', `count8` mediumint(8) unsigned NOT NULL default '0', `count9` mediumint(8) unsigned NOT NULL default '0', `count10` mediumint(8) unsigned NOT NULL default '0', `completed` datetime, `rewarded` datetime, PRIMARY KEY (`char_id`,`id`), KEY `char_id` (`char_id`) ) ENGINE=MyISAM;
  7. Anong git hash mo? Post ka rin ng screenshot ng Console Error.
  8. Try to use view id 0 on your costume.
  9. Just replace the .bmp file on your grf. You can find it here. data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\basic_interface
  10. Try this one, its similar to @Emistry Paid Script. (check if it works on latest rA)
  11. Try to check your mob mode. https://github.com/rathena/rathena/blob/master/doc/mob_db_mode_list.txt#L109
  12. Yes, on thor generator select File instead of RO - GRF.
  13. Check here. https://rathena.org/thirdpartyservices/ *Topic moved to General Support*
  14. Submit your file here. https://rathena.org/board/files/
  15. Here, it will automatically converted to decimal if not copy the decimal value below. 0x80000000 2147483648
  16. Check this topic, it may help you.
  17. Just change the DonateLabel 'Donate Online' => array('module' => 'donate'), or Go to. lang/en_us.php Then find DonateLabel, then edit your desired label. 'DonateLabel' => 'Donate',
  18. 1. Diff mo client mo tas select mo yung "Custom Window Title" 2. Gamit ka Hex Editor.
×
×
  • Create New...