Dolphin86 Posted February 23, 2022 Posted February 23, 2022 as title can someone share or show me how can i edit the repeatable quest follow as IRO reward quest? rathena github for repeatable quest Quote
0 Rynbef Posted February 24, 2022 Posted February 24, 2022 (edited) @Dolphin86After give the items, Exp or zeny u need to erase the quest and/or set variables to 0. The player is able to repeat the quest afterwards. Rynbef~ Edited February 24, 2022 by Rynbef Quote
0 Dolphin86 Posted February 24, 2022 Author Posted February 24, 2022 3 hours ago, Rynbef said: @Dolphin86After give the items, Exp or zeny u need to erase the quest and/or set variables to 0. The player is able to repeat the quest afterwards. Rynbef~ sorry i dont get it, Quote
0 Rynbef Posted February 24, 2022 Posted February 24, 2022 1 hour ago, Dolphin86 said: sorry i dont get it, If u want that the character can't repeat the quest to need a Variable like CocoQuest to 1 after getting Exp. At the begin of the script u add an if-statement and continue if the Variable CocoQuest != 1 is. If u want it to be account Bounded u need a # before. Ex. #CocoQuest Rynbef~ Quote
0 Dolphin86 Posted February 24, 2022 Author Posted February 24, 2022 1 hour ago, Rynbef said: If u want that the character can't repeat the quest to need a Variable like CocoQuest to 1 after getting Exp. At the begin of the script u add an if-statement and continue if the Variable CocoQuest != 1 is. If u want it to be account Bounded u need a # before. Ex. #CocoQuest Rynbef~ ohh no i was plan to set the exp reward for each quest as the same as Here Quote
0 Racaae Posted February 26, 2022 Posted February 26, 2022 (edited) Hi, You need to open each file and look for the lines with getexp. Then change the values according to the wiki if they are different. getexp <base exp>, <job exp>; Some Monster Hunting quests are missing, I suggest you to copy other NPC and change the text and values. Missing: Medusa, Lava Golem and Deleter. There's no Towns Bounty Boards in the folder. You can look at scripts from other people and see if you like: Edited February 26, 2022 by Racaae adding links Quote
Question
Dolphin86
as title can someone share or show me how can i edit the repeatable quest follow as IRO reward quest?
rathena github for repeatable quest
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.