GiovanT Posted July 4, 2017 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 45 Reputation: 2 Joined: 07/21/16 Last Seen: March 21 Share Posted July 4, 2017 hello guys, how can i disable auto get item after killed a MVP like that, i kill ifrit then i automatically get OBB on my inventory from ifrit.... Quote Link to comment Share on other sites More sharing options...
0 Earnestinence Posted July 4, 2017 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 152 Reputation: 78 Joined: 06/13/15 Last Seen: November 14, 2024 Share Posted July 4, 2017 3 hours ago, GiovanT said: hello guys, how can i disable auto get item after killed a MVP like that, i kill ifrit then i automatically get OBB on my inventory from ifrit.... conf\battle\drops.conf line:77 set item_rate_mvp: 0 // The rate adjustment for the MVP items that the MVP gets directly in their inventory // Mode: 0 - official order, 1 - random order, 2 - all items item_rate_mvp: 100 item_drop_mvp_min: 1 item_drop_mvp_max: 10000 item_drop_mvp_mode: 0 Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted July 4, 2017 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 12 hours ago Share Posted July 4, 2017 (edited) you can edit the mob_db ID,Sprite_Name,kROName,iROName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,aDelay,aMotion,dMotion,MEXP,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per,Drop1id,Drop1per,Drop2id,Drop2per,Drop3id,Drop3per,Drop4id,Drop4per,Drop5id,Drop5per,Drop6id,Drop6per,Drop7id,Drop7per,Drop8id,Drop8per,Drop9id,Drop9per,DropCardid,DropCardper MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per >> those are the mvp drop example this is moonlight 1150,MOONLIGHT,Moonlight Flower,Moonlight Flower,67,120000,0,27500,14300,1,1200,1700,10,55,55,99,55,82,95,120,10,12,1,6,63,0x37B5,150,1276,576,288,13750,1022,5000,504,1500,728,500,1477,500,1234,100,1525,150,10008,500,638,650,985,2600,1648,100,0,0,0,0,4131,1 MVP Drops White Potion (15%) Topaz (5%) Nine Tails (50%) = 1022,5000,504,1500,728,500 if you remove the mvp drop it must be like this 1150,MOONLIGHT,Moonlight Flower,Moonlight Flower,67,120000,0,27500,14300,1,1200,1700,10,55,55,99,55,82,95,120,10,12,1,6,63,0x37B5,150,1276,576,288,13750,0,0,0,0,0,0,1477,500,1234,100,1525,150,10008,500,638,650,985,2600,1648,100,0,0,0,0,4131,1 so this is ifrit (from pre-re) 1832,IFRIT,Ifrit,Ifrit,99,7700000,0,3154321,3114520,3,13530,17000,40,50,120,180,25,190,199,50,10,12,2,0,83,0x37B5,130,212,384,360,1577160,603,5500,617,5000,616,2000,994,10000,2677,3000,2678,200,2679,200,1471,2000,1133,2000,2345,100,0,0,0,0,4430,1 the old blue box = 603,5500 it will became 1832,IFRIT,Ifrit,Ifrit,99,7700000,0,3154321,3114520,3,13530,17000,40,50,120,180,25,190,199,50,10,12,2,0,83,0x37B5,130,212,384,360,1577160,0,0,617,5000,616,2000,994,10000,2677,3000,2678,200,2679,200,1471,2000,1133,2000,2345,100,0,0,0,0,4430,1 so the 2nd line is without old blue box (edit what you want ,don't copy and paste) ofc if you are pre-re edit the rathena-master\db\pre-re\mob_db.txt and if you are re edit the rathena-master\db\re\mob_db.txt and if you use sql edit the sql item_db for pre-re and item_db_re for re Edited July 4, 2017 by sader1992 Quote Link to comment Share on other sites More sharing options...
0 GiovanT Posted July 4, 2017 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 45 Reputation: 2 Joined: 07/21/16 Last Seen: March 21 Author Share Posted July 4, 2017 30 minutes ago, sader1992 said: you can edit the mob_db ID,Sprite_Name,kROName,iROName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,aDelay,aMotion,dMotion,MEXP,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per,Drop1id,Drop1per,Drop2id,Drop2per,Drop3id,Drop3per,Drop4id,Drop4per,Drop5id,Drop5per,Drop6id,Drop6per,Drop7id,Drop7per,Drop8id,Drop8per,Drop9id,Drop9per,DropCardid,DropCardper MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per >> those are the mvp drop example this is moonlight 1150,MOONLIGHT,Moonlight Flower,Moonlight Flower,67,120000,0,27500,14300,1,1200,1700,10,55,55,99,55,82,95,120,10,12,1,6,63,0x37B5,150,1276,576,288,13750,1022,5000,504,1500,728,500,1477,500,1234,100,1525,150,10008,500,638,650,985,2600,1648,100,0,0,0,0,4131,1 MVP Drops White Potion (15%) Topaz (5%) Nine Tails (50%) = 1022,5000,504,1500,728,500 if you remove the mvp drop it must be like this 1150,MOONLIGHT,Moonlight Flower,Moonlight Flower,67,120000,0,27500,14300,1,1200,1700,10,55,55,99,55,82,95,120,10,12,1,6,63,0x37B5,150,1276,576,288,13750,0,0,0,0,0,0,1477,500,1234,100,1525,150,10008,500,638,650,985,2600,1648,100,0,0,0,0,4131,1 so this is ifrit (from pre-re) 1832,IFRIT,Ifrit,Ifrit,99,7700000,0,3154321,3114520,3,13530,17000,40,50,120,180,25,190,199,50,10,12,2,0,83,0x37B5,130,212,384,360,1577160,603,5500,617,5000,616,2000,994,10000,2677,3000,2678,200,2679,200,1471,2000,1133,2000,2345,100,0,0,0,0,4430,1 the old blue box = 603,5500 it will became 1832,IFRIT,Ifrit,Ifrit,99,7700000,0,3154321,3114520,3,13530,17000,40,50,120,180,25,190,199,50,10,12,2,0,83,0x37B5,130,212,384,360,1577160,0,0,617,5000,616,2000,994,10000,2677,3000,2678,200,2679,200,1471,2000,1133,2000,2345,100,0,0,0,0,4430,1 so the 2nd line is without old blue box (edit what you want ,don't copy and paste) ofc if you are pre-re edit the rathena-master\db\pre-re\mob_db.txt and if you are re edit the rathena-master\db\re\mob_db.txt and if you use sql edit the sql item_db for pre-re and item_db_re for re lol its so easy haha, thx :0 Quote Link to comment Share on other sites More sharing options...
0 GiovanT Posted July 4, 2017 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 45 Reputation: 2 Joined: 07/21/16 Last Seen: March 21 Author Share Posted July 4, 2017 35 minutes ago, Ciel Phantomhive said: conf\battle\drops.conf line:77 set item_rate_mvp: 0 // The rate adjustment for the MVP items that the MVP gets directly in their inventory // Mode: 0 - official order, 1 - random order, 2 - all items item_rate_mvp: 100 item_drop_mvp_min: 1 item_drop_mvp_max: 10000 item_drop_mvp_mode: 0 ty Quote Link to comment Share on other sites More sharing options...
Question
GiovanT
hello guys, how can i disable auto get item after killed a MVP
like that, i kill ifrit then i automatically get OBB on my inventory from ifrit....
Link to comment
Share on other sites
4 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.