quest

Sintese

Vassal
Customer
How do I deactivate a quest? I removed the quest from the folder, but when the character clicks on the NPC in "quest," it doesn't pick up the item. However, when the mob is killed, the quest item drops, even though the quest is no longer active.
 
How do I deactivate a quest? I removed the quest from the folder, but when the character clicks on the NPC in "quest," it doesn't pick up the item. However, when the mob is killed, the quest item drops, even though the quest is no longer active.
check in server.properties here you put the quest id, if you check the html of the npc what have the quest, the bypass button shows the number of the quest, I dont remember atm another method for found all quest id
 
How do I deactivate a quest? I removed the quest from the folder, but when the character clicks on the NPC in "quest," it doesn't pick up the item. However, when the mob is killed, the quest item drops, even though the quest is no longer active.

"gameserver/config/server.properties"

Code:
#-------------------------------------------------------------
# Do not load quests with this ID. Example: DisableQuestId = 127, 255
DisableQuestId =

imagem_2026-04-14_164810890.webp
Quest Ids:

imagem_2026-04-14_165010447.webp
 
Back
Top