Jump to content

A question about drop.txt


Lindor

Recommended Posts

If this is Mount Island Trader:

mgr.createDroppattern(126,{ -- Mounthaendler_Kreatureninsel
	id = 126,
	dangerclass = 4,
	inittype = 24,
	entry0 = {
		expecttype=15,
		droplist=1524,
		minquality=14,
	},
	entry1 = {
		expecttype=15,
		droplist=1525,
		minquality=14,
	},
	entry2 = {
		expecttype=15,
		droplist=1526,
		minquality=14,
	},
	entry3 = {
		expecttype=15,
		droplist=1484,
		minquality=14,
	},
	entry4 = {
		expecttype=15,
		droplist=1536,
		minquality=14,
	},
	entry5 = {
		expecttype=15,
		droplist=1537,
		minquality=14,
	},
	entry6 = {
		expecttype=15,
		droplist=1535,
		minquality=14,
	},
})

And this is the Elite Mount Trader Priest:

mgr.createDroppattern(127,{ -- New specialmounts dealer;
	id = 127,
	dangerclass = 2, -- Must correspond to the dangerclass of the new trader;
	inittype = 24,
	entry0 = {
		expecttype=15,
		droplist=1545,
		minquality=14,
	},
	entry1 = {
		expecttype=15,
		droplist=1546,
		minquality=14,
	},
	entry2 = {
		expecttype=15,
		droplist=1547,
		minquality=14,
	},
	entry3 = {
		expecttype=15,
		droplist=1548,
		minquality=14,
	},
	entry4 = {
		expecttype=15,
		droplist=1549,
		minquality=14,
	},
	entry5 = {
		expecttype=15,
		droplist=1550,
		minquality=14,
	},
	entry6 = {
		expecttype=15,
		droplist=1551,
		minquality=14,
	},
})

Then who's that?

mgr.createDroppattern(113,{ -- Priest 
	id = 113,
	dangerclass = 1,
	inittype = 24,
	entry0 = {
		expecttype=15,
		droplist=1524,
		minquality=14,
	},
	entry1 = {
		expecttype=15,
		droplist=1525,
		minquality=14,
	},
	entry2 = {
		expecttype=15,
		droplist=1526,
		minquality=14,
	},
	entry3 = {
		expecttype=15,
		droplist=1484,
		minquality=14,
	},
	entry4 = {
		expecttype=15,
		droplist=1535,
		minquality=14,
	},
	entry5 = {
		expecttype=15,
		droplist=1536,
		minquality=14,
	},
	entry6 = {
		expecttype=15,
		droplist=1537,
		minquality=14,
	},
})

And where is the blood forest Trader? They can't be the same because the droplists don't match?:

13 minutes ago, Lindor said:

Note to myself (and anyone else who wants to mod drop.txt):

non-Elite Mount Droplists:
id=1484 --Stock_specialmounts1 Aspectless
id=1524 --Stock_specialmounts2 Aspect 2 (e.g. Mystic Stormite)
id=1525 --Stock_specialmounts3 Aspect 3 (e.g. Delphic Arcania)
id=1526 --Stock_specialmounts4 Aspect 1 (e.g. Arrant Pyromancer)
id=1535 --Stock_saddle_specialmount_1 Aspect 3 (e.g. Delphic Arcania)
id=1536 --Stock_saddle_specialmount_2 Aspect 1 (e.g. Arrant Pyromancer)
id=1537 --Stock_saddle_specialmount_3 Aspect 2 (e.g. Mystic Stormite)

This mysterious "Priest" clearly sells non-Elite Mounts, but cursed forest trader should sell special mounts or doesn't he?

Link to comment

That's the original special mounts drop list (pre-Ice & Blood).  The Ice and Blood expansion replaced it with the first list you noted.  In other words, in vanilla Ice & Blood both Hugard and BF trader only sell the new I&B special mounts.  The notable thing about the new drop list is the mounts have different saddles per aspect (instead of the same generic saddle on all) and also the non-aspect mount is removed from the selection.

CM Patch then combined them into one so that both Hugard and the BF trader all sell both Fallen Angel and Ice & Blood mounts.

In PFP I had considered making Hugard sell the Fallen Angel mounts and the BF Trader sell the I&B mounts, but it was too much of a PiTA.  So I just added the non-aspect mount back to the I&B selection. 

  • Like! 1
Link to comment

Aaahh, now I see. Thx Flix, great as always!

4 hours ago, Flix said:

The notable thing about the new drop list is the mounts have different saddles per aspect (instead of the same generic saddle on all)

And then comes me giving them all the same saddle again haha:lol: That shiny golden pomp, so fitting for the clergy, kudos to whoever designed it:)

Edited by Lindor
Reason: Spelling mistake
  • Like! 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...
Please Sign In or Sign Up