Page 1 of 1

Elf Giftbags 3-9

Posted: Wed Mar 17, 2010 2:19 pm
by unicron
So I finished writing a pioneer for 1-10 on the elf side, and really the only hassle ended up being the giftbags. I had to throw this in the /database/giftbags.xml. Should save anyone doing it a little time.

In case you are wondering.. 1-2 are identical and already work. I didn't include #10, since I only use it for transmutes anyway and it would hog bag space.

Just throw this in there above </giftbags>. NOTE: It will display errors on both sides stating it can't find the opposite race's bag, since it checks the entire file. Just ignore it.

Code: Select all

	<!-- Elf Giftbags Lvl 3 - 9 -->
	<giftbag itemid="205931" type="bag" armor=""        level="3" name="Academy Package" />
	<giftbag itemid="224916" type=""    armor=""        level="3" name="Academy Earring" />
	<giftbag itemid="205932" type="bag" armor=""        level="4" name="Certification Package" />
	<giftbag itemid="224917" type=""    armor=""	    level="4" name="Certification Cape" />
	<giftbag itemid="205933" type="bag" armor=""        level="5" name="Master Package" />
	<giftbag itemid="221674" type=""    armor="cloth"   level="5" name="Cloth Leggings" />
	<giftbag itemid="221675" type=""    armor="leather" level="5" name="Leather Leggings" />
	<giftbag itemid="221676" type=""    armor="chain"   level="5" name="Chainmail Leggings" />
	<giftbag itemid="205934" type="bag" armor=""        level="6" name="Journey Package" />
	<giftbag itemid="224918" type=""    armor=""   	    level="6" name="Journey Earring" />
	<giftbag itemid="205935" type="bag" armor=""        level="7" name="Grove Package" />
	<giftbag itemid="221678" type=""    armor="cloth"   level="7" name="Cloth Boots" />
	<giftbag itemid="221679" type=""    armor="leather" level="7" name="Leather Boots" />
	<giftbag itemid="221680" type=""    armor="chain"   level="7" name="Chain Boots" />
	<giftbag itemid="205936" type="bag" armor=""        level="8" name="Cave Package" />
	<giftbag itemid="221681" type=""    armor="cloth"   level="8" name="Robe" />
	<giftbag itemid="221682" type=""    armor="leather" level="8" name="Leather Armor" />
	<giftbag itemid="221683" type=""    armor="chain"   level="8" name="Chain Armor" />
	<giftbag itemid="205937" type="bag" armor=""        level="9" name="Trial Package" />
	<giftbag itemid="224919" type=""    armor=""   	    level="9" name="Trial Necklace" />
	<giftbag itemid="202152" type=""    armor=""   	    level="9" name="Fruit of Extra Experience" />

Re: Elf Giftbags 3-9

Posted: Tue Mar 23, 2010 5:50 pm
by Administrator
I've included this in SVN r428.

Re: Elf Giftbags 3-9

Posted: Wed Mar 24, 2010 3:33 am
by rock5
"The Fruit of Extra Experience" is already in the giftbag. You don't need it twice do you?

Re: Elf Giftbags 3-9

Posted: Wed Mar 24, 2010 6:13 pm
by unicron
One of them needs to be deleted. I have 2 different giftbags.xml atm that segments them. If it stays combined , then 1 of the fruits needs to be deleted or it will use it twice.

Re: Elf Giftbags 3-9

Posted: Wed Mar 24, 2010 7:04 pm
by Administrator
This is fixed in r429.

Re: Elf Giftbags 3-9

Posted: Mon Mar 29, 2010 10:27 am
by unicron
FYI

<giftbag itemid="202152" type="" armor="" level="9" name="Frucht der zus\132tzlichen Erfahrung" />

Needs to be moved BELOW the giftbags or it won't use it for the elf side, since the file reads top down.