Home
Services
Tools
rA Service
rA Store
Contact Me
Item Name: AFK Quests System
Type: rA Script
Price: 25$
How To Get:
Contact me
.
Admin must create quests and put it in his quest_db.yml and OngoingQuestInfoList.lub The player can take one quest at the time The quests have minimum and maximum level the player can complete the quest manually or wait for the deadline after the deadline the quest is completed, the player can talk to the npc to take the rewards the rewards are BEXP/JEXP/Quest Points/Items Support Gepard if gepard protection is enabled , the player cannot take anotherquest with the same gepard id before he finish the other quest and the cooldown is done. if account protection is enabled , the player cannot take another quest in another character before he complete the first one and the cooldown is done. Example on a Quest: Quest to kill 5 drops and 5 porings Quest deadline is 3 hours Quest cooldown on deadline completion is 0 minutes Quest cooldown on hunting completion is 180 minutes Quest rewards: 5 Quest Points Base Exp 5001 Job Exp 5000 5 Orange Potions 10 Yellow Potions /* --> quest_db.yml - Id: 80001 Title: Kill 5 Poring and drops TimeLimit: +3h Targets: - Mob: PORING Count: 5 - Mob: DROPS Count: 5 --> OngoingQuestInfoList.lub [80001] = { Title = "[AFK Quest] Kill 5 Poring And Drops", Description = { "Kill 5 Poring and 5 Drops, or wait till the deadline is reached to complete the quest" }, Summary = "Kill 5 Poring And Drops", RewardEXP = "5001", RewardJEXP = "5000", RewardItemList = { {ItemID = 502, ItemNum = 5}, {ItemID = 503, ItemNum = 10} } }, --> Script AddQuest(1,80001,"Kill Poring and Drop",1,50,180,0,5,5001,5000,502,5,503,10); */
❮
❯