[HELP]How to make different drop in different maps?

12/25/2009 22:10 CyberServer#1
Hello everyone i need to know how i could make different drop in different map?
example in cronus drop 270eps card..but in elven i want make 2700eps card drop..?how could i do that?i mean i want make drop 2700eps card avaible in elven city only..

if someone know please share your ideas here
12/26/2009 03:55 funhacker#2
each monster has a drop item rule type this can the be connected to the type field in the drop_item_rule table. So make new types and assign the relevant monsters to the new type.
12/26/2009 07:41 magewarior2#3
you also can make it easy, go to your cq_monstertype and each monster in that map you give 1 unique dropitemrule ID

monsters in another map, another unique ID

than you can just add like 8 rows or something in your cq_drop_item_rule and you have of each map unique drops.

and than you do not need to change every row.

never try'd it before its just an idea ;)
12/26/2009 10:38 CyberServer#4
thanks all that helps alot for me but i take a bit time to understand hahaha maybe if you all have something more easy can also [post here...anyways guides from both of you helped me.. ;)
12/26/2009 16:01 .Ash#5
Quote:
Originally Posted by magewarior2 View Post
you also can make it easy, go to your cq_monstertype and each monster in that map you give 1 unique dropitemrule ID

monsters in another map, another unique ID

than you can just add like 8 rows or something in your cq_drop_item_rule and you have of each map unique drops.

and than you do not need to change every row.

never try'd it before its just an idea ;)
Quote:
Originally Posted by funhacker View Post
each monster has a drop item rule type this can the be connected to the type field in the drop_item_rule table. So make new types and assign the relevant monsters to the new type.

So the query is something like..
Code:
update cq_drop_item_rule set *****=** where id=**;
Sorry i dont have access to my DB right now..Thats why i put ***. So is that query anywhere near whats real or am i loosing my touch T_T
12/26/2009 16:17 CyberServer#6
Quote:
Originally Posted by SpongeBox View Post
So the query is something like..
Code:
update cq_drop_item_rule set *****=** where id=**;
Sorry i dont have access to my DB right now..Thats why i put ***. So is that query anywhere near whats real or am i loosing my touch T_T
thanks ;) feels free to pm me in MSN;)
12/26/2009 21:26 mostafa123123#7
how to make pp register to my server ??
12/27/2009 01:59 magewarior2#8
i think its very simple, just same as a EP script only instead of emoney table you need to replace it to emoney2 table or do you mean another script?