Official Fulqrum Publishing forum

Official Fulqrum Publishing forum (http://forum.fulqrumpublishing.com/index.php)
-   King`s Bounty: Warriors of the North (http://forum.fulqrumpublishing.com/forumdisplay.php?f=206)
-   -   Marshal's Baton Morale problems. (http://forum.fulqrumpublishing.com/showthread.php?t=36197)

SakuraKinoshita 11-25-2012 05:21 PM

Marshal's Baton Morale problems.
 
Well hello guys.
Me just found a bug of this item. Here's the desciption.

Upon obtaining the last upgrade of Officer's Baton (the Marshal's Baton form).
It told me to add "+1000 Leadership, +1 Morale for all people", but insteading of giving all units +1 Morale, it added 1+ Morale only to Human. Tested!

Anyone knows how to fix this manually?
Thank for reading and Im so looking for the answer.

ckdamascus 11-25-2012 06:05 PM

Just bad description. It is working as intended. :( Sorry.

Not sure how to fix besides modifying/hacking files. It is probably for balance purposes. Almost every "all people" morale boosters are only for HuMans.

Fatt_Shade 11-25-2012 09:19 PM

Here`s fix for you.
Game folder/sessions/addon/ses.kfs/items.txt Open ses.kfs with winzip/winrar , and items.txt open with notepad. When find and open file ctrl + F , and type marshal and find that item, it will look like this :
Code:

marshal_baton {
  category=o
  image=heroitem_baton_marshal.png
  hint_config=object_item
  label=itm_marshal_baton_name
  hint=itm_marshal_baton_hint
  information_label=itm_marshal_baton_info
  maphint=
  mapinfo=
  atoms {
    1 {
      atom=
      lu=template_item_mb
      label=
    }
  }
  price=65000
  maxcount=0
  level=5
  race=human
  use {}
  fight {
    {
      filter {
        belligerent=ally
        race=human
      }
      pbonus=moral,1,0,0,-100,0,0
      dbonus=
      rbonus=
      attack_on=
      attack_off=
    }
  }
  mods {
    leadership=count,1000
  }
  propbits=regalia,rare
  params {
    upgrade=officer_baton,colonel_baton,general_baton,marshal_baton
  }
}

Change part in filter to look like this :
Code:

      filter {
        belligerent=ally
        ~unit=droideka,droideka_guard
      }

With this you included all races, except droids, because they simply cant have positive moral due to mechanic nature. Save change then close file, save changes to archive in winzip/winrar and close archive. Start game check if it works now, and give moral to all units.
If not go back to file ,and return original settings. Hope i helped, good luck :-)

After thought : you can change leadership to +2000 , or moral to +3 , but that would be to much :-P

SakuraKinoshita 11-26-2012 07:14 AM

Thank you. It worked like a charm. <3

And thank for the sugguestion, I personally loved high morale. xD

Bunnle 11-26-2012 10:50 AM

Marshal's Baton was always "humans only" in previous installments of KB. I'm not sure why they changed the description here if it doesn't even work on all races.

Nirual 11-26-2012 11:58 AM

Quote:

Originally Posted by Bunnle (Post 483889)
Marshal's Baton was always "humans only" in previous installments of KB. I'm not sure why they changed the description here if it doesn't even work on all races.

Its not the only item that ended up with a weird translation in WotN.


All times are GMT. The time now is 11:49 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.