Moka Posted June 9, 2014 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 05/31/12 Last Seen: November 8, 2015 Share Posted June 9, 2014 (edited) Hi, I had a quest on my server that requires osiris/baphomet doll as the quest item but then I noticed that the items were not dropped by any mobs at all. Here's my mob_db.txt in pre-re foldder for Osiris and Baphomet: 1038,OSIRIS,Osiris,Osiris,78,415400,0,71500,28600,1,780,2880,10,25,1,75,30,37,86,40,10,12,1,1,89,0x37B5,100,1072,672,384,35750,603,4000,608,3000,751,500,617,2000,1232,150,2235,200,1255,600,1009,1000,5053,150,1285,100,0,0,0,0,4144,1 1039,BAPHOMET,Baphomet,Baphomet,81,668000,0,107250,37895,2,3220,4040,35,45,1,152,30,85,120,95,10,12,2,6,67,0x37B5,100,768,768,576,53625,607,2000,750,500,923,5000,1466,400,2256,300,1476,50,714,500,5160,10,985,5432,984,4171,0,0,0,0,4147,1 The item IDs are there but they don't seem to be dropping at all. My item drop rate is set to this. item_rate_common_boss: 300000 Edit: I checked the item DB on my Flux CP and it says that Osiris do drop the doll. Edited June 9, 2014 by Moka Quote Link to comment Share on other sites More sharing options...
Moka Posted June 9, 2014 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 05/31/12 Last Seen: November 8, 2015 Author Share Posted June 9, 2014 (edited) try 4144,100 and 4147,100 ( don't forget to reload item_db and mob_db to be sure ) and see if it drops then , also check the mobinfo to see the drop rate of it then and lower to your liking. Goodluck and let me know. Edit Am i right and you added this behind the existing code ? if yes , you most likely have an error. since the line is limited. try this 1038,OSIRIS,Osiris,Osiris,78,415400,0,71500,28600,1,780,2880,10,25,1,75,30,37,86,40,10,12,1,1,89,0x37B5,100,1072,672,384,35750,603,4000,608,3000,751,500,617,2000,1232,150,2235,200,1255,600,1009,1000,5053,150,1285,100,0,0,4144,100 1039,BAPHOMET,Baphomet,Baphomet,81,668000,0,107250,37895,2,3220,4040,35,45,1,152,30,85,120,95,10,12,2,6,67,0x37B5,100,768,768,576,53625,607,2000,750,500,923,5000,1466,400,2256,300,1476,50,714,500,5160,10,985,5432,984,4171,0,0,4147,100 Using the codes you've given only results in an error in the console saying I need more columns. And I don't want the drop rates for the cards to increase, I just want the dolls to drop but they don't seem to drop at all. Edit: It seems that Osiris do drop the doll at 5% except using @whodrops won't show that Osiris will drop it at all, sorry for the inconvenience. Edited June 9, 2014 by Moka Quote Link to comment Share on other sites More sharing options...
BFPkiller Posted June 9, 2014 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 111 Reputation: 2 Joined: 05/09/13 Last Seen: May 12, 2021 Share Posted June 9, 2014 (edited) try 4144,100 and 4147,100 ( don't forget to reload item_db and mob_db to be sure ) and see if it drops then , also check the mobinfo to see the drop rate of it then and lower to your liking. Goodluck and let me know. Edit Am i right and you added this behind the existing code ? if yes , you most likely have an error. since the line is limited. try this 1038,OSIRIS,Osiris,Osiris,78,415400,0,71500,28600,1,780,2880,10,25,1,75,30,37,86,40,10,12,1,1,89,0x37B5,100,1072,672,384,35750,603,4000,608,3000,751,500,617,2000,1232,150,2235,200,1255,600,1009,1000,5053,150,1285,100,0,0,4144,100 1039,BAPHOMET,Baphomet,Baphomet,81,668000,0,107250,37895,2,3220,4040,35,45,1,152,30,85,120,95,10,12,2,6,67,0x37B5,100,768,768,576,53625,607,2000,750,500,923,5000,1466,400,2256,300,1476,50,714,500,5160,10,985,5432,984,4171,0,0,4147,100 Edited June 9, 2014 by BFPkiller Quote Link to comment Share on other sites More sharing options...
Question
Moka
Hi, I had a quest on my server that requires osiris/baphomet doll as the quest item but then I noticed that the items were not dropped by any mobs at all.
Here's my mob_db.txt in pre-re foldder for Osiris and Baphomet:
The item IDs are there but they don't seem to be dropping at all.
My item drop rate is set to this.
item_rate_common_boss: 300000
Edit: I checked the item DB on my Flux CP and it says that Osiris do drop the doll.
Edited by MokaLink to comment
Share on other sites
2 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.