-Mr.CuTe- Posted February 10, 2009 Posted February 10, 2009 it says # NOTE: this need quests to be rewritten in dp in order to work RateDropQuest = 1.5 RateQuestsReward = 1.5 but where in the db??and if i put smth here i have to put the same and in the db?? Quote
0 flushing Posted February 10, 2009 Posted February 10, 2009 as far as i know, you have to go to c:\server\gameserver\config and open rates file i mean edit it with notepad. there you will find everything about drop. so wherever it says Quest Drop = 1 change 1 to whatever number you want but dont use too large numbers. i hope i helped u Quote
0 -Mr.CuTe- Posted February 10, 2009 Author Posted February 10, 2009 as far as i know, you have to go to c:\server\gameserver\config and open rates file i mean edit it with notepad. there you will find everything about drop. so wherever it says Quest Drop = 1 change 1 to whatever number you want but dont use too large numbers. i hope i helped u yes but there it has a note look my first post man!!!!! Quote
0 BaB Posted February 13, 2009 Posted February 13, 2009 Like the note is saying if you want to increase the quest rate drop, you need to rewrite the quest. Here is an e.g : chance = st.getRandom(100) if MALRUK_SUCCUBUS_CLAW_CHANCE >= chance and st.getQuestItemsCount(MALRUK_SUCCUBUS_CLAW) < 10 : st.giveItems(MALRUK_SUCCUBUS_CLAW,1) 1st line : as you see the chanse is RANDOM ... so it can be, 1%...50%....100% ... and so on 2nd line : doesn't matter 3rd line : if you want to increase the quest drop, and instead of 1 to give 4 for example, you just change the 1 to 4 ... The e.g is taken from the Noblesse quest part 1 .... hope i helped you :) Quote
Question
-Mr.CuTe-
it says # NOTE: this need quests to be rewritten in dp in order to work
RateDropQuest = 1.5
RateQuestsReward = 1.5
but where in the db??and if i put smth here i have to put the same and in the db??
3 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.
Note: Your post will require moderator approval before it will be visible.