HorizonFFXI / HorizonXI-Issues

Issue Tracker for HorizonXI
16 stars 1 forks source link

Antican Praetor & Antican Quaestors Loot Table #1734

Closed Jediknight7 closed 10 months ago

Jediknight7 commented 10 months ago

So a friend and I farmed these guys for about 2-3 hrs straight with TH3. I would say we killed about 12 Antican Praetor and around 30-40 Antican Quaestor. We didn't get a single magic scroll. All we got was darksteel ore, rotten meat, antican robe, and blm test. This could be the worst luck iv seen in a long time, or maybe the spells aren't on the drop table. Thought Id bring this up just incase the spells aren't on the drop table so other players won't have to spend hrs trying to farm this spell. Thank you.

overefined commented 10 months ago

-- ZoneID: 208 - Antican Praetor INSERT INTO mob_droplist VALUES (130,0,0,1000,4799,@SRARE); -- Scroll Of Stonega Iii (Super Rare, .5%) INSERT INTO mob_droplist VALUES (130,0,0,1000,645,@ALWAYS); -- Chunk Of Darksteel Ore (Always, 100%) INSERT INTO mob_droplist VALUES (130,0,0,1000,1429,@VRARE); -- Black Mages Testimony (Very Rare, 1%) INSERT INTO mob_droplist VALUES (130,0,0,1000,4770,@VRARE); -- Scroll Of Stone Iv (Very Rare, 1%)

-- ZoneID: 208 - Antican Quaestor INSERT INTO mob_droplist VALUES (133,0,0,1000,16995,370); -- Piece Of Rotten Meat (37.0%) INSERT INTO mob_droplist VALUES (133,0,0,1000,4770,170); -- Scroll Of Stone Iv (17.0%) INSERT INTO mob_droplist VALUES (133,0,0,1000,1121,160); -- Antican Robe (16.0%) INSERT INTO mob_droplist VALUES (133,0,0,1000,1429,120); -- Black Mages Testimony (12.0%) INSERT INTO mob_droplist VALUES (133,0,0,1000,4798,20); -- Scroll Of Stonega Ii (2.0%) INSERT INTO mob_droplist VALUES (133,0,0,1000,4799,20); -- Scroll Of Stonega Iii (2.0%) INSERT INTO mob_droplist VALUES (133,2,0,1000,748,0); -- Gold Beastcoin (Steal)

dallano commented 10 months ago

Airskyboat and Horizon use era_mob_droplist. Not mob_droplist. We also base our drop rates from ffxidb.com as they have much higher drop rate sampling, as well as a differentiation of TH levels recorded. image image