[HELP]sort of nooby, drops

02/13/2010 16:23 ~WARNING~#1
how do u restore the normal eudemons drops, if anyone has something close to real eudemons i'd really appreciate it if you could help me do this, it doesn't have to be perfect,

i need something to do the following with drops:
about 20x normal eudemons gold drop, and about 5x eudemons item drop

right now my server is droping only eo cards, and droping massive amounts of gold(500k on the lowest level monsters, etc)
02/13/2010 17:59 zspider#2
Quote:
update cq_dropitemrule set item0=ITEMIDHERE;
update cq_dropitemrule set item1=ITEMIDHERE;
update cq_dropitemrule set item2=ITEMIDHERE;
update cq_dropitemrule set item3=ITEMIDHERE;
update cq_dropitemrule set item4=ITEMIDHERE;
update cq_dropitemrule set item5=ITEMIDHERE;
update cq_dropitemrule set item6=ITEMIDHERE;
update cq_dropitemrule set item7=ITEMIDHERE;
update cq_dropitemrule set item8=ITEMIDHERE;
update cq_dropitemrule set item9=ITEMIDHERE;
update cq_dropitemrule set item10=ITEMIDHERE;
update cq_dropitemrule set item11=ITEMIDHERE;
update cq_dropitemrule set item12=ITEMIDHERE;
update cq_dropitemrule set item13=ITEMIDHERE;
update cq_dropitemrule set item14=ITEMIDHERE;
Quote:
UPDATE CQ_DROPITEMRULE SET CHANCE=WHATEVERYOUWANTHERE;
use this and put id of gold in like 10 from it and but eocard id in the other 4 i think this will make what u need
credits to necron33
02/13/2010 18:08 ~WARNING~#3
honestly, did you read what i wrote at all, i asked if someone had the items/gold set already, i dont feel like logging on to eudemons and killing every montster over and over to find out.

not trying to be mean, but please read the post thoroughly before posting.
02/13/2010 18:09 ~WARNING~#4
honestly, did you read what i wrote at all, i asked if someone had the items/gold set already, i dont feel like logging on to eudemons and killing every montster over and over to find out.

not trying to be mean, but please read the post thoroughly before posting.
02/13/2010 18:56 magewarior2#5
so, you are talking about the gold drops of the Monsters, ..
and what do you mean with " and about 5x eudemons item drop"

Its in your cq_monstertype (money_drop_min and money_drop_max )

fast way
Code:
update cq_monstertype set money_drop_min=Amount of max gold drop;
update cq_monstertype set money_drop_max=Amount of max gold drop:
How ever, this way is very fast but also very unprofessional!

Little guide!
Code:
money_drop_min = if you monster drop's gold (witch the rate you can chance in the cq_monstertye => drop_money_chance) The MINIMUM amount.

money_drop_max = if you monster drop's gold (witch the rate you can chance in the cq_monstertye => drop_money_chance) The MAXIMUM amount.
I could make a script for the money .. but i don't think some one is interest in it ..
02/13/2010 22:16 ~WARNING~#6
by item drops i mean something like:

after a certain amount of time killing things, you would recieve a equipment drop, or a gem drop etc.
02/13/2010 22:56 magewarior2#7
hmmh, the rate i know where to chance , but to edit it, i would look in drop_rule

not sure about that.
02/13/2010 23:36 zspider#8
Quote:
Originally Posted by ibeatuall View Post
honestly, did you read what i wrote at all, i asked if someone had the items/gold set already, i dont feel like logging on to eudemons and killing every montster over and over to find out.

not trying to be mean, but please read the post thoroughly before posting.
ok i just think that will help any ways ok :cool: