if(this->nodeExists(node,"Drops")){constauto& drops = node["Drops"];for(constauto& dropNode : drops){uint32 mob_id =0;// Can be 0 which means all monstersif(this->nodeExists(dropNode,"Mob")){
std::string mob_name;
Quest_db.yml
# Drops: Quest item drop targets. (Default: null)# - Mob Monster to kill. 0 will apply to all monsters. (Default: 0)# Item Item to drop.# Count Amount of items that will drop. Non-stackable items default to 1. (Default: 1)# Rate Item drop rate. (10000 = 100%)
Question
MyNoobScriptz
Quest.cpp
Quest_db.yml
Does anyone know how to make all monster drop Jellopy while being quest?
Edited by MyNoobScriptzDOC : say 0 will apply to all monsters. (Default: 0), But got error
Link to comment
Share on other sites
1 answer 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.