Jump to content

eclud

Members
  • Posts

    80
  • Joined

  • Last visited

Everything posted by eclud

  1. Never tested the script so I didn't realize there was another menu to enable options. I've updated the script in the link to support enabling/disabling of the save function from the GM menu. You might need to refresh your browser cache to download the new script... It should be version 2.2.2 Thanks man it works great!
  2. bump ANy know where i can pay for make this "feature"? Thanks
  3. i think this one is a bit outdated, you should look for newer one since last update for it was over 3 years ago Yes i know, but it is the only one meeting with these options u.u! i only need some towns and dungs unlocked by default cuz they are all locked and the new players just dead in the way to unlock the maps . Yes, but it is the only one meeting with these options
  4. Thanks
  5. Hi guys, i im using the Quest_Warper... heres the code: http://upaste.me/28e222294cb8b86d3 This script have all the towns, dung, etc locked... can someone help me? i want some towns and dungs unlocked by default... but i dont know how to do it
  6. Hi thanks, but dont work bro Y_Y BUMP
  7. eclud

    Help with Logs

    Okay I found the file Emistry "Logs.sql" now what? thanks
  8. Hi guys, i just make one quest script but this is not working...and i cant find the problem... heres the code: prontera,152,180 Script Kathy 817,{ mes "[^F01961Kathy^000000]"; mes "Bienvenido a nuestra tienda de gafas."; mes "Este lugar es sólo para las personas que aman la moda."; next; mes "[^F01961Kathy^000000]"; mes "Aquí puedes pedirnos unas gafas"; mes "es muy facil, Primero eliges"; mes "el tipo de gafas que desees" mes "y te muestro lo que ocupamos."; next; mes "[^F01961Kathy^000000]"; mes "Cuales gafas te gustarian?"; menu "Gafas rojas(1)",rojas,"Gafas negras(1)",negras; next; rojas: mes "[^F01961Kathy^000000]"; mes "Excelente opcion."; mes "Para las Gafas rojas ocuparia lo siguiente."; next; mes "[^F01961Kathy^000000]"; mes "Materiales:"; mes "1 glasses"; mes "1 Angled Glasses"; mes "30 Steel"; mes "50 Dry Sand"; mes "50 Fine Sand"; mes "20 Witch Starsand"; mes "10 Red Blood"; mes "Y 300 mil."; next: mes "[^F01961Kathy^000000]"; mes "Te gustaria crearlas?"; menu "Si",si,"Regreso despues.",no; si: mes "[^F01961Kathy^000000]"; mes "Perfecto, veamos si tienes"; mes "Los materiales..."; next; if(countitem(2203)<1)goto falta; if(countitem(2276)<1)goto falta; if(countitem(999)<30)goto falta; if(countitem(7264)<50)goto falta; if(countitem(7043)<50)goto falta; if(countitem(1061)<20)goto falta; if(countitem(990)<10)goto falta; if(Zeny < 300000) goto falta; mes "[^F01961Kathy^000000]"; mes "Ok, parece que tienes todo!"; next; delitem 2203,1; delitem 2276,1; delitem 999,30; delitem 7264,50; delitem 7043,50; delitem 1061,20; delitem 990,10; set Zeny,Zeny-300000; getitem 5288,1; mes "Felicidades!!!"; Close; falta: mes "Lo lamento, no tienes lo necesario."; Close; no: mes "[^F01961Kathy^000000]"; mes "Ok, vuelve pronto..."; Close; negras: mes "[^F01961Kathy^000000]"; mes "Estas son nuestras nuevas Gafas."; mes "Materiales:"; next; mes "[^F01961Kathy^000000]"; mes "1 Red Glasses"; mes "50 Dark Crystal Fragment"; mes "10 Will Of Darkness"; mes "1 Rune Of Darkness"; mes "1 Black Dyestuff"; mes "Y 500 mil."; next; mes "[^F01961Kathy^000000]"; mes "Te gustaria crearlas?"; menu "Si",sii,"Regreso despues.",noo; sii: mes "[^F01961Kathy^000000]"; mes "Perfecto, veamos si tienes"; mes "Los materiales..."; next; if(countitem(5288)<1)goto falta; if(countitem(7315)<50)goto falta; if(countitem(7340)<10)goto falta; if(countitem(7511)<1)goto falta; if(countitem(983)<1)goto falta; if(Zeny < 500000) goto falta; mes "[^F01961Kathy^000000]"; mes "Ok, parece que tienes todo!"; next; delitem 5288,1; delitem 7315,50; delitem 7340,10; delitem 7511,1; delitem 983,1; set Zeny,Zeny-500000; getitem 5401,1; mes "Felicidades!!!"; Close; noo: mes "[^F01961Kathy^000000]"; mes "Ok, vuelve pronto..."; Close; end; } And this is the error: [Error]: npc_parse_script: Invalid placement format for a script in file 'npc/custom/misquest/glasses.txt', line '1'. Skipping the rest of file... * w1=prontera,152,180 * w2=Script * w3=Kathy * w4=817,{ Can someone help me? thanks Solved...
  9. bump
  10. eclud

    Help with Logs

    bump
  11. 17726 Thanks
  12. Thanks i just test it but dont work. I did everything
  13. bump bump bump
  14. Bump
  15. Thanks it works
  16. I mean save point, @greenmagic i dint know where i can put that code... @hendra that warper dont hace the quest.. Thanks guys Bump
  17. Hi guys, i im using the Quest_Warper but it dont have "Save" can some one help me adding Save to the script? heres the script: https://code.google.com/p/rathena/source/browse/trunk/npc/custom/quest_warper.txt?r=16239 thanks
  18. Thanks! Will Edit and check
  19. Hi guys i know how to make easy and very basic scripts. But i cant make this one, can some one help me? I need this: Quest script with two npc,i mean player go talk with one npc, the npc ask for some items and zeny so when the player give the items to the npc it will say the ubication of the other npc the other npc will ask for some items and zeny too. When u give the items the npc will give some reward (ítem). Always u need to talk with the first npc to talk with the other. Thanks hope u guys get the idea
  20. BUMP
  21. Downloading fresh Rathena also sont work, thanks and BUMP
  22. Hi guys, where i can see for example the MvP drops Logs? zeny logs? etc thanks
  23. Hi guys, when the player hit the mvp or mob with some skill and run, the mvp/mob got stuck... Some one can help me with this problem? thanks
  24. you can simply remove the "updates". try by your self util it work you'll figure it out Thanks sir,im almost got it. For example i can remove the "news" and add another thing, righ? but how to know the others sections? i mean, i just remove "news" and add "Actualizaciones" the title of my news forum but this dont show anythig. Where i can see what to put in that part? news, events, etc etc Sorry i really suck on this, thanks again if you want to edit the text change this only, <p>Events</p> <?php if ( $eADev['enablerss'] ): echo RSS_Display($eADev['updates'], 10, 0, 0, 0); endif; ?> Events > to anything Thanks i know, i mean this part: echo RSS_Display($eADev['updates'], 10, 0, 0, 0); ican remove the "updates" andthe main page will not show anything. Now if im add "updates" even "news" the main page will show all my latest forum post, what i want is show only one part of my forum, for example show only "News" what i need to put in: echo RSS_Display($eADev['????????'], 10, 0, 0, 0); To show others parts of my forum? news, downloads, information, etc Cuz if im put, dowloads, or Noticias it show nothing EDIT: Finally i got this working. Thanks a looot guys
×
×
  • Create New...