Jump to content

OmarAcero

Members
  • Content Count

    173
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by OmarAcero


  1. Solved  @Asheraf  thanks, you have to edit the last lines of your file skilltreeview.lub to: 

    Spoiler

    JobSkillTab.ChangeSkillTabName(JOBID.JT_NOVICE, "1st", "2nd", "3rd")
    JobSkillTab.ChangeSkillTabName(JOBID.JT_NINJA, "1st", "2nd")
    JobSkillTab.ChangeSkillTabName(JOBID.JT_GUNSLINGER, "1st", "2nd")
    JobSkillTab.ChangeSkillTabName(JOBID.JT_SUPERNOVICE, "1st", "2nd")
    JobSkillTab.ChangeSkillTabName(JOBID.JT_TAEKWON, "1st", "2nd", "3rd")
    JobSkillTab.ChangeSkillTabName(JOBID.JT_STAR, "1st", "2nd", "3rd")
    JobSkillTab.ChangeSkillTabName(JOBID.JT_LINKER, "1st", "2nd", "3rd")
    JobSkillTab.ChangeSkillTabName(JOBID.JT_STAR2, "1st", "2nd", "3rd")
    JobSkillTab.ChangeSkillTabName(JOBID.JT_DO_SUMMONER, "Summoner")
    JobSkillTab.ChangeSkillTabName(JOBID.JT_DO_SUMMONER_B, "Summoner")

     


  2. Well brother you were right, it was necessary to prepare the emulator to configure it in 64 bits...

    Thanks.

    On 2/11/2018 at 5:31 PM, 4144 said:

    look like you not have 32 bit libs on 64 bit system.

    I not sure is 3CeAM can really works in 64 bit mode, but you can try run

    
    ./configure --enable-64bit
    make

     

     


  3. I'll try...
    6 hours ago, 4144 said:

    look like you not have 32 bit libs on 64 bit system.

    I not sure is 3CeAM can really works in 64 bit mode, but you can try run

    
    ./configure --enable-64bit
    make

     

    I think it comes by default activated for 64 bit... I can compile the emulator in Cygwind 32 bits with:

    Spoiler

    DWrqKXD.jpg

    mUxGy4W.jpg

     Note: SUPPORT
    

  4. I managed to solve the issue

    1.- Add only the packages required for MYSQL

    Spoiler

    szspdXK.jpg

    2.- Install MariaDB(Mysql) 

    Spoiler

    Set up MariaDB (MySQL)

    Note that this actually sets up MariaDB which is named mysql in Cygwin.

    from the Administrator terminal run:

    mysql_install_db

    Start the mysql server:

    mysqld_safe &

    then run:

    mysql_secure_installation

    You should then be able to log in to MariaDB from a non-administrative shell with:

    mysql -u root -p

    Install the MariaDB service

    First stop any running instance (run in an admin shell):

    mysqladmin.exe -u root -p shutdown

    Then install the service:

    cygrunsrv.exe -I mysqld -d "Cygwin MariaDB server" -p /usr/bin/mysqld_safe

    You can start it with:

    cygrunsrv -S mysql

    3.- Now I can compile the emulator in SQL
    4.- For the requirements and Packages follow the guide of Debian HERE


  5. @AnnieRuru I did not understand very well, but could you improve that script and make it work?....
    The original script was made for eathena, maybe with some small adjustments the script can work on hercules too.

    it's a good script just need to adjust the small details...  lf you can get the script to work, I'd appreciate it for the rest of your life. ty.


  6. @AnnieRuru  hmmm I do not get any error!! 

    Spoiler

    bY3pG3f.jpg

     My Emulator is Hercules update 15-04-2018
    Use my file, I'm attaching it in .zip....

    Note: I have disabled all the columns of types of monsters for the invasions, only the column of aqua is enabled, therefore, please try only to activating the invasion of monster type aqua. Until we can solve this problem.

    The_Invasor.zip

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.