[HELP]who can help me to remove all EP card?

05/11/2010 12:52 GosZ#1
hi all..who can help me to remove all EP card?i search keyword not have...help me!
05/11/2010 13:12 .Ash#2
Remove it from cq_dropitemrule
05/11/2010 13:20 GosZ#3
what code?i find code ep card not have..why?can help me?
05/11/2010 13:24 PowerChaos#4
you want to remove them from in game ?? or you want to remove them from the drops ??

if you want to remove them from drops then check teh droprules and search for the numbers of the ipcards you like to remove
restart server and it shoulnd drop anymore

if you want it even better , go to cq_action and search for the same code in there
remove that part there and no ep cards will work anymore (or change the value to 0)

Thank you
Greets FRom PowerChaos
05/11/2010 17:14 GosZ#5
from drops..i find not have lol..
05/11/2010 20:44 .Ash#6
To remove from Monster Drops..
Get AllItemsList.txt or search it here, Its somewhere here. And CTRL+F on notepad and Find EPcard 2700 or whatever. And open cq_dropitemrule and CTRL+F and type that CODE and Replace it with something else..

to remove from Users,
Update cq_item set type=Anything where type=EPcardID;

Not sure about the 'Type', im at school library, So try to understand it..
05/12/2010 02:56 GosZ#7
okiess

hi all..who know how to Remove all Ep Drops From MOnster..help me..add me at yahoo messanger...:handsdown: [Only registered and activated users can see links. Click Here To Register...]
05/12/2010 13:40 arif5303#8
this code ep item

1020140 500
1020150 270
1020160 2700

1020200 10
1020210 20
1020220 30
05/12/2010 14:14 Faith.#9
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;
Run this and nothing will be droped from mobs.
05/13/2010 10:26 GosZ#10
thanks all...Love u So much..

why ep cannot use to buy anything??
05/13/2010 20:01 javairc#11
cant buy anything? never happened to me.
05/13/2010 20:11 GosZ#12
me too...ep can use...okies..thanks all..i dont knwo how to make web for my server..