Jump to content

fictionx

Members
  • Posts

    122
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by fictionx

  1. +1 hope that system can be implmented here
  2. Uhm, creo que nunca tuvo mayor progreso. Aún así, deberíamos comenzar un proyecto de traducción.
  3. prontera,155,181,5 script Sample 4_F_KAFRA1,{ OnClock0600: quest_random = 0; end; if (!quest_random) { quest_random = rand(1, 2); mes "You have been assigned with a new quest."; next; } switch(quest_random) { case 1: setarray .@reward, 4001, 1; setarray .@item, 512; setarray .@amount, 100; break; case 2: setarray .@reward, 4002, 1; setarray .@item, 501, 502, 503; setarray .@amount, 3, 1, 2; break; default: mes "invalid quest."; close; } mes "Quest Requirement(s):"; .@size = getarraysize(.@item); for (.@i = 0; .@i < .@size; .@i++) { mes " > "+.@amount[.@i]+"x "+getitemname(.@item[.@i]); if (countitem(.@item[.@i]) < .@amount[.@i]) .@fail++; } if (!.@fail) { next; if (select("Submit Quest", "Cancel") == 1) { for (.@i = 0; .@i < .@size; .@i++) delitem .@item[.@i], .@amount[.@i]; getitem .@reward[0], .@reward[1]; } } close; OnInit: quest_random = 0; end; } Probably this should work.
  4. patch it manually, the installation try to replace something that is already installed. The workaround that i did, it's eliminate the field and put it by my self.
  5. Wonderful!, will be great if this can be published in herc too!.
  6. you need to update your scripts. https://github.com/rathena/rathena/commit/26720f041a3cd0edbaa975bfc70345a30e9bf706
  7. anyone know how to translate the quest info? @edit: NVM, i just changed the OngoingQuestInfoList.lub with another one.
  8. i'm using 2018 client version of ragnarok (i'm using this one). Other client that isn't manually patched by me, worked fine. The problem exist, when i diff by my self using nemo. I didn't change the current LangType, and try using your recommended patch, but didn't work. The client auto close when i enter to the character selector.
  9. Maybe it's a problem with my current nemo patcher, because i used your current patchlog, and the problem persist. i'll try to redownload it btw, can you provide me your diffed client?
  10. Hi, i don't know if someone have this same issue, but when i diff a 2018 client (i'm using 4144 nemo) with the default recommend patches, my client always close when it's enter to the character selector. I tested using a diffed client that someone put here in the forum, and works fine.
  11. Thank you matheus00123, but i'm having problem when i try to open the skill tree, the client close instantly without errors. Btw, do you have 2018-05-30bRagexeRE unpacked?
  12. Hi, anyone can provide me an unpacked exe of 20180620 Thank you in advance PS: Agh, i wrote in the wrong section. Please move this topic ?
  13. Hola amigo, hay demasiada fuente de información acerca de como crear, insertar o resolver problemas acerca de esto. Podrías indicarnos quizás cual es el problema que estás teniendo. Saludos.-
  14. Hi, i wondering if someone can help me to fix the following code that i have from php. The problem that i have, it's that isn't counting the total card in the server, always stated in null valor.
  15. try this: In skill.cpp case UNT_MAGNUS: //if (!battle_check_undead(tstatus->race,tstatus->def_ele) && tstatus->race!=RC_DEMON) // break; skill_attack(BF_MAGIC,ss,&unit->bl,bl,sg->skill_id,sg->skill_lv,tick,0); break;
  16. 1.- In skill.cpp change status_heal(src, 0, status_get_lv(bl)*(95+15*rate)/100, 2); to status_heal(src, status_get_lv(bl)*(95+15*rate)/100,0 , 2); 2.- require more edit and testing, you can check in skill.cpp too
  17. Hi, i'm wondering if exist a real solution for the bug that have the clients 2017+ with the hairstyle who are above of the style 27. i tried using https://github.com/secretdataz/NEMO/commit/c88fbbb24f61458a6907da7f057754f62cfb2c97 but isn't working. The problem appear when you change your hairstyle and relog the character. The client crashes instantanly. I've tried it on: 2017-06-14 2017-05-17 2017-12-28 Greetings.-
  18. Wonderful service, he's so fast that only take a few minutes to do the work [10/10] Highly recommended
  19. Hope you can do it Thank you ! UP
  20. Hi, thank you for your response. This addon recollects the entire data of the MvP Cards that the players have. For example: In the menu display all the MvP Card with his bmp image, and below of this image it will appear a number (0) or (1,2,3,etc...), and that means that one or two, three, etc players of the server have that cards. Note: I'll edit the title of this topic. Greetings.-
  21. Hi, Anyone have a database card for flux cp?. i have saw in some server that i cannot remember right now, but this addon it's very popular. Greetings.-
  22. Solved, please close this topic. Thank you @Alayne
×
×
  • Create New...