Jump to content

Ihurybro

Members
  • Content Count

    26
  • Joined

  • Last visited

Everything posted by Ihurybro

  1. The name of the aza or better saying of the item is not correct, you have to add the correct name, example: Alice_Doll or 1⁄2É'ÀÇ μå·11⁄2o , first in English and second strange symbols, remembering that to give an example, you have to know the name of the wing and add it to the date folder after adding.
  2. Kind of service like that, it's expensive. Because what you're asking is not a person, but several, see the pre requirement of the worker's role. I recommend you look for the most experienced person on LinkedIn, who develops the Back end and Front End web-site and negotiates with the programmer for the job. Remembering that programmer charges by the hour. In this type of Service you are looking for System Administrator or Computer Scientists for that type of Service. I'm still studying Computer Science, I'm in the fourth period, I've already had classes in HTML, JavaScript, CSS3 and PHP. However, I have no experience in the area.
  3. de nada. precisar e só mandar mensagem para min no meu e-mail [email protected] ou no meu site www.ragnashowrobr.com.br
  4. olá, fabioleda, poderia tirar um print e mandar aqui, para eu ver o erro?
  5. Check if you have an account on the rAthena website to download the file, you need to be logged on the rAthena website and then click again on the gefenia.rar link on the hercules website. and the download will start. because the link is still up and running.
  6. hello, the error is in the view of your item, where it is inside the folder of your emulator called db, the view of your item, you must put the view, I'll give you an example of an item view { Id: 5008 AegisName: "Puppy_Love" Name: "Puppy Love" Type: "IT_ARMOR" Buy: 20 Weight: 100 Def: 1 Job: { All: true Novice: false } Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 94 // see this and the image view, if you are using the original item. }, If you happen to be, you are not using items from the bro, and you are using your own custom item, I recommend creating a view, inside this of the datainfo folder. just look for the number of the viewSprite that is, At the top of the files where the date of your folder is the date of your game. Because I do not remember the name of the file, after finding and placing your view or rather saying the number of the image of your item, You must put the view number on your item as well. If you happen to be using a consumable item, you don't need a view, just a name.
  7. CREATE TABLE IF NOT EXISTS `GD_PK_TITLE` ( `char_id` int(11) unsigned NOT NULL, `var` int(11) unsigned NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; this is the sql table for this type of npc, if anyone there wants to use it, this is npc
  8. I added the two forms, one in text that is on top and the other in sql file with the name of the table. downloaded from my own phpmyadmin. Because the system works perfectly. remembering that it must be inside your emulator's database. See how the npc was doing after my test. I just changed the name Rank to Rank PVP The only change I made was to change the name, for my taste. SQL file: GD_PK_TITLE.sql
  9. ===================================== This is the sql GD_PK_TITLE is from GD_PK_TITLE2. I got the information inside the two script's own txt file. I just created the GD_PK_TITLE and GD_PK_TITLE2 sql table For both, it seems the same to me. ========================================= CREATE TABLE GD_PK_TITLE( char_id int(11) unsigned NOT NULL, var int(11) unsigned NOT NULL) ENGINE=MyISAM DEFAULT CHARSET=utf8; ========================================= Please take the test, because I haven't tested it ^ _ ^! I hope it works. Whatever and just send a message right here. I'm sorry, because I don't speak English, I'm Brazilian. I just tested the npc GD_PK_TITLE2.txt Because GD_PK_TITLE.txt is typo. and in GD_PK_TITLE2.txt It is with error in the npc, because the emulator hercules, does not use numbers in npc. Use it that way prontera,150,180.4 script Rank 4_GEFFEN_11,{
  10. hello, I also don't know if and here where you post about phpmyadmin error. But I will try to help you, even so. Could you tell me, if you use wampserver or xamp or another type of program that has phpmyadmin? or do you use any hosting?
  11. Depois de você adicionar os commandos, você tem que reiniciar o servidor, se você tiver usando linux, usa sv desligar e depois sv ligar no programa putty. Agora se você tiver usando o windows e só fechar o emulador char-server.bat , login-server.bat , map-server.bat e depois cliclar em run-server.bat Que os comandos ira funcionar. ========================================================== After you add the commands, you have to restart the server, if you are using linux, use sv disconnect and then sv connect to the putty program. Now if you are using windows and just close the char-server.bat emulator, login-server.bat, map-server.bat and then click on run-server.bat That the commands will work.
  12. Sorry, I just found out the error, <TAB> the MAP NAME was missing from the mapflag sending another, in the correct way. this one below and the correct one! =================================================== Desculpa, acabei de descobrir o erro, faltava <TAB> NO NOME DO MAPA AO mapflag mandando outro, com modo correto. este aqui em baixo e o correto! =================================================== Heads up: this script that is below is working on the updated emulator. ================================================ Atenção: esté scrip que ta em baixo está funcionando no emulador atualizados. //===== hercules Script ======================================= //= SALA VIP E COM SAIDA E POR ULTIMO DESATIVANDO OS @COMMANDS //===== Current Version: ===================================== //= 1.0 //========== Data da Criação ================================= // entre 27/03/2021 ao 28/03/2021 //===== Compatible With: ===================================== //= HERCULES - ULTIMA VERSÃO //===== Description: ========================================= // simples npc scrip, que redireciona o personagem // para Sala VIP. //======== Autor ============================================= // IHURY FERREIRA // https://ragnashowrobr.com.br //=========================================================== // por favor não remova os creditos! //=========================================================== //Sé tiver duvidas entrar em contato pelo meu site ou Hercules. //============================================================ prontera,162,185,4 script Sala VIP 4_GEFFEN_11,{ if( getgroupid() < 1 ) { mes "["+strnpcinfo(0)+"]"; mes "Eu só poço enviar os aventureiros"; mes "Que obteve o ticket vip!"; mes "adiquire serviço vip."; mes "Pelo Site ou Npc Voto por pontos."; close; } if( getgroupid() >= 1 ) { mes "["+strnpcinfo(0)+"]"; mes "Seja Bem vindo senhor(a) "+strcharinfo(0)+"!"; mes "Gostaria de ir para Sala vip?"; next; switch(select("Sim","Não") == 1) { case 0: mes "ok, Estarei aqui se acaso mudar"; mes "De ideia!"; close; case 1: mes "Volte Sempre!"; warp "sec_in01",85,167; end; } } } sec_in01,95,168,4 script SAIDA 4_GEFFEN_11,{ if( getgroupid() >= 1 ) { mes "["+strnpcinfo(0)+"]"; mes "Olá senhor(a), "+strcharinfo(0)+"!"; mes "Gostaria de voltar para prontera?"; next; switch(select("Sim","Não") == 1) { case 0: mes "["+strnpcinfo(0)+"]"; mes "ok, Estarei aqui se acaso mudar"; mes "De ideia!"; close; case 1: mes "["+strnpcinfo(0)+"]"; mes "Volte Sempre!"; warp "prontera",155,188; end; } } } sec_in01 mapflag nobranch sec_in01 mapflag noicewall sec_in01 mapflag nomemo sec_in01 mapflag nopenalty sec_in01 mapflag noreturn sec_in01 mapflag nosave sec_in01 mapflag noskill sec_in01 mapflag noteleport sec_in01 mapflag novending sec_in01 mapflag nowarp sec_in01 mapflag nowarpto sec_in01 mapflag loadevent
  13. olá você ta no suporte errado, aqui e Support inglês. ========================================== hello you are in the wrong support, here and Support English. ========================================== Sobre ativar comandos você tem que copiar o comando e colocar no commands. Exemplo: groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { /* no commands by default */ commands: true // << é aqui que você adiciona os comandos para play normal! go: true rates: true autoloot: true warp: true } permissions: { /* without this basic permissions regular players could not * trade or party */ can_trade: true can_party: true } },
  14. Hello! I don't know much, but I tried ^ _ ^ But what I created, I can't disable @warp and among others because the command of hercules is different, this npc that you have there and the old version of the year 2013 is the cronus emulator. I did it here, all I have to do is disable the map commands. if you can disable it, tell me ^ _ ^ ================================================================================== olá Não sei muito , mais tentei ^_^ Só que o que eu criei , não consigo desativar o @warp e entre outros pois o comando do hercules e diferente, este npc que você tem ai e versão antiga do ano 2013 é do emulador cronus. fiz esté aqui , só falta desativar os comandos do mapa. sé você conseguir desativar , me fala ^_^ ================================================================================== prontera,162,185,4 script Sala VIP 4_GEFFEN_11,{ if( getgroupid() < 1 ) { mes "["+strnpcinfo(0)+"]"; mes "Eu só poço enviar os aventureiros"; mes "Que obteve o ticket vip!"; mes "adiquire serviço vip."; mes "Pelo Site ou Npc Voto por pontos."; close; } if( getgroupid() > 1 ) { mes "["+strnpcinfo(0)+"]"; mes "Seja Bem vindo senhor(a) "+strcharinfo(0)+"!"; mes "Gostaria de ir para Sala vip?"; next; switch(select("Sim","Não") == 1) { case 0: mes "ok, Estarei aqui se acaso mudar"; mes "De ideia!"; close; case 1: mes "Volte Sempre!"; warp "sec_in01",85,167; end; } } } sec_in01,95,168,4 script SAIDA 4_GEFFEN_11,{ if( getgroupid() > 1 ) { mes "["+strnpcinfo(0)+"]"; mes "Olá senhor(a), "+strcharinfo(0)+"!"; mes "Gostaria de voltar para prontera?"; next; switch(select("Sim","Não") == 1) { case 0: mes "["+strnpcinfo(0)+"]"; mes "ok, Estarei aqui se acaso mudar"; mes "De ideia!"; close; case 1: mes "["+strnpcinfo(0)+"]"; mes "Volte Sempre!"; warp "prontera",155,188; end; } } } sec_in01 mapflag nobranch sec_in01 mapflag noicewall sec_in01 mapflag nomemo sec_in01 mapflag nopenalty sec_in01 mapflag noreturn sec_in01 mapflag nosave sec_in01 mapflag noskill sec_in01 mapflag noteleport sec_in01 mapflag novending sec_in01 mapflag nowarp sec_in01 mapflag nowarpto sec_in01 mapflag loadevent na ultima linha onde tá os mapa e mapflag etc. da erro no emulador. pois esté comando não funciona no emulador hercules. Foi desativado, se usa de outra maneira , pois eu não sei como desativar. esses de baixo.(Da erro no emulador). mais o de cima que eu criei ta funcionando. Só falta desativar o @warp entre outros. ================================================================ on the last line where are the maps and mapflag etc. of the error in the emulator. because this command does not work in the hercules emulator. It was deactivated, if you use it in another way, because I don't know how to deactivate it. the ones below (from the emulator error). plus the top one that I created is working. It only remains to disable @warp among others. ================================================================= sec_in01 mapflag nobranch sec_in01 mapflag noicewall sec_in01 mapflag nomemo sec_in01 mapflag nopenalty sec_in01 mapflag noreturn sec_in01 mapflag nosave sec_in01 mapflag noskill sec_in01 mapflag noteleport sec_in01 mapflag novending sec_in01 mapflag nowarp sec_in01 mapflag nowarpto sec_in01 mapflag loadevent
  15. Seu itemInfo está na versão kro, recomendo modificar para sua linguá. é sua pasta data do seu ragnarok também, recomendo pega de algum servidor privado. Your itemInfo is in the kro version, I recommend modifying it for your language. it's your ragnarok's date folder too, I recommend taking it from some private server.
  16. De nada! sobre outro npc , ja responde pra te, no outra postagem sua. Caso resolvido. Case solved!!!
  17. Hello my friend! I made a change in the npc, Because what I understood is that this last line of the npc, makes it remove the enchantment. So I made a change, from what the npc requested. =========================================================================== Olá, meu amigo! Eu fiz umas mudança no npc, Motivo e que eu entendi que essa última linhas do npc, faz com que tire o encantamento. Então eu fiz uma alteração, do que o npc solicitou. ================================================================================================================================ Encantador(2).txt
  18. mano vi que você fala português e escreve , então vou dizer das duas linguás. Português. A skill de agi ta errado, no arquivo seu ta dessa maneira sc_start SC_INCREASEAGI o emulador Hercules e dessa maneira SC_INC_AGI Modifica apenas isso que citei em cima. ou melhor vou te passar onde você deve alterar fazendo contra C e Contra V // Buffs skilleffect 8,0; sc_start SC_ENDURE,360000,10; skilleffect 33,0; sc_start SC_ANGELUS,360000,10; skilleffect 74,0; sc_start SC_MAGNIFICAT,360000,5; skilleffect 75,0; sc_start SC_GLORIA,360000,5; skilleffect 66,0; sc_start SC_IMPOSITIO,360000,5; skilleffect 34,0; sc_start SC_BLESSING,360000,10; skilleffect 29,0; sc_start SC_INC_AGI,360000,10; percentheal 100,100; ============================================================== I saw that you speak Portuguese and write, so I will say both languages. englis. The wrong act skill, in your file is that way sc_start SC_INCREASEAGI the Hercules emulator and thus SC_INC_AGI Just modify what I mentioned above. or rather I will tell you where you should change by doing against C and Against V // Buffs skilleffect 8,0; sc_start SC_ENDURE,360000,10; skilleffect 33,0; sc_start SC_ANGELUS,360000,10; skilleffect 74,0; sc_start SC_MAGNIFICAT,360000,5; skilleffect 75,0; sc_start SC_GLORIA,360000,5; skilleffect 66,0; sc_start SC_IMPOSITIO,360000,5; skilleffect 34,0; sc_start SC_BLESSING,360000,10; skilleffect 29,0; sc_start SC_INC_AGI,360000,10; percentheal 100,100; ========================== Meu web-Site (my website) =========================
  19. on line 247 change that: if (.@equip_card[3] < 4700) { per if (.@equip_card[3] >= 4700) { the <operator shows what is below the 4700 and how 4699 has no item or better saying it is not in item_db using> = 4700 Then the system will recognize that the 4700 exists and above it will also appear. or using in this way also works: if (.@equip_card[3] > 4700) {//remembering that you are on line 247. I made a change, but the last one where npc informs Start now it does not work, reason for not working, it remains to add or call the variable. @ enc_type Sorry people, my english, because I am Brazilian, using google translator. My Web Site! (Meu WebSite) by by! Encantador(modificado).txt
  20. just to explain better I made this npc as an example for you to understand better. prontera,154,150,5 script Buffs VIP 4_F_FAIRY,{ if( getgroupid() < 1 ) { mes "["+strnpcinfo(0)+"]"; mes "Your message."; mes "Your message!"; mes "Site: ^0000FFyoursite.com^000000"; close; } if( getgroupid() > 1 ) // Buffs skilleffect 8,0; sc_start SC_ENDURE,360000,10; end; }
  21. sorry, i'm not good at english, but i'll try to help you! First send the script or where the error appears in your buffsvip.txt script file Example the error appears in the emulator. because my npc buff vip I use if to run the Hercules command, and displaying a message to the user that he is not a VIP, if he and VIP happen, the system jumps and buffs the user, without the message appearing. but there are several ways to make a npc of vip buffs, in the message above I just gave an example.
  22. Consegui resolver! O problema era a largura da pagina quando coloquei token do pagseguro, Ele deu um enter sem eu permitir o numero foi pra baixo em vez de ficar na linha reta ^_^.
  23. Olá, fiz a istalação do pagseguro no fluxcp do hercules porem, Aparece esta mensagem quando vou fazer um teste : Poderia me ajudar?
  24. thank you so much! I didn't know that I could do it like this, Thanks a lot, now I can create my Npcs. God bless you and a lot. I managed to solve it. ^_^
  25. Could you give me an example? please? The npc that I modified, it is working, With vote for cash, only the words that I translated into Portuguese, are with wrong letters. See How and the Npc script. I modified the Fluxcp of hercules and added pagseguro in the fluxcp hercules and added voteforpoints for cash and modified this npc to work with hercules and it works, I just need to fix the words for Portuguese. prontera,142,173,5 script VFP Manager 4_F_KAFRA5,{ function getPoints; set .@n$, "[VFP Manager]"; set .@settings, 1; // 0 = item, 1 = shop set .@itemReward, 501; // if settings is set to item set .@convertRate, 2; // 2 Vote Points for 1 Red Potion set .vp, getPoints(getcharid(3)); switch (.@settings) { case 0: mes .@n$; mes "Você gostaria de converter seu "+ .vp +" Pontos de votação?"; mes "^ff0000A taxa de conversão atual é "+ .@convertRate +" Pontos de votação para 1 "+ getitemname(.@itemReward) +"."; next; menu "Yes", L_Convert, "No", -; mes .@n$; mes "Então, tchau."; break; case 1: mes .@n$; mes "Você tem ^ff0000"+ .vp +"^000000 Pontos de votos."; mes "Gostaria de ir as compras?"; next; menu "Yes", -, "No", L_Goodbye; mes .@n$; mes "Divirta-se comprando!"; callshop "votepoints_shop",1; npcshopattach "votepoints_shop"; end; } L_Goodbye: mes .@n$; mes "Adeus Volte sempre!. Não esquece de votar no servidor ^_^."; close; L_Convert: if (.vp < .@convertRate) goto L_VotePointsTooLow; mes .@n$; mes "Quantos pontos de voto você gostaria de converter?"; next; menu "All", L_ConvertAll, "Input Amount", L_ConvertAmount; L_ConvertAmount: input .@convert; if (.@convert > .vp) goto L_VotePointsTooLow; set .vp, ((.vp - .@convert) + (.@convert % .@convertRate)); set .@convert, (.@convert / .@convertRate); getitem .@itemReward, .@convert; query_sql("UPDATE cp_createlog SET votepoints = "+ .vp +" WHERE account_id = "+ getcharid(3)); mes .@n$; mes "Você recebeu "+ .@convert +"x "+ getitemname(.@itemReward) +"."; mes "Seus pontos de voto atuais são "+ .vp; close; L_ConvertAll: set .@convert, (.vp / .@convertRate); set .vp, (.vp % .@convertRate); getitem .@itemReward, .@convert; query_sql("UPDATE cp_createlog SET votepoints = "+ .vp +" WHERE account_id = "+ getcharid(3)); mes .@n$; mes "Você recebeu "+ .@convert +"x "+ getitemname(.@itemReward) +"."; mes "Seus pontos de voto atuais são "+ .vp; close; L_VotePointsTooLow: mes .@n$; mes "Seus pontos de voto estão muito baixos. Volte quando você tiver a quantidade minima de pontos de voto."; close; function getPoints { set .@account_id, getarg(0); set .@count, query_sql("SELECT value FROM acc_reg_num_db WHERE account_id = "+ .@account_id, .@value); return .@count ? .@value : 0; } OnBuyItem: set .@cost,0; for(set .@i,0; .@i<getarraysize(@bought_nameid); set .@i,.@i+1) for(set .@j,0; .@j<getarraysize(.itemShop); set .@j,.@j+2) if (@bought_nameid[.@i] == .itemShop[.@j]) { set .@cost, .@cost+(.itemShop[.@j+1]*@bought_quantity[.@i]); break; } mes .@n$; if (.@cost > .vp) mes "Voce nao tem pontos de voto suficientes."; else { for(set .@i,0; .@i<getarraysize(@bought_nameid); set .@i,.@i+1) { getitem @bought_nameid[.@i], @bought_quantity[.@i]; dispbottom "Purchased "+@bought_quantity[.@i]+"x "+getitemname(@bought_nameid[.@i])+"."; } set .vp, .vp - .@cost; query_sql("UPDATE acc_reg_num_db SET value = value - "+ .@cost +" WHERE account_id = "+ getcharid(3)); mes .@n$; mes "Negócio concluído."; mes "Você agora tem ^ff0000"+ .vp +"^000000 Pontos de votos."; emotion e_cash; } set .@cost,0; deletearray @bought_nameid[0], getarraysize(@bought_nameid); deletearray @bought_quantity[0], getarraysize(@bought_quantity); close; OnInit: setarray .itemShop[0], 501,2,607,5,608,10; // <ITEM_ID>,<PRICE>,... npcshopdelitem "votepoints_shop",512; for(set .@i, 0; .@i < getarraysize(.itemShop); set .@i, .@i+2) npcshopadditem "votepoints_shop", .itemShop[.@i], .itemShop[.@i+1]; end; } - shop votepoints_shop -1,512:-1
×
×
  • Create New...

Important Information

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