Elf Giftbags 3-9

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
unicron
Posts: 38
Joined: Fri Mar 05, 2010 3:29 pm

Elf Giftbags 3-9

#1 Post 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" />
User avatar
Administrator
Site Admin
Posts: 5344
Joined: Sat Jan 05, 2008 4:21 pm

Re: Elf Giftbags 3-9

#2 Post by Administrator »

I've included this in SVN r428.
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Elf Giftbags 3-9

#3 Post by rock5 »

"The Fruit of Extra Experience" is already in the giftbag. You don't need it twice do you?
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan
unicron
Posts: 38
Joined: Fri Mar 05, 2010 3:29 pm

Re: Elf Giftbags 3-9

#4 Post 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.
User avatar
Administrator
Site Admin
Posts: 5344
Joined: Sat Jan 05, 2008 4:21 pm

Re: Elf Giftbags 3-9

#5 Post by Administrator »

This is fixed in r429.
unicron
Posts: 38
Joined: Fri Mar 05, 2010 3:29 pm

Re: Elf Giftbags 3-9

#6 Post 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.
Post Reply