Register for your free account! | Forgot your password?

You last visited: Today at 21:56

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Cq-Dromitemrule

Discussion on Cq-Dromitemrule within the EO PServer Hosting forum part of the Eudemons Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2008
Posts: 465
Received Thanks: 68
Cq-Dromitemrule

Anybody know what group_id,ruleid is for thanks
catface2345 is offline  
Old 02/12/2010, 21:23   #2

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
The group ID is the monster ...

the ruleId i did forgotn, but i when i get it back ill tell ya
magewarior2 is offline  
Old 02/12/2010, 21:46   #3
 
elite*gold: 0
Join Date: May 2008
Posts: 465
Received Thanks: 68
ok, um does the dropitem ID matter, i just set this up and monster still dosnt drop anything any ideas>?
catface2345 is offline  
Old 02/13/2010, 06:50   #4
 
~WARNING~'s Avatar
 
elite*gold: 5
Join Date: Feb 2010
Posts: 1,040
Received Thanks: 441
You must change the drop rate of that item
~WARNING~ is offline  
Old 02/13/2010, 07:10   #5
 
elite*gold: 0
Join Date: May 2008
Posts: 465
Received Thanks: 68
how?
catface2345 is offline  
Old 02/13/2010, 08:42   #6
 
javairc's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 559
Received Thanks: 183
u can use this for change drop monster

Code:
update cq_dropitemrule set item0=0;
update cq_dropitemrule set item1=0;
update cq_dropitemrule set item2=0;
update cq_dropitemrule set item3=0;
update cq_dropitemrule set item4=0;
update cq_dropitemrule set item5=0;
update cq_dropitemrule set item6=0;
update cq_dropitemrule set item7=0;
update cq_dropitemrule set item8=0;
update cq_dropitemrule set item9=0;
update cq_dropitemrule set item10=0;
update cq_dropitemrule set item11=0;
update cq_dropitemrule set item12=0;
update cq_dropitemrule set item13=0;
update cq_dropitemrule set item14=0;

UPDATE CQ_DROPITEMRULE SET CHANCE=0;
p/s: change 0 to what item ID u want drop from monster. Use this
javairc is offline  
Old 02/13/2010, 12:08   #7

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
Quote:
Originally Posted by javairc View Post
u can use this for change drop monster

Code:
[COLOR="Red"]update cq_dropitemrule set item0=0;
update cq_dropitemrule set item1=0;
update cq_dropitemrule set item2=0;
update cq_dropitemrule set item3=0;
update cq_dropitemrule set item4=0;
update cq_dropitemrule set item5=0;
update cq_dropitemrule set item6=0;
update cq_dropitemrule set item7=0;
update cq_dropitemrule set item8=0;
update cq_dropitemrule set item9=0;
update cq_dropitemrule set item10=0;
update cq_dropitemrule set item11=0;
update cq_dropitemrule set item12=0;
update cq_dropitemrule set item13=0;
update cq_dropitemrule set item14=0;[/COLOR]

[COLOR="red"]This are your items you like to drop, but this will add it to ALL the monsters .... also bosse, ass normal monsters.
[/COLOR]
[COLOR="Lime"]UPDATE CQ_DROPITEMRULE SET CHANCE=0;[/COLOR]
this is the chance they drop some items.

a boss have normally the chance of 10000000.
p/s: change 0 to what item ID u want drop from monster. Use this
to make it a little easy'er for bosses only you can run this script.

example.
Code:
UPDATE CQ_DROPITEMRULE SET CHANCE= '10000000' where id >= 1001 and id <= 1003;
Download the script here.


do you want to be sure your dropitem rule rate is fully changed, download this.

Example
Code:
UPDATE CQ_DROPITEMRULE SET CHANCE= '10000000' where id >= 1001 and id <= 1003
[COLOR="Lime"]UPDATE CQ_MONSTERTYPE SET drop_item_chance= '10000' where id >= 1001 and id <= 1003;[/COLOR]
download the script here.


Code:
UPDATE CQ_MONSTERTYPE SET [COLOR="Lime"]drop_item_chance= '10000' [/COLOR]where id >= 1001 and id <= 1003;

This is the chance what the bosses drop.
here you go a very fast guide good luck !
magewarior2 is offline  
Thanks
2 Users
Old 02/13/2010, 15:56   #8
 
elite*gold: 0
Join Date: May 2008
Posts: 465
Received Thanks: 68
alright much aprricated, but why whne running a query do we need two Id not 1 and what ruleid again?
catface2345 is offline  
Old 02/13/2010, 19:42   #9

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
if you make ruleid "1" it wont be a problem i think
magewarior2 is offline  
Old 02/13/2010, 19:46   #10
 
elite*gold: 0
Join Date: May 2008
Posts: 465
Received Thanks: 68
ok
catface2345 is offline  
Old 02/14/2010, 12:37   #11
 
apoxdeath's Avatar
 
elite*gold: 0
Join Date: Aug 2007
Posts: 228
Received Thanks: 52
dude if u wanted to no that all you had to do was ask me, lol chat with me more :P
apoxdeath is offline  
Old 02/15/2010, 04:31   #12
 
chathouse's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 220
Received Thanks: 59
Quote:
Originally Posted by magewarior2 View Post
to make it a little easy'er for bosses only you can run this script.

example.
Code:
UPDATE CQ_DROPITEMRULE SET CHANCE= '10000000' where id >= 1001 and id <= 1003;
......

the text was shortened by me

can I adjust that also here the monsters these 1,5,10,20 .... ep packs to drop?
chathouse is offline  
Reply




All times are GMT +2. The time now is 21:56.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.