Jump to content

Zikoziz

Members
  • Posts

    208
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Zikoziz

  1. debe ser de IP, revisa que estén bien puestas las 127... Y tu ip Recuerda abrir los puertos
  2. Hola Estimados Ustedes tendran un Skillddecrip o Iteminfo en español? Se les agradece su ayuda Muchas gracias.
  3. Zikoziz

    Help

    hi account GM? test 80
  4. Gracias =) Lo probare! Hola Mira aquí traduje el txt http://www.filefactory.com/file/1z28qlkxd2f/msgstringtable.txt http://www.4shared.com/office/YtkbXPFsce/msgstringtable.html Espero que les sirva y sigan compartiendo información ^^
  5. aunque igual se podría corregir para que tome la selección después de hablar por primera vez que la segunda ves que se hable tome select("What if you use magic to repair it?"); ......... ... ...
  6. Hello, I Them tell Regards this one is the Quest "Oliver Wolf Hood" eclage. First one speaks with the NPC tells us that there are something torn a few tables, then on having returned to speak with it should say " What if you should use magic to repair it? " And this it is the dialog does not appear. If someone might guide one would be grateful for it =) ** I leave Them the part that fails http://svn.rathena.org/svn/rathena/trunk/npc/re/quests/quests_eclage.txt // Oliver Wolf Hood //============================================================ eclage,102,32,4 script Fairy Carpenter#ep14_2 443,{ if (BaseLevel < 120) { mes "[Fairy Carpenter]"; mes "The bridge is kind of broken so please be careful."; emotion e_sob; close; } if (checkquest(11312) == -1) { mes "[Fairy Carpenter]"; mes "This area is kind of broken, so be careful."; mes "Otherwise, you'll fall aaaaaall the way down."; next; switch(select("The work being done right now:The reason for the bridge being broken:Forget it.")) { case 1: //missing close; case 2: mes "[Fairy Carpenter]"; mes "Oh, just a minute ago, there was a human benig who took a misstep and broke a tree branch while falling."; emotion e_an; next; mes "[Fairy Carpenter]"; mes "Being close to the entrance and all, this really needs to be fixed soon."; mes "I'm trying to decide whether I should put up a warning sign, gather the necessary materials for it, and fix it myself."; //custom next; switch(select("Give help.:Don't give help.")) { case 1: mes "[Fairy Carpenter]"; mes "Wow!!!"; mes "You are going to help me?!"; mes "So... so kind..."; next; mes "[Fairy Carpenter]"; mes "I can't believe there's still this kind of kindness left in the world... Hmm, sweaty eyes..."; emotion e_sob; next; mes "[Fairy Carpenter]"; mes "Would you then bring me a new bridge to use for repair?"; mes "Since other people can get hurt, I'll use my magic to maintain this bridge in the meantime."; emotion e_go; //setquest 11312; close; case 2: //missing close; } case 3: //missing close; } } select("What if you use magic to repair it?"); mes "[Fairy Carpenter]"; mes "Hmm, it's not impossible, but magic that deals with creation of life requires much magic power and shouldn't be used so freely."; next; mes "[Fairy Carpenter]"; mes "If I were to describe how stupid that would be... Well, it's like turning a deliciously baked chocolate cake back into flour."; next; mes "[Fairy Carpenter]"; mes "Since the broken part is about 19 meters from here..."; next; mes "[Fairy Carpenter]"; mes "Ahh! Now that I remember, before we used to be able to order the exact necessary length, but because they are mass-producing them nowadays, they only provide preset lengths."; next; mes "[Fairy Carpenter]"; mes "To maximize the stability, it's better to avoid connecting multiple bridge pieces together,"; next; mes "[Fairy Carpenter]"; mes "and this broken bridge... from here to there it's about 19 meters and the present pieces come in 3 meters, 5 meters, and 10 meters......"; emotion e_swt2; next; mes "[Fairy Carpenter]"; mes "Hmm......."; next; mes "[Fairy Carpenter]"; mes "Hmm......."; mes "......"; emotion e_swt2; next; mes "[Fairy Carpenter]"; mes "......Hmm........."; emotion e_swt2; next; mes "- It's probably just my imagination that smoke is coming out of his head, right? -"; next; mes "[Fairy Carpenter]"; mes "Oh ho!"; mes "What do you think?"; emotion e_heh; next; mes "[Fairy Carpenter]"; mes "To make a bridge of 19 meters in length with the fewest number of pieces possible, how many of each 3, 5, or 10 meter length pieces would I need?"; emotion e_what; next; mes "[Fairy Carpenter]"; mes "Please write the number of pieces necessary for each length. If no pieces for that length are necessary, please write 0."; input .@inputstr$; if (.@inputstr$ != "002") { //missing close; } next; mes "[Fairy Carpenter]"; mes "Yeah, that sounds good, right?"; mes "Especially since there wouldn't be a need to make them so straight."; emotion e_ic; next; mes "[Fairy Carpenter]"; mes "Okay, if you talk to [Golie] who works outside the city near the tower, he will give you the new bridge pieces."; //erasequest 11312; //setquest 11313; close; /* OnTouch: if (ep14_2_hood == 0) { mes "[Fairy Carpenter]"; mes "Hey!!!!!!!"; mes "Be careful over there!!"; close; } end; */ }
  7. Hola, Saludos Les cuento esta es la Quest "Oliver Wolf Hood" eclage. Primero uno habla con el NPC nos cuenta que hay algo roto unas tablas, luego al volver hablar con el debería decir "What if you use magic to repair it?" y ese es el dialogo no aparece. si alguien podría guiarme se lo agradecería =) **Les dejo la parte que falla http://svn.rathena.org/svn/rathena/trunk/npc/re/quests/quests_eclage.txt npc/re/quests/quests_eclage.txt NPC --> Fairy Carpenter eclage,102,32,4 script Fairy Carpenter#ep14_2 443,{ if (BaseLevel < 120) { mes "[Fairy Carpenter]"; mes "The bridge is kind of broken so please be careful."; emotion e_sob; close; } if (checkquest(11312) == -1) { mes "[Fairy Carpenter]"; mes "This area is kind of broken, so be careful."; mes "Otherwise, you'll fall aaaaaall the way down."; next; switch(select("The work being done right now:The reason for the bridge being broken:Forget it.")) { case 1: //missing close; case 2: mes "[Fairy Carpenter]"; mes "Oh, just a minute ago, there was a human benig who took a misstep and broke a tree branch while falling."; emotion e_an; next; mes "[Fairy Carpenter]"; mes "Being close to the entrance and all, this really needs to be fixed soon."; mes "I'm trying to decide whether I should put up a warning sign, gather the necessary materials for it, and fix it myself."; //custom next; switch(select("Give help.:Don't give help.")) { case 1: mes "[Fairy Carpenter]"; mes "Wow!!!"; mes "You are going to help me?!"; mes "So... so kind..."; next; mes "[Fairy Carpenter]"; mes "I can't believe there's still this kind of kindness left in the world... Hmm, sweaty eyes..."; emotion e_sob; next; mes "[Fairy Carpenter]"; mes "Would you then bring me a new bridge to use for repair?"; mes "Since other people can get hurt, I'll use my magic to maintain this bridge in the meantime."; emotion e_go; //setquest 11312; close; case 2: //missing close; } case 3: //missing close; } } select("What if you use magic to repair it?"); mes "[Fairy Carpenter]"; mes "Hmm, it's not impossible, but magic that deals with creation of life requires much magic power and shouldn't be used so freely."; next; mes "[Fairy Carpenter]"; mes "If I were to describe how stupid that would be... Well, it's like turning a deliciously baked chocolate cake back into flour."; next; mes "[Fairy Carpenter]"; mes "Since the broken part is about 19 meters from here..."; next; mes "[Fairy Carpenter]"; mes "Ahh! Now that I remember, before we used to be able to order the exact necessary length, but because they are mass-producing them nowadays, they only provide preset lengths."; next; mes "[Fairy Carpenter]"; mes "To maximize the stability, it's better to avoid connecting multiple bridge pieces together,"; next; mes "[Fairy Carpenter]"; mes "and this broken bridge... from here to there it's about 19 meters and the present pieces come in 3 meters, 5 meters, and 10 meters......"; emotion e_swt2; next; mes "[Fairy Carpenter]"; mes "Hmm......."; next; mes "[Fairy Carpenter]"; mes "Hmm......."; mes "......"; emotion e_swt2; next; mes "[Fairy Carpenter]"; mes "......Hmm........."; emotion e_swt2; next; mes "- It's probably just my imagination that smoke is coming out of his head, right? -"; next; mes "[Fairy Carpenter]"; mes "Oh ho!"; mes "What do you think?"; emotion e_heh; next; mes "[Fairy Carpenter]"; mes "To make a bridge of 19 meters in length with the fewest number of pieces possible, how many of each 3, 5, or 10 meter length pieces would I need?"; emotion e_what; next; mes "[Fairy Carpenter]"; mes "Please write the number of pieces necessary for each length. If no pieces for that length are necessary, please write 0."; input .@inputstr$; if (.@inputstr$ != "002") { //missing close; } next; mes "[Fairy Carpenter]"; mes "Yeah, that sounds good, right?"; mes "Especially since there wouldn't be a need to make them so straight."; emotion e_ic; next; mes "[Fairy Carpenter]"; mes "Okay, if you talk to [Golie] who works outside the city near the tower, he will give you the new bridge pieces."; //erasequest 11312; //setquest 11313; close; /* OnTouch: if (ep14_2_hood == 0) { mes "[Fairy Carpenter]"; mes "Hey!!!!!!!"; mes "Be careful over there!!"; close; } end; */ }
  8. Omar!! ejejejeje Saludos a Todos =) Yo tengo varios NPC traducidos =B y algunos con opción Ingles/Español. Si desean terminar este proyecto cuenten conmigo. El M45T3R, Ruy, deberías dividir la carpeta NPC y a cada persona comprometida decir que traducir y la fecha de entrega.
  9. Hi Sandbox My BattleConf // Can players use Falcons and Wargs at the same time? (Note 1) // This is not allowed on official servers. warg_can_falcon: no The 2 continue going out Falcon+Warg Use NPC Rrental + Skill Warg Mastery =(
  10. Hola Agregaste las Descripciones con las IDs en el ItemInfo.lua/lub
  11. He forgives, I have a problem that my "Ranger" can use Falcon+Warg, your you can correct like that alone uses "Falcon" or "Warg". I need one to you her see. Thank you very much. Español Saludos, Necesito ayuda con el Ranger, ya que se puede usar Falcon y Lobo al mismo tiempo. Necesito que sea el Falcon o Lobo.
  12. Gracias entonces sirven para nada XD al menos que crees un NPC que intercambie card = item.... pero seria una perdida de tiempo xDDDDD Gracias Ziu por aclararme la inquietud =)
  13. Hola, Mira usa esta iteminfo, y se te verán los item del rebellion, ya que vienen incluidos en la db solo falta agregarlos al .lub >>Aqui el iteminfo<< Solo agrégalo a la carpeta System y se te verán los item del rebellion como armas, municiones.
  14. Saludos, Si alguien me pudiera ayudar con este Item si tiene algún uso o NPC, o solo sirve para el evento RCW del 2011 Blue Card Muchas Gracias.
  15. Saludos, Hay te mande un Mensaje privado =)
  16. Hola Saludos Chic@s les cuento, estamos montando un servidor High Rates, Sin 3°Job, Custom(<Set Elementales> 1 slot, y todo nivelado) con sistema elementos, varios eventos creado por nosotros y funcionales, ademas de sistemas únicos de nosotros =) Llevamos bastantes años de experiencia con el otro ADM, nos manejamos bien, pero en lo que es Web/Imágenes/Banner etc.. somos feos asjajjjaajjajajaja **Lo que Necesitamos Ahora es un WebMaster que se encargue de poner su talento en la Web, tendrá todo nuestro apoyo para facilitar su trabajo =) Más Información o Consultas <Mensaje> Estare atento por algun interezado =) PD: Ya somos viejos en lo que es Ragnarok, así que nos preocupamos bastante de detalles y nos apesta los corruptos. =)
  17. Hola Mira encontrar un emulador sin errores imposible, lo que puedes hacer es descargar un emu Rathena conTortoise y solo corregir los errores con los Fix de aquí mismo, que casi siempre son de skill.
  18. Hi: I have a problem, i hope somebody can help me The Guild_storage table don't store nothing and everytime I reboot the server from the console, the guildstorage items disappear. I have no problems in game until I restart the server. I hope you can answer soon. Thanks!
  19. Hello. I have a problem, I use the Skill "Ice and Fire Wall", but his "Cells" change depending on sense that lanse. if someone can help me Thank you very much
  20. This do you need? In a text in white he adds: Example: map shop nameNPC idNPC,iditem:Price vend_zone.gat,98,117,6 shop Bullet 564,13205:15,13206:15,13207:15 *Spaces with a key shift
  21. buu!! que mal que solo sea en internacional, ya que no todos saben Ingles,es solo darle preferencia a ellos =( igual gracias por tu respuesta Ziu =)
  22. Hola, Como bien dice el titulo, la idea es agregar un SubForum en el Spanish Support, donde podamos dejar nuestros servidores, un poco para darle promoción y llegar a la comunidad que se puede llegar a interesar en alguno y conocer a una linda comunidad. no se si esto es posible XDD pero no se pierde nada intentarlo. algo así como la sección en Ingles "Server Advertisement" pero para Latinos =)
  23. Zikoziz

    Help rsslib.php

    Solved, it was alone to add the texts at the end of "rsslib.php"
  24. Hi Add it at the end of a training of novice, before entering to prontera. I use it this way, give him importance to the advertisement
  25. Hi It tries with this if(Sex == 0) announce "* Welcome Girl " +strcharinfo(0) + "It has begun his adventure.*",bc_all,0xFC99D1; else announce "* Welcome Boy " +strcharinfo(0) + "It has begun his adventure.*",bc_all,0x87CEFA; Good luck www.egesiusro.com
×
×
  • Create New...