Jump to content

Hurtsky

Members
  • Posts

    118
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by Hurtsky

  1. pretty nice idea! +1

    On 7/11/2017 at 2:43 PM, Vincentore said:

     

    Would you want a function to check individual files for hashes?

    Example:

    data.grft - Hash: 123456789

    Now a user manipulated the grf file: Hash would be a new one (4123456789).

     

    The patcher would inform the server owner about the manipulation (account name of the manipulative) by e-mail or directly into an log file.

     

    • Upvote 1
  2. yes it is possible @maxine02

    here the step @norirag

    1. just create github page, 

    2. upload thor patcher file , config it like always

    3. because thor patcher does not support https (default domain github page always use https) so you need to use custom domain, register some free domains, .tk .ml or what so ever and change the nameserver to use github page DNS, 

    4. upload the patcher file,

    5. then try update your client using thor patcher

    • Upvote 1
  3. On 2/14/2017 at 5:20 AM, zackdreaver said:

    Hi guys, just some quick updates from me

    As you know,for those who follow this project, I've translated some updates from kRO,

    like kRO's Rebellion patch and new Doram skills, which you can find them in "RebellionRE" folder, and ultimately items from all official servers.

    Regarding my point above, I thought that should be enough to support rAthena's server until 1 or 2 years ahead,

    and I want to announce that maybe in 1 week or so, there will be no more update from me, except if there any critical bug reported by user, as I'm gonna be on hiatus.

     

    regards,

    zack

    thank you so much, and have a good rest :D .. rep++ you

  4. 7 hours ago, crazystorm said:

    Requesting to anyone who can provide their updated mob_db, mob_skill_db, quest_db, item_db, Homunculus_db and instance_db in renewal.

    Thanks in advance 

    you can try from @zackdreaver git, i found it more updated since he also update according to what he have in his translation git

    https://github.com/zackdreaver/rAitemDB

    but this only itemdb and itemcombo..

    for the others thing, just use the one from rathena, for instances that doesn't support yet by rathena, you can buy it from @Emistry or from another devs that sell it :)

    • Upvote 1
  5. just to make we all clear, your VPS, are you already setup apache/nginx server in your VPS? normally you need to setup apache server first when youre using VPS, this is different if youre using shared hosting which already have cpanel, and you can just put the fluxcp file into /public_html

  6. 2 hours ago, Johnathan said:

    I'm trying to import the sql-files, but I'm getting errors in the fields related to datetime. I'm using the latest version of rathena.

    
    CREATE TABLE IF NOT EXISTS `charlog` (
      `time` datetime NOT NULL default '0000-00-00 00:00:00',
      `char_msg` varchar(255) NOT NULL default 'char select',
      `account_id` int(11) NOT NULL default '0',
      `char_num` tinyint(4) NOT NULL default '0',
      `name` varchar(23) NOT NULL default '',
      `str` int(11) unsigned NOT NULL default '0',
      `agi` int(11) unsigned NOT NULL default '0',
      `vit` int(11) unsigned NOT NULL default '0',
      `int` int(11) unsigned NOT NULL default '0',
      `dex` int(11) unsigned NOT NULL default '0',
      `luk` int(11) unsigned NOT NULL default '0',
      `hair` tinyint(4) NOT NULL default '0',
      `hair_color` int(11) NOT NULL default '0'
    ) ENGINE=MyISAM; 

    Importing the main.sql above, I get the error: ERROR 1067 (42000) at line 271: Invalid default value for 'time'. This error occur in all files which use datetime.

    Anyone can help me?

    add this to your my.ini/my.cnf

    sql_mode = NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES

    after [mysqld] for temporary fix

    • Upvote 1
  7. 3 hours ago, mirabell said:

    sorry to revive this but i didnt think it was appropriate to open a new topic when one was opened. 

     

    I have a dedicated server for RO and a webhost for my website. My website allows Outgoing port to be opened but not incoming. doesnt it need both to work ? i wanted to know this before i transfer to this new webhost. I figured website sent request out but doesnt it need the incoming reply ?

    Yes it will work, you only need outgoing port only.

  8. about open port, you surely need to ask godaddy about this, only they can open the port, normally shared webhost will only open full apache port only, unless you request.

    if youre seeing offline in your page, means, your webserver <-> emulator server is closed, either configure your emulator/web server to accept those connection by adding the IP of your webserver/emulator to your webserver/emulator server firewall iptables.

    about php that check your ping, i think its already alot on google. 

×
×
  • Create New...