-
Content Count
228 -
Avg. Content Per Day
0 -
Joined
-
Last visited
-
Days Won
4
Gladius last won the day on June 6 2020
Gladius had the most liked content!
Community Reputation
47 ExcellentAbout Gladius
-
Rank
Marin
- Birthday 04/12/1995
Profile Information
-
Gender
Male
-
Location
Florianópolis
- Discord: Rodrigo Dias#7694
Contact Methods
- Website URL
-
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.
-
use mvp_room.txt I got the code wrong, I'm sorry. removemapflag "06guild_01", mf_noskill;
-
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.
-
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; }
-
I used this script to summon champion monsters on my server. Exemple_Champiom_Monstros.txt After defeating 100x monster X, he summons monster Y.
-
Parabéns meu querido! Estou acompanhando o projeto pelo grupo do rAthena Brasil no discord. É muito bom ter algo pra competir, no seu caso, até superar o FluxCP. Continue com essa dedicação, seu trabalho é excelente!
-
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."
-
Mis mascotas (poring,drops,yoyo) no cogen cosas del suelo?
Gladius replied to Tulkas's topic in Spanish Soporte
Recuerdo que esta función se eliminó porque era posible duplicar itens con ella. Recomiendo no activarlo. -
Run on your SQL database: UPDATE `char` set `fame` = 0; It will reset the "fame" column. ut it is necessary to restart the emulator to update the information in real time.
-
Evento Sobrevivente e Narrador do PvP
Gladius replied to lLoydxx's question in Suporte ao Desenvolvimento
Eu tenho, me chama no discord -
Comece explorando: \data\luafiles514\lua files\worldviewdata\ Recomendo usar a data do bRO para extrair os arquivos ja traduzidos
-
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...
-
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.
-
-
You made a mistake adding the item in accessoryid.lub & accname.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.