Ernest90 Posted September 30, 2014 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 46 Reputation: 0 Joined: 09/04/14 Last Seen: April 2, 2021 Share Posted September 30, 2014 Hi , Anyone have idea To "remove mvp Card" , example player @mi golden thief bug which is 0.01% , but actually after scripting is unable to drop. Thanks for the help and appreicate for the reply Quote Link to comment Share on other sites More sharing options...
Yonko Posted September 30, 2014 Group: Members Topic Count: 166 Topics Per Day: 0.04 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Share Posted September 30, 2014 what? i dont get it, You mean you remove the card dropping on Golden Thief Bug? if yes you should remove the item# of GTB Card on mob_db.txt Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 30, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 17 hours ago Share Posted September 30, 2014 - script Sample#del_drop -1,{ OnInit: delmonsterdrop( <mob id or name>, <item id> ); end; } Quote Link to comment Share on other sites More sharing options...
sprite0 Posted September 30, 2014 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 28 Reputation: 1 Joined: 08/01/12 Last Seen: October 16, 2014 Share Posted September 30, 2014 (edited) I believe Ernest90 is referring to 'conf/battle/drops.conf', where he probably put "0" for all of this: // The rate at which cards are dropped item_rate_card: 0 item_rate_card_boss: 0 item_drop_card_min: 0 item_drop_card_max: 0 I have done the same; but, as he stated, it still shows up that MVP's drop their cards at a rate of 0.01%. (I guess a source edit would be required.) Hopefully someone will add some thoughts on this. Edited September 30, 2014 by sprite0 Quote Link to comment Share on other sites More sharing options...
Ernest90 Posted September 30, 2014 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 46 Reputation: 0 Joined: 09/04/14 Last Seen: April 2, 2021 Author Share Posted September 30, 2014 sorry guys for my bad english . Player use commands @Mi angeling , angeling card 0.01% but until my script is unable to drop the card. Means MVP Card cant be drop but can seen via @mi 0.01% Quote Link to comment Share on other sites More sharing options...
ni09ne Posted October 1, 2014 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 2 Reputation: 0 Joined: 08/28/14 Last Seen: June 23, 2015 Share Posted October 1, 2014 what? i dont get it, You mean you remove the card dropping on Golden Thief Bug? if yes you should remove the item# of GTB Card on mob_db.txt he is refering to this 1086,GOLDEN_BUG,Golden Thief Bug,Golden Thief Bug,65,222750,1,194400,155520,1,907,1750,159,81,71,77,80,62,127,76,10,12,2,4,43,0x11AB,100,768,768,480,97200,2610,2000,701,1000,0,0,969,1000,1524,150,2246,250,10016,500,714,300,985,2000,984,1500,0,0,0,0,4128,1 change the 4128,0 to 0,0 4128 is golden thief bug card ID and 1 refers to the chance of drop Quote Link to comment Share on other sites More sharing options...
sprite0 Posted October 1, 2014 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 28 Reputation: 1 Joined: 08/01/12 Last Seen: October 16, 2014 Share Posted October 1, 2014 what? i dont get it, You mean you remove the card dropping on Golden Thief Bug? if yes you should remove the item# of GTB Card on mob_db.txt he is refering to this 1086,GOLDEN_BUG,Golden Thief Bug,Golden Thief Bug,65,222750,1,194400,155520,1,907,1750,159,81,71,77,80,62,127,76,10,12,2,4,43,0x11AB,100,768,768,480,97200,2610,2000,701,1000,0,0,969,1000,1524,150,2246,250,10016,500,714,300,985,2000,984,1500,0,0,0,0,4128,1 change the 4128,0 to 0,0 4128 is golden thief bug card ID and 1 refers to the chance of drop I don't think he wants to do that for every single MVP, but for all of them as a whole. I'd like the same feature as he's asking. (Sorry for intruding like that.) Quote Link to comment Share on other sites More sharing options...
Ernest90 Posted October 1, 2014 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 46 Reputation: 0 Joined: 09/04/14 Last Seen: April 2, 2021 Author Share Posted October 1, 2014 thank you for everyone reply over here and very appreicate . I just edit some certain mvp only. Quote Link to comment Share on other sites More sharing options...
Question
Ernest90
Hi , Anyone have idea To "remove mvp Card" , example player @mi golden thief bug which is 0.01% , but actually after scripting is unable to drop.
Thanks for the help and appreicate for the reply
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.