Jump to content

Yukaiii

Members
  • Posts

    170
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Yukaiii

  1. Good morning guys! Could anyone help me with this script? I wanted it to announce when the player opened the box and the item was won I even tried a few ways here but without success. I am using eAthena emulator.
  2. my lack of attention, the prize wins when relogging ^^ Meu ranking funciona perfeitamente em quase todas as partes. Só estou tendo um problema, quando o ranking semanal termina, o jogador que ficou em primeiro no ranking não ganha o prêmio. Mas eu os anuncio e tudo corre bem. Este é um projeto antigo do eAthena. Muito obrigado por qualquer ajuda.
  3. Guys, how are you? Could anyone tell me if there is any way to increase overall skill damage and base attack damage? I'm using an old project.. eAmod I know where you edit them one by one, but I'm not sure if there's another place where I can change the general... As for the basic attack, I can't increase the damage. Sinx is getting very little out of attacking normally.
  4. Guys, I'm having this error... I'm trying to make this script compatible with eAthena eamod, I've already fixed some errors in the script, but I don't know where this is coming from... [Error]: npc_parsesrcfile: Unknown syntax in file 'npc/personalizados/02-Eventos/devilsquare.txt', line '327'. Stopping... * w1=OnInit:
  5. I had an auction script, unfortunately I lost it on my hard drive and it burned down
  6. Alguém pode me ajudar com esse script? Gostaria de adicionar verificação de IP... apenas uma conta por IP. Alguém pode me ajudar com isso?
  7. Yukaiii

    IA RAGNAROK

    Guys, how are you? I would like to know if anyone is already using AI to use scripts in Ragnarok? I did some testing and managed to create some scripts perfectly using AI via WhatsApp.
  8. Amigo agora estou tendo esses erros.
  9. Obrigado amigo! Vou testar quando chegar do trabalho. E te falo
  10. Agora eu tenho esse erro amigo. os outros sumiram
  11. - script mvppoint01 -1,{ OnNPCKillEvent: if(getgmlevel() >= 10 && getgmlevel() <= 98) {end;} setarray .@monsterID[0],1038,1039,1046,1059,1086,1087,1112,1115,1147,1150,1157,1159,1190,1251,1252,1272,1312,1373,1389,1418,1492,1511,1583,1623,1630,1658,1685,1688,1719,1785,1885,2068, 2800,2801,2802,2803,2844,2804,2805,2806,2807,2808,2809,2810,2811,2812,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2830,2831,2832,2834,2839, 2850,2851,2852,2853,2894,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2880,2881,2882,2884,2889,2898; // ID Dos Boss for(set @a,0; @a <= getarraysize(.@monsterID); set @a,@a+1) if(killedrid == .@monsterID[@a]){ set @CID,getcharid(0);set @name$,""; query_sql "SELECT `name` FROM `mvp` WHERE `char_id`="+@CID+"",@name$; if ( @name$ == "" ) { query_sql "INSERT INTO `mvp` (`char_id`,`account_id`,`name`,`mvps`,`pontos`) VALUES ("+@CID+",'"+getcharid(3)+"','"+strcharinfo(0)+"',1,1)",@esc$; set #MVPPOINTS,#MVPPOINTS+1; message strcharinfo(0),"[Ragnarok]: Você possui "+#MVPPOINTS+" ponto(s) de MvPs."; end; } query_sql "UPDATE `mvp` SET `mvps` = `mvps` +1,`pontos` = `pontos` +1 WHERE `char_id`="+@CID+"",@esc$; query_sql "SELECT `name`,`mvps`, `pontos` FROM `mvp` ORDER BY `pontos` DESC LIMIT "+$topmvp+"",@nick$,@kills,@mvppoints; set #MVPPOINTS,@mvppontos; message strcharinfo(0),"[Ragnarok]: Você possui "+@mvppoints+" ponto(s) de MvPs."; end; }} - script mvppoint02 -1,{ OnNPCKillEvent: if(getgmlevel() >= 10 && getgmlevel() <= 98) {end;} setarray .@monsterID[0],1708,1734,1751,1768,1779,1832,1871,1917,1990,1991,2202, 2833,2835,2836,2837,2838,2840,2841, 2883,2885,5886,2887,2888,2890,2891,2895,2899; // ID Dos Boss for(set @a,0; @a <= getarraysize(.@monsterID); set @a,@a+1) if(killedrid == .@monsterID[@a]){ set @CID,getcharid(0);set @name$,""; query_sql "SELECT `name` FROM `mvp` WHERE `char_id`="+@CID+"",@name$; if ( @name$ == "" ) { query_sql "INSERT INTO `mvp` (`char_id`,`account_id`,`name`,`mvps`,`pontos`) VALUES ("+@CID+",'"+getcharid(3)+"','"+strcharinfo(0)+"',1,3)",@esc$; set #MVPPOINTS,#MVPPOINTS+3; message strcharinfo(0),"[Ragnarok]: Você possui "+#MVPPOINTS+" ponto(s) de MvPs."; end; } set #MVPPOINTS,#MVPPOINTS+3; query_sql "UPDATE `mvp` SET `mvps` = `mvps` +1,`pontos` = `pontos` +3 WHERE `char_id`="+@CID+"",@esc$; message strcharinfo(0),"[Ragnaeok]: Você possui "+#MVPPOINTS+" ponto(s) de MvPs."; end; }} - script mvppoint03 -1,{ OnNPCKillEvent: if(getgmlevel() >= 10 && getgmlevel() <= 98) {end;} setarray .@monsterID[0],1646,1647,1648,1649,1650,1651,1874,1929,1956,1957,2022, 2824,2825,2826,2827,2828,2829,2843, 2874,2875,2876,2877,2878,2879,2893,2896,2897; // ID Dos Boss for(set @a,0; @a <= getarraysize(.@monsterID); set @a,@a+1) if(killedrid == .@monsterID[@a]){ set @CID,getcharid(0);set @name$,""; query_sql "SELECT `name` FROM `mvp` WHERE `char_id`="+@CID+"",@name$; if ( @name$ == "" ) { query_sql "INSERT INTO `mvp` (`char_id`,`account_id`,`name`,`mvps`,`pontos`) VALUES ("+@CID+",'"+getcharid(3)+"','"+strcharinfo(0)+"',1,5)",@esc$; set #MVPPOINTS,#MVPPOINTS+5; message strcharinfo(0),"[Ragnarok]: Você possui "+#MVPPOINTS+" ponto(s) de MvPs."; end; } set #MVPPOINTS,#MVPPOINTS+5; query_sql "UPDATE `mvp` SET `mvps` = `mvps` +1,`pontos` = `pontos` +5 WHERE `char_id`="+@CID+"",@esc$; message strcharinfo(0),"[Ragnarok]: Você possui "+#MVPPOINTS+" ponto(s) de MvPs."; end; }} - script ranking_MVP_semanal -1,{ OnMon0406: query_sql "SELECT `account_id`,`name`,`mvps`,`pontos` FROM `mvp` WHERE `pontos`>='1' ORDER BY `pontos` DESC, `mvps` DESC LIMIT 0,1",$@MVPSemanal,$@MVPnome$,$@MVPsqt,$@MVPPts; if($@MVPSemanal) { set $historicomvp,$historicomvp+1; query_sql "UPDATE `mvp` SET `premio_mvp` = 607 WHERE `account_id`='"+$@MVPSemanal+"'"; Announce "Vencedor do ranking MvP semanal é: "+$@MVPnome$+", MvPs: "+$@MVPsqt+" Pontos: "+$@MVPPts+".",8; query_sql "UPDATE `mvp` SET `mvps`='0',`pontos`='0'"; query_sql "INSERT INTO `premio_mvp` (`historico`,`account_id`,`name`,`mvps`,`pontos`) VALUES ('"+$historicomvp+"','"+$@MVPSemanal+"','"+$@MVPnome$+"','"+$@MVPsqt+"','"+$@MVPPts+"')"; sleep2 4000; Announce "O Player "+$@MVPnome$+" receberá como prêmio: 1 "+getitemname(607)+".",8; end; }} //==================== prontera,127,213,5 script Ranking Mvp 857,{ if (getgmlevel() > 90) { mes "[^0000FFTop MvP "+$topmvp+"^000000]"; mes "O que deseja fazer?"; switch(select("Ver Top",(($a) ? "Desligar anúncio":"Ligar anúncio"),"Resetar Top MvP:Número de posições")) { case 1: break; case 2: set $a, ($a) ? 0 : 1; close; case 3: query_sql "TRUNCATE `mvp`"; close; case 4: mes "Digite o número de posições do top mvp."; input $topmvp; break; } next; } query_sql "SELECT `name`,`mvps`, `pontos` FROM `mvp` ORDER BY `pontos` DESC LIMIT "+$topmvp+"",@names$,@mvpkills,@mvppontos; message strcharinfo(0), "---------------[Top MvP "+$topmvp+"]---------------"; for (set @c, 0; @c < $topmvp; set @c, @c + 1) { message strcharinfo(0),"-----------------------------------------------"; message strcharinfo(0), "("+(@c+1)+"º) Player: "+@names$[@c]+" | Matou: "+@mvpkills[@c]+" MvP's | Pontos: "+@mvppontos[@c]+"."; } close; } Guys, how are you? Could someone help me with this script? everything works normally, in fact I needed his sql table.. I don't know anything about SQL HAHA. If anyone can help me with this I would really appreciate it. I apologize for it being something very old... but I like old things, they hold me back HAHA ERRO:
  12. Friend, I said I can't add a visual item to my emulator haha sorry for the lack of explanation
  13. Could you give me an explanation of how I would do this, friend? @Chaos92
  14. take a look at config/import/inter_config I had a similar error a while ago...
  15. Good night guys!! I know it's pretty outdated... Does anyone know if there is any way to put visual items in the eamod eathena emulator? If anyone can answer me and if there is any way and can explain it, I would appreciate it in advance.
  16. prontera,155,162,4 pointshop PointShop-Test1 123,points:1,501:1,502:2 Unfortunately it didn't work, it shows a tab error even though everything is ok. I think the function doesn't work in eathena eamod. anyway, thanks! @Chaos92
  17. //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+ // Versão atual v1. //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+ // Npc criado em 25/10/2014 //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+ // Compatível com eAthena //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+ //LOJAS - cashshop new -1,2855:10000,12210:500,5558:15000,5426:15000,5478:15000,18505:13000,5574:13000,5490:15000,5108:15000,5132:15000,5130:15000,5143:15000,5151:15000,5138:15000 - cashshop topo -1,18550:30000,5451:25000,5452:20000,5453:20000,5518:20000,5564:15000,5374:20000,5360:10000,5423:15000,5467:10000,5372:10000,5382:10000,5495:10000,5801:10000,5225:10000,5137:10000,5094:10000,5376:10000,5480:10000,5420:10000,5293:10000,5481:10000,5471:9000,5539:9000 - cashshop meio -1,2202:15000,2204:13000,18507:13000,5325:15000,5800:15000,5421:10000,5314:9000,5389:9000,5358:9000,2267:5000 - cashshop cash-baixo -1,5377:15000,5596:13000,5594:13000,5403:13000,5463:5000,5462:5000,5361:5000 //- cashshop visual -1,30100:7000,30101:7000,30102:7000,30106:7000,30107:7000,30108:7000,30109:7000,30110:7000,30111:7000,30117:7000,30118:7000,30121:7000,30119:7000,30135:7000,30139:7000,30142:7000,30138:7000,30143:7000 prontera,170,189,4 script Loja Cash 897,{ mes "^FF1493[ Central de Doações ]^000000"; mes (gettime(3)>= 6&&gettime(3)<= 12?"Bom-dia":(gettime(3)>=13&&gettime(3)<=18?"Boa-tarde":"Boa-noite"))+", ^008aff"+strcharinfo(0)+"^000000 !"; mes "Aqui você pode comprar todos os itens Rop's encontrados no jogo."; mes "Os itens podem ser adquiridos por ^EEAD2DRop's^4682B4."; next; mes "^FF1493[ Central de Doações ]^000000"; mes "A skill de desconto dos mercadores não influência o preço."; mes "^6A5ACD- GM's não irão devolver seu Cash caso compre algo errado.^4682B4"; mes "- Boas compras."; next; mes "^FF1493[ Central de Doações ]^000000"; mes "Vejo que você possui ^EEAD2D["+#CASHPOINTS+"]^4682B4 Rop's."; mes "Selecione a loja que deseja visualizar:"; next; switch(select( "^0084ff[ • ]^000000 Lançamento [^339966New!^000000]", "^0084ff[ • ]^000000 Equipamentos para Cabeça [^0000FFTopo^000000]", "^0084ff[ • ]^000000 Equipamentos para Cabeça [^0000FFMeio^000000]", "^0084ff[ • ]^000000 Equipamentos para Cabeça [^0000FFBaixo^000000]", // "^0084ff[ • ]^000000 Equipamentos para Cabeça [^FF6600Visual^000000]", "^ff0000[ • ]^000000 Fechar")){ close2; case 1: callshop "new",0; end; case 2: callshop "topo",0; end; case 3: callshop "meio",0; end; case 4: callshop "cash-baixo",0; end; // case 5: callshop "visual",0; end; case 5: end; } OnInit: waitingroom "",0; OnTimer2000: setarray .@Display$,"Central de Doações!","Adquira Rop's exclusivos!"; set .@msg, rand(getarraysize(.@Display$)); delwaitingroom; waitingroom .@Display$[.@msg],0; initnpctimer; end; } morocc,156,97,5 duplicate(Loja Cash) Loja Cash#lC1 47 geffen,124,66,5 duplicate(Loja Cash) Loja Cash#lC2 47 payon,169,230,5 duplicate(Loja Cash) Loja Cash#lC3 47 izlude,130,118,5 duplicate(Loja Cash) Loja Cash#lC4 47 aldebaran,146,119,5 duplicate(Loja Cash) Loja Cash#lC5 47 Hey guys! Guys, how do I change cash points to KAFRAPOINTS? If anyone can give me this help I would really appreciate it.
  18. Yukaiii

    pet clone

    Could you explain the content of your video to me? I'm looking for support, not video... I have the entire pet clone system. Sorry if I was rude.
  19. I don't know exactly if this is what you're looking for... http://nemo.herc.ws/clients/#2021
  20. Yukaiii

    pet clone

    Good morning, good afternoon, good night! Guys, could someone explain to me how I fix this? I have all the source code, pet_db etc.. but I can't create any pet clone... this error always appears Xile-BR 2024-08-17 09-38-21.mp4
  21. I know things have changed a lot.. I'm sorry for asking, but would this work on eathena?
  22. Yukaiii

    @quest

    Hey guys!! Can anyone tell me if I can add the @quest command to my emulator? I'm asking this question because it's an old emulator that I'm working on. eAthena eamod I've even tried some bindatcmd commands, but without success, nothing happens. I was trying with this script. Thank you in advance if anyone can help me with this.
  23. Consegui achar ela onde hospedo meu arquivos kkkk Valeu mano
×
×
  • Create New...