How to Remove useless drop's from the DB.
3 posters
Page 1 of 1
How to Remove useless drop's from the DB.
Well i've heard complains about this so.. i search trough some site's and i didlearn some coding :P
So here it is:
D, C, 2%, 3%,FP cards (this can be done with any card)
Search the file for 'II_GEN_MAT_ELE_CANDLE', and comment out that line with two forward slasshes so it reads:
Code:
//DropItem(II_GEN_MAT_ELE_CANDLE, 2000000, 0, -1, 20, 160 ); //HP2%
Do that to the other cards you wish to remove drops.
If there's a large amount of items next to each other you wish to remove, on the first line, place a forward slash followed by an asterisk, and on the list line, place an asterisk followed by a forward slash, like this:
Code:
/*
DropItem(II_SYS_SYS_EVE_BUCKET, 24000000, 0, -1, 1, 120);
DropItem(II_SYS_SYS_EVE_CONEPISEED, 200000000, 0, -1, 1, 20);
DropItem(II_SYS_SYS_EVE_FIRSEED, 200000000, 0, -1, 10, 30);
DropItem(II_SYS_SYS_EVE_PERSIMSEED, 200000000, 0, -1, 15, 50);
DropItem(II_SYS_SYS_EVE_PEARSEED, 200000000, 0, -1, 35, 60);
DropItem(II_SYS_SYS_EVE_PINESEED, 200000000, 0, -1, 50, 120);
*/
Credit's goes to : Treachery
So here it is:
D, C, 2%, 3%,FP cards (this can be done with any card)
Search the file for 'II_GEN_MAT_ELE_CANDLE', and comment out that line with two forward slasshes so it reads:
Code:
//DropItem(II_GEN_MAT_ELE_CANDLE, 2000000, 0, -1, 20, 160 ); //HP2%
Do that to the other cards you wish to remove drops.
If there's a large amount of items next to each other you wish to remove, on the first line, place a forward slash followed by an asterisk, and on the list line, place an asterisk followed by a forward slash, like this:
Code:
/*
DropItem(II_SYS_SYS_EVE_BUCKET, 24000000, 0, -1, 1, 120);
DropItem(II_SYS_SYS_EVE_CONEPISEED, 200000000, 0, -1, 1, 20);
DropItem(II_SYS_SYS_EVE_FIRSEED, 200000000, 0, -1, 10, 30);
DropItem(II_SYS_SYS_EVE_PERSIMSEED, 200000000, 0, -1, 15, 50);
DropItem(II_SYS_SYS_EVE_PEARSEED, 200000000, 0, -1, 35, 60);
DropItem(II_SYS_SYS_EVE_PINESEED, 200000000, 0, -1, 50, 120);
*/
Credit's goes to : Treachery
Abbe- level 70 M
-
142
5523
45
Sweden
Abbe
Re: How to Remove useless drop's from the DB.
Fp 2% 3% and D,C cards are just junk in the inventory
I say Yes !
I say Yes !
Re: How to Remove useless drop's from the DB.
this can be done with any card's/drop
Abbe- level 70 M
-
142
5523
45
Sweden
Abbe
Re: How to Remove useless drop's from the DB.
in which folder is this file?
schockoholiker- NOOB
- 2
5243
0
Similar topics
» Fix Ankou and Kalgas drops
» About useless posts .
» Useless pet Feed.. And Cant Vote Now
» Mettre les statutes de zerkattak , pour le faire aparaitre + les drops
» About useless posts .
» Useless pet Feed.. And Cant Vote Now
» Mettre les statutes de zerkattak , pour le faire aparaitre + les drops
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum