Jump to content

Gladius

Members
  • Posts

    235
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Gladius

  1. 25 minutes ago, Mitosky said:

    Hi sirs, I would like to know how I can increase the damage of pets, pls help!!

    :c

    // When pet leveling is enabled, these are the imposed caps on
    // min/max damage. Note that these only cap atk1 and atk2, if you 
    // enable pet_str, their max damage is then their base_atk + pet_max_atk2
    pet_max_atk1: 500
    pet_max_atk2: 1000

    conf/battle/pet.conf

    • Like 1
  2. Si instaló el diff de los costume itens, es probable que esté usando la V2, que tiene un erro, ignora todos los efectos de los costume itens.

    Este error ocurrió cuando intentaron corregir el sistema de conversión de costume itens.
    Después de la conversión, el equipo mantuvo los atributos, e incluso hizo combos.
    Intentaron corregir poniendo a cero los efectos de los costume itens, la mayoría causando problemas en los shadow armors y hateffect.

    No conozco ninguna corrección de este sistema, le aconsejo que lo elimine.

  3. 5 hours ago, ReDay said:

    Galera alguém ai saber tira os requisito do ataque fera, porque eu retirei e mesmo assim não consigo usar e meu servidor e sem restrições ?

     

    Guys does anyone know how to remove the requirements of the beast attack, because I removed it and I still can't use it and my server and without restrictions?

    Be careful when requesting support en in international forums of rAthena ...
    Always use the support area pt-br: https://rathena.org/board/forum/157-suporte-geral/
    Although you have translated, moderation is not always tolerant.

  4. 31 minutes ago, mrfizi said:

    or you can use @mapflag noskill 0 on each map in game

    What is the point of using the command manually?
    henever the server goes down, or it reloads it will have to go on 8 maps using the command lol
    Forcing skillon on oninit is the best, most practical and smart alternative.
    What you said is an amateur solution, which has no knowledge. 🤢

  5. 11 hours ago, mrfizi said:

    check here: /npc/mapflag/noskill.txt


    There is no such lock on this file.
    https://github.com/rathena/rathena/blob/master/npc/mapflag/noskill.txt

    It is better to force the skillon activation on the map, since we do not know where the mapflag is being active.
    Example below: (Remove ++ before adding it to your script, it is just a reference.)
     

    OnInit:
    	++skillon "06guild_01";
    	++skillon "06guild_02";
    	++skillon "06guild_03";
    	++skillon "06guild_04";
    	++skillon "06guild_05";
    	++skillon "06guild_06";
    	++skillon "06guild_07";
    	++skillon "06guild_08";
    	.color$[1] =  "^EE8800"; // party color
    	.color$[2] =  "^70CC11"; // guild color
    	.color$[3] =  "^0000FF"; // account color
    	waitingroom "Sala MVP",0;
    	end;
    }

     

  6. 8 hours ago, iSnowFlakes said:

    i want to have a mob count for nightmare biolab, 

    this is for player to have a counter for them to know how many more they need to kill for the mvp to spawn and keep in count of how many true mobs (true seyren, true eremes etc etc) still left needed to be killed 


    thanks in advance1!

    I used this script to summon champion monsters on my server. Exemple_Champiom_Monstros.txt
    After defeating 100x monster X, he summons monster Y.

  7. 3 hours ago, chadness said:

    sir even if i change it to 0 its not reseting in the main server did i need to restart?

     

    The change will only be applied after restarting the server. I told you lol
    "ut it is necessary to restart the emulator to update the information in real time."

  8. 6 hours ago, Tulkas said:

    Tengo un servidor local para pruebas y 2 meses haciendo configuraciones; hoy note que las mascotas no cogen items del suelo, en el archivo conf/battle/pet.conf no encontré la opción que maneja esto de los items...

     

    Alguien sabe algo al respecto?


    Recuerdo que esta función se eliminó porque era posible duplicar itens con ella.
    Recomiendo no activarlo.

  9. On 2/28/2021 at 4:54 AM, lLoydxx said:

    Boa madrugada galera, queria saber se alguém teria disponível o npc sobrevivente arena pvp onde os jogadores se enfrentam e o último que sobreviver ganha o prêmio do evento.

     

    E um narrador PvP que anuncie nos mapas que eu puder selecionar:

    "O Jogador fulano matou cicrano!"

    ou quando o cara se mata...

    "O Jogador joão se suicidou!"

     

    Agradeço toda e qualquer ajuda desde já!

    Eu tenho, me chama no discord 🙂

  10. 2 hours ago, Saita said:

    I tried messaging him but it said he can't receive messages =\

    The database approach would be perfect, by it seems rAthena does not store vends in the database without some sort of plugin.
    At least I couldn't find it by looking at the official git repository.

    See https://github.com/rathena/rathena/blob/master/sql-files/main.sql#L1053

    Contact with him is very difficult, he only responds when the user wants to buy something.
    I recommend you to develop your system in an alternative way, without depending on it.
    As I suggested, make the system using the server database...

  11. 32 minutes ago, Saita said:

    Is it possible to enable botting for specific accounts?

    I want to be able to bot for a feature I am developing, mainly to fetch all the shops in town for an app I am making.

    I don't own a server, but some server admins I am contacting would let me bot but they don't know how to allow it with gepard.

    You can develop the system from the "vending_items" SQL table.
    I don't know if this is what you want to create, but it is an idea.

    Better to ask @Functor directly.
    It must be possible through a whitelist, but I believe that there is no such thing developed.

  12. 25 minutes ago, kalabasa said:

    i dont think it's the same sadly i only have the drop files that's why its not displaying properly i am looking for this one

     

    Capture.PNG

    You made a mistake adding the item in accessoryid.lubaccname.lub
    it is also necessary to use the correct viewid (configured in accessoryid.lub) for the item's sprite to appear equipped on your character.

  13. Name censorship can be removed at: \conf\battle\items.conf

    // Hide n last characters of player's name with asterisk (*) when the player
    // obtained an item with special broadcast flag.
    // Note: Players with short names can be fully converted to asterisks if this
    // config value is set high.
    broadcast_hide_name: 0

    If you just want to change the text structure, do what the @botka4aet suggested 😶

  14. 6 hours ago, rabmaster said:

    es bleiben bei der passive und der aktive bis zum relog

     

    Es ist wahrscheinlich ein Paketfehler, ich kann Ihnen helfen ...
    Die Lösung für dieses Problem lautet wie folgt: Öffnen Sie Ihre clif.cpp unter: /src/map und suchen Sie nach:

    void clif_deleteskill(struct map_session_data *sd, int skill_id)

    Und kommentiere (benutze //) den Befehl:

    clif_skillinfoblock(sd);

    Nachdem Sie die Änderung vorgenommen und Ihren Emulator neu kompiliert haben.

    • Upvote 1
  15. 49 minutes ago, Antonio Mendes said:

    Quero mudar de ( pre-renewal para renewal ), Como eu faço para mudar?

    Vá em:

    \src\config\renewal.hpp

    Altere:

    //quick option to disable all renewal option, used by ./configure
    #define PRERE
    #ifndef PRERE

    para

    //quick option to disable all renewal option, used by ./configure
    //#define PRERE
    #ifndef PRERE

    Recompile seu emulador.
     

    49 minutes ago, Antonio Mendes said:

    Onde eu acho a npc Shion? Para eu poder traduzir suas falas.


    Para alterar a Shion vá em: 

    \npc\re\jobs\novice\novice.txt

    Caso você use RE o npc do campo de treinamento fica em outro lugar:

    \npc\pre-re\jobs\novice\novice.txt
×
×
  • Create New...

Important Information

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