-
Content Count
121 -
Avg. Content Per Day
0 -
Joined
-
Last visited
-
Days Won
1
fictionx last won the day on September 28 2017
fictionx had the most liked content!
Community Reputation
16 GoodAbout fictionx
-
Rank
Poporing
- Birthday 07/05/1993
Profile Information
-
Gender
Male
-
Uhm, creo que nunca tuvo mayor progreso. Aún así, deberíamos comenzar un proyecto de traducción.
-
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 [email protected], 4001, 1; setarray [email protected], 512; setarray [email protected], 100; break; case 2: setarray [email protected], 4002, 1; setarray [email protected], 501, 502, 503; setarray [email protected], 3, 1, 2; break; default: mes "invalid quest."; close; } mes "Quest Requirement(s):"; [email protected] = getarraysize([email protected]); for ([email protected] = 0; [email protected] < [email protected]; [email protected]++) { mes " > "[email protected][[email protected]]+"x "+getitemname([email protected][[email protected]]); if (countitem([email protected][[email protected]]) < [email protected][[email protected]]) [email protected]++; } if ([email protected]) { next; if (select("Submit Quest", "Cancel") == 1) { for ([email protected] = 0; [email protected] < [email protected]; [email protected]++) delitem [email protected][[email protected]], [email protected][[email protected]]; getitem [email protected][0], [email protected][1]; } } close; OnInit: quest_random = 0; end; } Probably this should work.
-
Thank you!, nice release.
-
Renewal o Pre-Renewal?
-
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.
-
Wonderful!, will be great if this can be published in herc too!.
-
you need to update your scripts. https://github.com/rathena/rathena/commit/26720f041a3cd0edbaa975bfc70345a30e9bf706
-
[PACKETVER 20180620] Client Release 2018-06-20eRagexeRE
fictionx replied to MathReaper's topic in Client Releases
anyone know how to translate the quest info? @edit: NVM, i just changed the OngoingQuestInfoList.lub with another one. -
i'm having the same problem (4144 nemo)
-
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.
Have you managed to fix your problem? Im having the save issue. =/
-
[PACKETVER 20180620] Client Release 2018-06-20eRagexeRE
fictionx replied to MathReaper's topic in Client Releases
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. -
[PACKETVER 20180620] Client Release 2018-06-20eRagexeRE
fictionx replied to MathReaper's topic in Client Releases
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? -
[PACKETVER 20180620] Client Release 2018-06-20eRagexeRE
fictionx replied to MathReaper's topic in Client Releases
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. -
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?