Jump to content

Sryx

Members
  • Posts

    520
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by Sryx

  1. Your request is different from my services.

    + you are the one who offer the price.

     

    Once again godbless. ? 

    6ZS673LI-uvuLB3e_2SxKDmF1GDOJvpdVHE5GsWE

    32 minutes ago, Stevenv said:

    Sryx RO Service   Hire Service ......

    He ask double to europe people then what he ask here on forum on forum 15$ on me 30 euro =34 Dolar

    My rAthena is already installed and client on server working ,he just needed do let my client connect from outside server make i had lv 255 and flux installed +job NPC so 1/2 less work and i pay double then other ....

    I was planning to give even that but paypal asked 4 euro Fee ,so i told 26 euro he say if not 30 no deal so i blocked him and i told i report it

     

    Sryx chat.png

    Sryx config.png

     

  2. 54 minutes ago, rickzilla said:

    Hi hello everyone.

    I'm facing this problem, my Thor Patcher only update if I delete the server.dat file.

    Any solution already known?

     

    For sample:

    - If I put my Thor Patcher.exe alone in a folder, it download the files from my /patcher folder

    - If I put my thor patcher.exe in my server folder, it doesn't download nothing and allows game to start. Except when I delete the server.dat 

     

    Try to put a big jump to your patch number in plist.txt. 

     

    ex. 

    1000 thor.thor

  3. 14 minutes ago, Vettra said:

    How i add a table?

    0Ti0jSW.png?1

    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;

     

  4. 11 hours ago, Kalimus said:

    Hello.
    I want to create a item in my Database, that can be equiped only by Doram Race.
    But i just don't kwon what do i have to put in "equip_jobs", since my database does not have any Doram Item yet,
    so i can not just copy it.

    Does anyone has any clue about that?
    Thank you a lot

    doram.png.efef26f10bb30853ec7c79215e0ac3c1.png

    Here, it will automatically converted to decimal if not copy the decimal value below.

    0x80000000

     

    2147483648

     

    • Upvote 1
  5. 19 hours ago, G-RO said:

    hi how to rename the flux control panel sub menu

    like the Donate how can i make Donate Online ? thankyou

    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',
    • Upvote 1
×
×
  • Create New...