-
Posts
78 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Everything posted by maciel
-
prontera,160,189,4 script PVP/MVP 467,{ mes "[Deformador PVP]"; mes "Para onde você deseja ir?"; mes "Arena PVP [" + getmapusers("pvp_y_1-2") + " / 20]"; menu "Sala PVP",P_room,"Sala MVP",M_room,"Cancelar",cancelar; close; P_room: next; if (getmapusers("pvp_y_1-2") >= 20) goto L_desculpe; // Remover a extensão .gat warp "pvp_y_1-2",0,0; close; M_room: next; warp "db_room",0,0; close; cancelar: close; L_desculpe: next; mes "[ ^ff0000Warper^000000 ]"; mes "Desculpe, a sala PVP está completa."; close; } // Contador de mortes PVP pvp_y_1-2,0,0,0 script PVPKillCounter -1,{ // Este script rastreia o número de mortes de um jogador no mapa PVP OnInit: // Inicializa o evento de contagem de mortes no mapa PvP pvpevent "OnPVPEvent"; end; OnPVPEvent: // Verifica se um jogador matou outro jogador if (killerrid != getcharid(3)) { // Certifica que o assassino não é o próprio jogador // Incrementa o contador de mortes do assassino set @pvp_kill_count, @pvp_kill_count + 1; // Exibe o número de mortes para o jogador dispbottom "Número de jogadores mortos: " + @pvp_kill_count; // Se o jogador matar 5 inimigos if (@pvp_kill_count >= 5) { getitem 22869, 1; // Dê o item especial (ID 22869) dispbottom "Parabéns! Você ganhou um bilhete especial por matar 5 inimigos."; set @pvp_kill_count, 0; // Redefine o contador de mortes para zero } } end; } veja se da certo assim.
-
any modification to the source you have to compile the emulator using visual studio
-
Good morning I would like to know how to remove this current login screen from character selection. I would like to go back to the old login screen like this in the short screen below I would like to know which files are responsible for controlling this screen. Does anyone know how to modify this?
-
Does anyone know where to edit Equipment Attributes tab?
maciel replied to Gouki's question in Database Support
Pasta System/ItemInfo.lua esse e o arquivo atual responsável pelas descrições dos itens -
Good evening my friend, I'm already using it, I started using it and doing the tests today, but in the script you have to put the name of the skill to increase the damage. and regarding hitting the hand in the hit, do you understand what the script would be?
-
I found this and tested it, it is increasing skill damage as I wanted. Now I want to know how to increase melee damage like the Assassin Cross class, Taekwons Masters, etc.
-
Good afternoon everybody I started playing with the rathena server balances and would like to understand more about the doubts are a follow-up. I wanted to know how to balance the server in a global or total way, like if I increase the damage of the cross assassin by hitting the hand with daggers, all classes that use daggers will stay at the same level, etc. for other classes How does the percentage question work? example "bonus2 bSubRace,RC_DemiHuman,70;" This script was to give humanoids defense by 7% I would like to know if this whole number really represents 70=7%
-
Client reads item resource file in a different encoding?
maciel replied to Gouki's question in Client-side Support
-
Perfect, everything works fine, thank you very much!! you are very cool bro, resolved!!
-
data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\collection ''merchant'' data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\item "merchant" data\System\itemInfo.lua "card description" data\sprite\¾ÆÀÌÅÛ ''merchant" rathena-master\db\pre-re\item_db - Id: 11314 AegisName: merchant Name: merchant Type: Card Buy: 20 Weight: 10 Locations: Both_Accessory: true Script: | OnEquipScript: | if (!checkoption(Option_Cart)) { setcart; // Concede o carrinho se o jogador ainda não o tiver } skill "MC_PUSHCART",9; // Concede a habilidade Usar Carrinho no nível 9 skill "MC_VENDING",4; // Concede a habilidade Comércio no nível 4 OnUnequipScript: | if (checkoption(Option_Cart)) { delcart; // Remove o carrinho ao desequipar o acessório } skill "MC_PUSHCART",0; // Remove a habilidade Usar Carrinho skill "MC_VENDING",0; // Remove a habilidade Comércio This is the correct way to add a custom card so that future users don't have any doubts, I'm leaving it detailed with the help of my friend above. @RacaaeCan you help me with this script, it is not working correctly. I simply wanted that when equipping the accessory with this card it would give the skills in the description along with the cart and when removing the cart along with the skills it would come out Script: | OnEquipScript: | if (!checkoption(Option_Cart)) { setcart; // Concede o carrinho se o jogador ainda não o tiver } skill "MC_PUSHCART",9; // Concede a habilidade Usar Carrinho no nível 9 skill "MC_VENDING",4; // Concede a habilidade Comércio no nível 4 OnUnequipScript: | if (checkoption(Option_Cart)) { delcart; // Remove o carrinho ao desequipar o acessório } skill "MC_PUSHCART",0; // Remove a habilidade Usar Carrinho skill "MC_VENDING",0; // Remove a habilidade Comércio I am very grateful in advance!!
-
-
-
itemdb colletion Good evening, I still have the same problem, I wanted to learn how to add a custom card but I don't know how and I didn't find any tutorial explaining how to do it.
-
Good afternoon everyone, I already did some research and didn't find anything current about adding card customs, could someone please provide updated steps to add card customs correctly? I am very grateful in advance
-
-
good morning my friend! In this option you can either increase the damage or nerf the damage of the skill you want. C:\Users\Maciel Matias\Desktop\rathena-master\db\skill_damage_db ]
-
Find the errors, well let's go... 1* ERROR'' I had to use the grf sprite correction+ the clothing and hair color grf... 2* ERROR '' AND THE SEQUENCE OF "DATA.INI" IS IMPORTANTLY THE CORRECT SEQUENCE! [Date] 0=CorrectedSprites.grf 1=553-ClothesDyes-251HairDyes.grf 2=data.grf resolved thanks Chaos!!!!
-
-
Error continues, I've already tested all Rathena palettes, they're all bugged, I don't know what could be more. Current rathena kro date, current rathena emulator, recent client 20180530
-
-
Error continues, now I don't know if it's the palettes or the client, I uploaded the pallets for you to test and if you have one it can be used offline to test pallets.grf
-
Good morning Chaos92! Which of these diffs is responsible for this bug? I'm looking at the possible diffs responsible for clothing colors and none are activated, which one should I activate so that the client can read the clothing colors normally?
-
Good night people! Well, I'm using the current rathena 2024 emulator, I've added things perfectly, configuring everything working fine, but regarding clothing color palettes, they appear to be created in the current emulator, which could be because in older emulators this palette ran perfectly. palette below is running on another emulator 100% palette below is the same but they are appearing ugly, distorted from reality client 20180530
-
[Error]: npc_parsesrcfile: Unknown syntax in file
maciel replied to maciel's question in Scripting Support
Good evening my friend, that was actually it before you responded, I deleted the old one and wrote it again from scratch and it worked, I was going crazy and it couldn't be resolved, thank you very much I still left a like, sorry for the wrong area. -
Boa noite pessoal! Tenho esse script de NPC abaixo. A função dele é só entregar a última classe no lv e no job máximo com todas as habilidades, mas estou com esse erro, alguém pode me ajudar, por favor deixe o erro e como consertar também, por favor mestra_das_classes_pvp.txt