Jump to content

Envoy

Members
  • Posts

    48
  • Joined

  • Days Won

    2

Everything posted by Envoy

  1. I'm releasing a first version of the Star Emperor and Soul Reaper job change quest. This versions are working fine in my server, but im very sure someone with more knowlage can improve the structure and everything. I base this quests in guides from iRo wiki, those guides provide videos of a walk thru for said quests. SoulReaper_StarEmperor.rar
  2. I made the script for the Soul Reaper job change quest, i send the commit to rathena, and i think is under some review. Im currentrly using this script on a server and is working fine, so i left this here to people to use it. https://github.com/rathena/rathena/pull/8159 In the commit you can find the changes required to implement this in db and script. hop u like it
  3. Long story short. Im having some issues, and im finally able to explain when its happening. When players see a third job class mounting, sometimes, and some players, crashes leaving a resource error, specific to a pallet wich, did not exist, not in oficial grf or custom grf. Im asuming, that is a intermitent fault, and i manage to get a crash report from one of my players. Im using 2022 04 06 client. Edit: It only happen in cities and cities´ inn maps. here is the crash report game_crash_log.txt
  4. First of all, is there any reason why this two job quest are not added to rAthena? second, anyone have the script? i´v been serching everywhere but cnat find it. i can script it my self, but i dont have acceso to the dialogs for the npcs in english.
  5. i knwo, but i want the quests.
  6. Do you know guys when are the script for said quest be commited to rathena? is someone working on it? or have any infor where to aquire them?
  7. for the 2022/04/06 client, it is requesting the CoolTimeQuest variable from OnGoingQuestInfoList_TRUE, said variable is not present in all quest by ID in said file, im not sure if it is a bug. if this variable is not present, it shows the quest as unknown with a lua file error. [7711] = { Title = "Beginning", Description = { "Yo Ho! I am a fabulous Doram from Pa~sta! I've climbed Laviol mountain, came to Lasagna port. And I'm going to take over the new continent Midgarts!" }, Summary = "Talk to Ajena", }, to this [7711] = { Title = "Beginning", Description = { "Yo Ho! I am a fabulous Doram from Pa~sta! I've climbed Laviol mountain, came to Lasagna port. And I'm going to take over the new continent Midgarts!" }, Summary = "Talk to Ajena", CoolTimeQuest = 0 }, with this addition, the quest start to show correctly. i dont know if is fix or not, but you will need to do this for every single quest in the list. does anyone know a better solution? edit: i found the solution. go to your GRF and edit the questinfo_f.lub and change the starting function from this: function GetOngoingQuestInfoByID(questID) if QuestInfoList[questID] ~= nil then return GetOngoingSimpleView(questID), QuestInfoList[questID].Title, QuestInfoList[questID].IconName, QuestInfoList[questID].Summary, QuestInfoList[questID].NpcSpr, QuestInfoList[questID].NpcNavi, QuestInfoList[questID].RewardEXP, QuestInfoList[questID].RewardJEXP, QuestInfoList[questID].NpcPosX, QuestInfoList[questID].NpcPosY, GetCoolTimeQuest(questID) elseif QuestInfoList_CLS[questID] ~= nil then return GetOngoingSimpleView(questID), QuestInfoList_CLS[questID].Title, QuestInfoList_CLS[questID].IconName, QuestInfoList_CLS[questID].Summary, QuestInfoList_CLS[questID].NpcSpr, QuestInfoList_CLS[questID].NpcNavi, QuestInfoList_CLS[questID].RewardEXP, QuestInfoList_CLS[questID].RewardJEXP, QuestInfoList_CLS[questID].NpcPosX, QuestInfoList_CLS[questID].NpcPosY, GetCoolTimeQuest(questID) end end to this: function GetOngoingQuestInfoByID(questID) if QuestInfoList[questID] ~= nil then return GetOngoingSimpleView(questID), QuestInfoList[questID].Title, QuestInfoList[questID].IconName, QuestInfoList[questID].Summary, QuestInfoList[questID].NpcSpr, QuestInfoList[questID].NpcNavi, QuestInfoList[questID].RewardEXP, QuestInfoList[questID].RewardJEXP, QuestInfoList[questID].NpcPosX, QuestInfoList[questID].NpcPosY elseif QuestInfoList_CLS[questID] ~= nil then return GetOngoingSimpleView(questID), QuestInfoList_CLS[questID].Title, QuestInfoList_CLS[questID].IconName, QuestInfoList_CLS[questID].Summary, QuestInfoList_CLS[questID].NpcSpr, QuestInfoList_CLS[questID].NpcNavi, QuestInfoList_CLS[questID].RewardEXP, QuestInfoList_CLS[questID].RewardJEXP, QuestInfoList_CLS[questID].NpcPosX, QuestInfoList_CLS[questID].NpcPosY end end this bassically made the questingo_f not call the variable CoolTimeQuest and now all the quest work well
  8. a bunch of questions about DirectX 9 client, is there any client that we can diff to use DX9? if not, is there any espected date for it to be released? im super exited to use dx9 in my private server. Cheers
  9. can someone provide a drive download for the 2023 kRo folder? im sick of MEGA and the download restrictions
  10. Im trying to hex this client, i understand that this is the last version supported by rathena, (by the moment) but i cant aply the "Restore login window" for the normal login. i got some options in mind, first is use SSO login with a external launcher that also update my client, (im not sure if this is posible, im asuming that is.) second option is use another client version, but im asking, can i use a newer client version in rathena? for example, now, rathena come wiht packetver 20211103, but what if i use a newer version? asuming in one of these newer version i can apply the old login window, so i can avoyd the SSO login?
  11. when im aplying patches, windows is giving me a troyan warning. I dont know if these are real, or just some mistake, but ill pass this differ by the moment.
  12. its beautifull, i want it, is there a download link? or you sell it?
  13. hmmm, solo copie-pegue los archivos que me dejaste en el grf que estoy usando, skillinfoz y stateicon y no funciona.
  14. sigue igual, no importa que archivos lua usemos. eso es con la carpeta que adjuntaste "data.zip" Respecto a lo de Zack, es lo que estamos usando.
  15. Todas nuestras mecanicas están funcionando bien amigo, revisa tu archovo renewal.hpp Lo testearé y respondo si funciona ? No funciona. ? Las skill en bardo si están funcionando, el problema es con la gypsy
  16. Buenas, para no dar tantas vueltas, el link en dancer me está dando las habilidades pero sin nivel. alguna idea? edit: tengo las habilidades que están unidas entre si como requisito para sacar las de la foto. uso cliente 20180620, rathena configurado a pre-renewal con los archivos del proyecto de Ro english de zak.
  17. Buenas, tengo un problema mas o menos grave que no he podido solucionar. Resulta que en especifico en el bg stone control de extended bg de easy core, si cargas una piedra al momento que se acaba la batalla, te da las medallas y te saca del mapa, en ese instante, se bugea el personaje y no puede usar habilidades, el mensaje que sale es "any work in progress..quit and try again". se a que se debe, pero no lo he podido corregir, no se en que parte del script está el problema, alguien podria hecharme una mano? bg_flavius_sc.txt
  18. Me expliqué mal, hbalo del anuncio global de "(user) got poring´s poring card (chance xxxxx)
  19. Buenas, alguien sabe donde va guardado el texto del anuncio de cuando se dropean cartas o cosas de bajo drop? tengo activo el anuncio pero me gustaría colocarlo e español.
  20. im looking for the oktoberfest bag (the item) client resources, i already have the sprites for the char, tested with @costume and it works, but the item to activate the costume is not in my data.grf and rdata.grf, so im looking for it.
  21. estoy usando una carpeta de KRO actualizada, la misma que se encuentra en estos foros.
  22. en su mayoría la del proyecto de Ro english
  23. lo corregí pero sigue pasando ?
×
×
  • Create New...