Jump to content

M45T3R

Members
  • Posts

    342
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by M45T3R

  1. 50~70 KBPS .. 1 File per link i have 40mb connection (4mbps) .-. this sucks :c why you can't in MF?
  2. Bien, tal vez hoy los organize xD Esque tengo algunos proyectos x_x Levear en iRO, 2 Servidores(Y trabajo casi solo xD), srAthena ademas de acomodar archivos :PP Compre este dominio: http://www.srathena.org/foro/ .. bueno.. los invito =) hagan sugerencias de organizacion y lo que deseen ahi.. la verdad si, tienen razon. Traduzcamos las cosas con nuestras propias palabras.. obiamente que de el mismo sentido que en ingles
  3. You can control it with rA commands? (script_commands)
  4. lol i didn't noticed of that .-. someone moved xD
  5. There's also a navigation controller used in kRO (just like the marks on a guide NPC) but with navigation system.. and that's really cool.. I also want to request that..
  6. Euphy :L in quest shop if you're asking for like 120m and it is a mid-rate server (difficult) you can't see the other needed items because you need all the 120m to show all the items .-. can you fix that? (set price to 0?)
  7. :< updates on restoreloginwindow?
  8. mañana apartare el dominio, por si acaso.. perdonen si no estoy activo para organizar el proyecto, me gustaria que alguien me ayudara a ordenar los equipos y expandir el proyecto a otras partes como rune nifelheim, ratemyserver y divinero.. alguien dispuesto?
  9. any updates on the back to login screen plugin? (no auto close) RestoreLoginWindow?
  10. El punto es trabajar en equipo para resolver esos problemas castellano y español latino no es lo mismo.. por eso hay que buscar un balance ahi.. son varios los que tradujeron Lutie.. y puedes ver la etiqueta (No revisado) en el commit.
  11. Don't kill porings pls. Welcome =)
  12. Bueno.. eso seria peor.. es como si nos introdujeramos en su codigo.. a menos que cambien a GitHub y hagamos un Clon de rAthena .. Bien.. Lutie\Manuk\Dewata\Dicastes\Mora ya estan traducidos.. pueden tener errores.. asi que revisen el SVN por favor.. aqui esta el commit: https://github.com/M45T3Ryu/srAthena/commit/faf0e771be65b0f9f157ce40a0735c851ac2efe0 Añadi un video para que vean como pueden ayudar con el proyecto esta en el post principal. Errores encontrados: Posibles errores de Globalizacion - No tan grave Error de codificacion - Grave - Reparado: https://github.com/M45T3Ryu/srAthena/commit/09c31a295062fd21475dfad238835f2f81c8b83d
  13. *-* okay, thanks! +1 rep 4 you tyvm xD mf_gvg_castle means a castle? or it toggles on every GvG map?
  14. This is a WoE Player Kills Rank.. but idk why it doens't works.. maybe im doing something bad with arrays.. or idk, it simply doens't turn on the OnPCKillEvent: tag x_x (i put something like) OnPCKillEvent: set Asesinatos,Asesinatos+1; end; and it doens't work.. even without the arrays.. i checked the ragnarok DB in global_reg_value and.. there's no.. char value called "Asesinatos" .. - script PvPWoEAnnounce -1,{ end; OnInit: setarray .mapaswoe$[0], "aldeg_cas01","aldeg_cas02","aldeg_cas03","aldeg_cas04","aldeg_cas05","arug_cas01","arug_cas02","arug_cas03","arug_cas04","arug_cas05","gefg_cas01","gefg_cas02","gefg_cas03","gefg_cas04","gefg_cas05","payg_cas01","payg_cas02","payg_cas03","payg_cas04","payg_cas05","prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05","schg_cas01","schg_cas02","schg_cas03","schg_cas04","schg_cas05"; end; OnPCKillEvent: //if (agitcheck() == 0 || agitcheck2() == 0)end; for(set [email protected],0; [email protected] < getarraysize(.mapaswoe$); set [email protected],[email protected]+1) { if(strcharinfo(3) == .mapaswoe$[[email protected]]) { set Asesinatos, Asesinatos+1; callfunc ("WoEPvPRank",Asesinatos,strcharinfo(0)); }end; } end; } payg_cas03,228,32,3 script WoE Rank#PvP::PvPWoE 837,{ mes "[^FF0000Rank WoE^000000]"; mes "Top 1: ^0000FF" +$topwoe1pvp$ +"^000000 muertes: ^FF0000" +$topwoe1pvp +"^000000."; mes "Top 2: ^0000FF" +$topwoe2pvp$ +"^000000 muertes: ^FF0000" +$topwoe2pvp +"^000000."; mes "Top 3: ^0000FF" +$topwoe3pvp$ +"^000000 muertes: ^FF0000" +$topwoe3pvp +"^000000."; mes "Top 4: ^0000FF" +$topwoe4pvp$ +"^000000 muertes: ^FF0000" +$topwoe4pvp +"^000000."; mes "Top 5: ^0000FF" +$topwoe5pvp$ +"^000000 muertes: ^FF0000" +$topwoe5pvp +"^000000."; close; } function script WoEPvPRank { set @mvptotalwoe, getarg(0); set @nombwoe$, getarg(1); if (@mvptotalwoe > $topwoe1pvp) { if ($topwoe1pvp$ == strcharinfo(0)) { // Si estamos en top 1 // Simplemente seguimos contando set $topwoe1pvp, @mvptotalwoe; set $topwoe1pvp$, @nombwoe$; } else { // Si alcanzamos el top 1 // Almacenamos el antiguo top 1 set @auxwoe, $topwoe1pvp; set @auxwoe$, $topwoe1pvp$; // Nos asignamos al top 1 set $topwoe1pvp, @mvptotalwoe; set $topwoe1pvp$, @nombwoe$; // El viejo top 1 ahora es top 2 set $topwoe2pvp, @auxwoe; set $topwoe2pvp$, @auxwoe$; } // End if } else if (@mvptotalwoe > $topwoe2pvp) { if ($topwoe2pvp$ == strcharinfo(0)) { // Si estamos en top 2 // Seguimos contando las muertes del top 2 set $topwoe2pvp, @mvptotalwoe; set $nombwoe2, @nombwoe$; } else { // Si alcanzamos el top 2 // Almacenamos el antiguo top 2 set @auxwoe, $topwoe2pvp; set @auxwoe$, $topwoe2pvp$; // Nos asignamos al top 2 set $topwoe2pvp, @mvptotalwoe; set $topwoe2pvp$, @nombwoe$; // El viejo top 2 ahora es top 3 set $topwoe3pvp, @auxwoe; set $topwoe3pvp$, @auxwoe$; } // End if } else if (@mvptotalwoe > $topwoe3pvp) { if ($topwoe3pvp$ == strcharinfo(0)) { // Si estamos en top 3 // Seguimos contando el top 3 set $topwoe3pvp, @mvptotalwoe; set $topwoe3pvp$, @nombwoe$; } else { // Si alcanzamos el top 3 // Almacenamos el antiguo top 3 set @auxwoe, $topwoe3pvp; set @auxwoe$, $topwoe3pvp$; // Nos asignamos al top 3 set $topwoe3pvp, @mvptotalwoe; set $topwoe3pvp$, @nombwoe$; // El viejo top 3 ahora es top 4 set $topwoe4pvp, @auxwoe; set $topwoe4pvp$, @auxwoe$; } // End if } else if (@mvptotalwoe > $topwoe4pvp) { if ($topwoe4pvp$ == strcharinfo(0)) { // Si estamos en top 4 // Seguimos contando el top 4 set $topwoe4pvp, @mvptotalwoe; set $topwoe4pvp$, @nombwoe$; } else { // Si alcanzamos el top 4 // Almacenamos el antiguo top 4 set @auxwoe, $topwoe4pvp; set @auxwoe$, $topwoe4pvp$; // Nos asignamos al top 4 set $topwoe4pvp, @mvptotalwoe; set $topwoe4pvp$, @nombwoe$; // El viejo top 4 es ahora top 5 set $topwoe5pvp, @auxwoe; set $topwoe5pvp$, @auxwoe$; } // End if } else if (@mvptotalwoe > $topwoe5pvp) { if ($topwoe5pvp$ == strcharinfo(0)) { // Si estamos en top 5 // Seguimos contando el top5 set $topwoe5pvp, @mvptotalwoe; set $nombwoe5, @nombwoe$; } else { // Si alcanzamos el top 5 // Directamente nos sobreescribimos en el top 5 set $topwoe5pvp, @mvptotalwoe; set $topwoe5pvp$, @nombwoe$; } // End if } // End if return; } // End function
  15. Lalala~ bueno, no hablemos del futuro y sigamos en el presente. Parece que ya tengo la mayoria de la carpeta cities completa. Mañana vere como me organizo para que todos contribuyan al proyecto.
  16. From an end-user yes that's fine if you're never looking at the source. As someone who wants to help contribute to the source though and actively works on it for my own needs; I find it to be a complete headache. To a person who doesn't modify the source sure it's easy as pie, but to a developer this is a snowball which will become a much larger problem down the road. use syntax highlighting programs like notepad++? you use normal notepad? ._. come on.. it's easy to understand..
  17. M45T3R

    LUADEC

    yep.. with an simple notepad++ macro or VB program ;P thanks btw you know why luadec can't decompile iteminfo.lub? it's big.. i need to do somethingnbefore i can decompile a big lua
  18. split re and pre into different files xD like ifdef re incluide re things and that's lke r-pre-re folders.. im sleepy xD i can't think.. i don't want to see rathena switchng ability taken off
  19. M45T3R

    VIP System

    or modify it like.. sc_EXPBOOST,rate,time,boostid(to make it stackable?),icon; and if no boostid suplied use the normal one.. like.. sc_EXPBOOST,rate,time; or an script command? like expboost rate,time,id; last is better..
  20. bueno, esa es una EXELENTE idea! podriamos pedirle a rathena un subdominio.. ej: http://spanish.rathena.org .. aunque sea un poco largo con eso ya tendriamos mas oficialidad! @Offtopic: Olrox.. repare algunas cosas de tu mapa destinacion final y me gustaria que lo subieras.. te lo enviare y te explicare que repare mañana
×
×
  • Create New...

Important Information

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