Jump to content

evilpuncker

Community Contributors
  • Content Count

    2178
  • Joined

  • Last visited

  • Days Won

    66

Posts posted by evilpuncker


  1.  

    O seu emulador provavelmente está configurado para acessar a database "ragnarok" como é padrão nas configurações do inter_athena, sendo que o usuário da database é root, você tem que ir até o phpmyadmin e dar todos os privilégios para esse usuário (ragnarok), e assim você rodará normal. 

     

    ps: Não é aconselhável ficar com o usuário root por ser padrão, só você mudar no phpmyadmin e depois configurar o inter_athena com os mesmos dados. 

     

    Caso não dê certo, recrie o banco de dados com esses comandos: 

    CREATE USER 'ragnarok'@'%' IDENTIFIED BY 'ragnarok';
    GRANT ALL PRIVILEGES ON 'ragnarok'.* to 'ragnarok'@'%' IDENTIFIED BY 'ragnarok';
    flush privileges;
    
    /* Se der erro de syntax, use esse comando: */ 
    
    CREATE USER 'ragnarok'@'%' IDENTIFIED BY 'ragnarok';
      GRANT ALL PRIVILEGES ON ragnarok.* to 'ragnarok'@'%' IDENTIFIED BY 'ragnarok';
    

     

    não é isso não, o hercules realmente mudou e não está aconselhando usar root no OS

     

    https://github.com/HerculesWS/Hercules/pull/1338

     

    se vc entende os riscos e continuar, abra o core.c, tire os // do 

     

    //#define I_AM_AWARE_OF_THE_RISK_AND_STILL_WANT_TO_RUN_HERCULES_AS_ROOT

     

    e recompile


  2. 
    

    {

    Id: 12118

    AegisName: "Resist_Fire"

    Name: "Fireproof Potion"

    Type: 2

    Buy: 2

    Weight: 10

    BuyingStore: true

    Script: <" sc_start4 SC_ARMORPROPERTY,1200000,-15,0,20,0; ">

    },

    {

    Id: 12119

    AegisName: "Resist_Water"

    Name: "Coldproof Potion"

    Type: 2

    Buy: 2

    Weight: 10

    BuyingStore: true

    Script: <" sc_start4 SC_ARMORPROPERTY,1200000,20,0,0,-15; ">

    },

    {

    Id: 12120

    AegisName: "Resist_Earth"

    Name: "Earthproof Potion"

    Type: 2

    Buy: 2

    Weight: 10

    BuyingStore: true

    Script: <" sc_start4 SC_ARMORPROPERTY,1200000,0,20,-15,0; ">

    },

    {

    Id: 12121

    AegisName: "Resist_Wind"

    Name: "Thunderproof Potion"

    Type: 2

    Buy: 2

    Weight: 10

    BuyingStore: true

    Script: <" sc_start4 SC_ARMORPROPERTY,1200000,0,-15,0,20; ">

    },

    {

    Id: 12279

    AegisName: "Undead_Element_Scroll"

    Name: "Undead Elemental Scroll"

    Type: 2

    Weight: 10

    Script: <" sc_start4 SC_ARMOR_RESIST,300000,20,20,20,20; ">

    },


  3.  

     

    @AnnieRuru

     

    if you are accepting suggestions: add a simple config with a minimum gm lvl to bypass this, great work as always!

    yeaah i agree to this.. and also please update this plugin to the latest revision of hercules... and also the fixaspd mapflag  :D  :D  :D

     

    dastgir already fixed them here

×
×
  • Create New...

Important Information

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