View Single Post
  #6  
Old 12-13-2010, 12:16 AM
bucazaurus's Avatar
bucazaurus bucazaurus is offline
Approved Member
 
Join Date: Sep 2009
Posts: 131
Default

I know it's an old post but someone might be still interested how to do it.

Quote:
Originally Posted by Cherub View Post
And how can I give my Paladine the Iron Knight medal (slot) instead of Purifier?

medal_iron_warrior_1 {
category=o
image=heroitem_medal_iron_warrior.png
hint_config=object_item
label=itm_medal_iron_warrior_1_name
hint=itm_medal_iron_warrior_1_hint
information_label=
maphint=
mapinfo=
price=10
maxcount=0
level=1
race=human
medclass=0 - Replace 0 with 1


--------------------------------------------------------------------------
medal_holy_knight_1 {
category=o
image=heroitem_medal_holy_knight.png
hint_config=object_item
label=itm_medal_holy_knight_1_name
hint=itm_medal_holy_knight_1_hint
information_label=
maphint=
mapinfo=
price=10
maxcount=0
level=1
race=human
medclass=1 - Replace 1 with 0

Those changes will give to paladin class , Iron Warrior medal and Holy Knight medal to warrior class.
You need to do this swap between medals so he can be properly displayed in the hero screen , medal section.

medclass line,determines what class will have that medal.

medclass=-1 all classes
medclass=0 warrior class only
medclass=1 paladin class only
medclass=2 mage class only

Last edited by bucazaurus; 12-13-2010 at 12:21 AM.
Reply With Quote