Jump to content
  • 0

[HELP] Please help me How to change rate quest drop???


Question

Posted

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

  • 0
Posted

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

  • 0
Posted

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!!!!!
  • 0
Posted

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 :)

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...