So i am in the process of doing the moonbox quest i was just wondering if anyone knew the level of ToughHorns i have 6 different types of that same monsters in the monstertype table in the database but they are all level 1.
No offense, but there is a WAY better way to do that lol. In my database, every cq_monstertype entry has a column that signifies the amount of "special items" it can drop. Monster specific drops if you will. And there is a table filled with monster ids, with specific drop rewards, and a rate of the drop. So monsters can have more than 1 specific item to drop. Then when you do your drops, you can loop through the monsters special drop ID collection, and have one randomly chosen. Instead of having an if check for the map id in every kill.Quote:
Um, As far as I know I only found one of these when I was coding my moonbox quest, I set the drops to randomly drop according to the map ID xD, Which is one of the easiest and simple ways to do it. Just assign a token to drop in a certain map and spawn lots of that mob in the moonbox maps ID: 1043 to 1050 and if the mob info isn't correct you can just correct it from any cq_generator out there.