View Single Post
  #49  
Old 12-31-2010, 11:46 AM
holyshinji holyshinji is offline
Registered Member
 
Join Date: Aug 2010
Posts: 1
Default

Ok well I know this is probly bringing back a dead thread but I got bored and decided to make my own Ultimate Hero.

This is for the pally only, AND IT IS ONLY FOR FUN so if your bored and want to much around you can use this little mod.
It allows the Palidin to use spells and all skills you start with more then enough runes to level all your trees and each level you basicly get a massive boost.
O and you can wear any item in any slot.
Please note you will need to start a new game for this to work but remember this is only to muck around and have a bit of fun with.

Below is the part of the file that I edited
Code:
hero_paladin { // ******************** Ïàëàäèí ********************
// ñòàðòîâûå ïàðàìåòðû
    start {
        leadership=520
        attack=4
        defense=4
        intellect=4
        mana=90
        rage=90
        gold=15000000
        rune_might=594
        rune_mind=583
        rune_magic=489
        book=8
        crystals=90
        // ñòàðòîâûå óìåíèÿ èçó÷åííûå è íåäîñòóïíûå
        skills_open=explorer,holy_rage //order,chaos,dist, alchemist
        skills_off=
        army=bowman|5|priest|5|peasant|32

        spells {
          spell_healing=1 // 1 level
          spell_bless=-2 // 2 scrolls
          spell_resurrection=-1
          spell_slow=1
          spell_fire_ball=1
          spell_defenseless=1
          spell_fire_arrow=-2
          spell_healing=-1
        }

        items {
        }
    }
// ñëîòû
    slots {
      // èìÿ_ñëîòà_â_èíòåðôåéñå=òèïû_ïðåäìåòîâ_êîòîðûå_â_íåãî_ìîæíî_ñêëàäûâàòü_ïåðå÷èñëåííûå_÷åðåç_çàïÿòóþ
      // íå çàáûâàåì óêàçûâàòü êàðòèíêè íóæíûõ êîìáèíàöèé â hero.txt -> slot_bgs
      1=helmet,shield,regalia,artefact,weapon,armor,boots,belt,
      2=weapon,shield,regalia,artefact,armor,boots,belt,helmet
      3=armor,shield,regalia,artefact,weapon,boots,belt,helmet
      4=boots,shield,regalia,artefact,weapon,armor,belt,helmet
      5=regalia,shield,artefact,weapon,armor,boots,belt,helmet
      6=shield,regalia,artefact,weapon,armor,boots,belt,helmet
      7=belt,artefact,shield,regalia,weapon,armor,boots,helmet
      8=artefact,shield,regalia,weapon,armor,boots,belt,helmet
      wife=wife
    }
// ïðîêà÷êà
    level_up {
        leadership=120,70
        attack=8,30
        defense=8,30
        intellect=8,20
        mana=50,20
        rage=50,30
        runes=7-7	// ×èñëî è âåðîÿòíîñòè ïîëó÷åíèÿ ðóí. Íå èñïîëüçóåòñÿ â 1.6.
        rune_might=50
        rune_mind=50
        rune_magic=50
        book=3,2 // ðàñòåò íà 1 êàæäûé 7 óðîâåíü
    }
   k_spirit_up=3.8 // êîýôôèöèåíò íàáèðàíèÿ îïûòà ñïèðèòà
}


You know the Drill just dump the kfs file in your mod folderAttachment 4216
Attached Files
File Type: zip mod_17_eng_Palidin_ulti.zip (2.2 KB, 48 views)

Last edited by holyshinji; 12-31-2010 at 11:52 AM.
Reply With Quote