Recent content by The White Falcon

  1. The White Falcon

    Resolved Bonus stats on crafted weapons don't persist

    The bonus stats don't persist at all if you've already crafted the weapon before (same parts). Example: you craft a weapon multiple times; first time you get average stats, second time you get degraded stats and third time you get the bonus stats. When you check your inventory, you don't have 3 seperate weapons due to the different stats, you have a stack of the 3 same weapons. Only the average stats (the stats from the first time you crafted the weapon) are there for each one. Even renaming the weapon with the bonus stats doesn't matter because the name doesn't even carry over (will be same name as the first crafted item). Game detects you're crafting a set of pieces that have already been crafted together and just automatically gives it the stats from the very first time you crafted that combination of pieces.
  2. The White Falcon

    Resolved Landowner Needs Rhesos's Pasture Quest Bug

    Bug Description: Received the quest "Landowner needs Rhesos's pasture" where Meritor of Dyopalis wants me to defend his livestock as they graze at the village of Rhesos. However the time remaining to do the quest as soon as I exit Dyopalis is "-1" so it fails as soon as I move away from the...
  3. The White Falcon

    [BUGS] - A place to report bugs to prevent duplicate posts

    Bug Description:
    Received the quest "Landowner needs Rhesos's pasture" where Meritor of Dyopalis wants me to defend his livestock as they graze at the village of Rhesos. However the time remaining to do the quest as soon as I exit Dyopalis is "-1" so it fails as soon as I move away from the village saying time ran out.

    Reloading the autosave that triggered from accepting the quest always has the same "-1" time remaining for the quest; so the quest is doomed. Have tried reloading the save several times for the same result.

    How Often Bug Occurs:
    Every load of the save file or every time I exit the village of Dyopalis

    Quest Name:
    Landowner needs Rhesos's pasture

    NPC Name:
    Meritor of Dyopalis

    Screenshot:
  4. The White Falcon

    Perisno Mod Bug Reports

    Before the Zann Invasion I completed the quest where I have to talk to "man in strange black armor" who gives you the quest to go to Zann outpost where you then search for a missing Zann caravan.  After completing the quest you're given a token which let's you recruit higher tiered troops from the Zann Oupost captain.  However there seems to be a bug where when he asks you for food, you have the same 2 responses repeated (so you now have 4 options, with the bottom 2 being for the elite tiered troops).  The text options should be changed instead of accepting or denying the food it should just be something like 1) "I wish to recruit basic tiered troops" 2) (After completing the quest mentioned above) "Here is the token granted to me from <I forgot the black armored guy's name>.  I wish to recruit your elite troops".  3) "Sorry, I'll be off".

    Also, after you recruit troops, if you talk to the captain again, you'll have the same text options, but you won't be able to actually recruit anyone for some time.
  5. The White Falcon

    Perisno Mod Bug Reports

    The quest given by Sidhethon to conquer Forniron seems to have a problem where if you talk to Sidhethon for the first time AFTER you conquer Forniron, he treats it as you haven't already conquered it when he gives you the quest.  Travelling around for a few hours didn't seem to set the trigger for the quest to be completed.  Talking to him again just repeats the same dialog as the first time you talk to him.
  6. The White Falcon

    Perisno Mod Bug Reports

    Dago Wolfrider said:
    Do not accept it.

    Yea, I clicked accept before it occurred to me Venetor wasn't on the map yet.  However, the inherent problem is that Venetor was able to be selected for these quests before it is even present on the map; especially since this can be a very simple fix.  By just having a trigger to add Venetor to a list of towns that these quests will choose from should effectively remove this problem; as I have shown in my previous comment.
  7. The White Falcon

    Perisno Mod Bug Reports

    Just received a quest from a guildmaster to deliver 7 units of wine to Venetor....but Venetor isn't on the map because I haven't completed (or even started) the Third Legion quest line yet.  Sounds like a trigger should be placed for these kinds of quests to make sure Venetor is actually present on the map.  Maybe even have a seperate list of towns that the quest checks for.

    Code:
    List<towns> townList = new ArrayList<>();
    for(Towns town : startingTowns){ // Assuming there's a list with all starting towns present at the start of the game called startingTowns.  Populate townList with all starting towns and have quests (like deliver wine, caravan escort, etc.) that choose random towns look at townList.
        townList.add(town);
    }
    
    if (Third_Legion_Quest_Complete_Trigger = true){ //Boolean variable for Third Legion Quest completion where Venetor is now present on the map.
        townList.add(Towns.Venetor); //Assuming there's a class that has static town variables named Towns.
    }

    Now quests like deliver wine, caravan escorts, etc. that choose randomly from the town list will not choose Venetor before quest is completed for Third Legion.
  8. The White Falcon

    [BUGS] Support Thread for v3.9

    Sooooo, I just reloaded the save and like magic they're out of the river just enough to travel again.....win?  :party:
  9. The White Falcon

    [BUGS] Support Thread for v3.9

    IconracI said:
    The White Falcon said:
    Currently using 3.9.2 and Holy Inquisitor Rasmus somehow managed to path himself and get stuck IN the river by Shadi Shahid.  If you click on him nothing happens because apparently he is not able to be reached.  There was also an inquisition patrol that got stuck in the same spot.
    In-game Image : https://imgur.com/gallery/mM24dYm
    IconracI said:
    Do you have save when this has happened?

    Here's a link to save file.  https://www.dropbox.com/s/4825ra0vq9h6qhd/sg01.sav?dl=0
  10. The White Falcon

    [BUGS] Support Thread for v3.9

    Gorvex said:
    The White Falcon said:
    Currently using 3.9.2 and Holy Inquisitor Rasmus somehow managed to path himself and get stuck IN the river by Shadi Shahid.  If you click on him nothing happens because apparently he is not able to be reached.  There was also an inquisition patrol that got stuck in the same spot.
    In-game Image : https://imgur.com/gallery/mM24dYm
    Gorvex said:
    Right click on his party and there is an option to unstuck/free him.

    Only option I have when I right click on either party is simply "move here" - which I cannot do because they're out of bounds.  This unfortunately doesn't fix their position.
  11. The White Falcon

    [BUGS] Support Thread for v3.9

    Currently using 3.9.2 and Holy Inquisitor Rasmus somehow managed to path himself and get stuck IN the river by Shadi Shahid.  If you click on him nothing happens because apparently he is not able to be reached.  There was also an inquisition patrol that got stuck in the same spot.

    In-game Image : https://imgur.com/gallery/mM24dYm
  12. The White Falcon

    [LEGACY] Quick Questions // Quick Answers

    Out of curiosity - since I'm not seeing any search results in the change logs; are there any plans of completing Adonja's companion quest?
  13. The White Falcon

    [HELP REQUEST] adding additional items into the cheatmenu(WARBAND)

    Arios said:
    the problem  i have with cheat menu is that it wont show past 1055 items  and just closes my game

    That's VERY strange.  This sounds like a memory problem.  Are you making sure to add the additional items to the top number in the file?  For example (again, this is not vanilla, but it will be handled the same):  the first 4 lines in item_kinds1.txt reads as follows:

    itemsfile version 3
    2135
    itm_no_item INVALID_ITEM INVALID_ITEM 1  invalid_item 0  12582914 9223388529554358287 3 0 1.500000 100 0 0 0 0 0 103 0 90 0 522 528
    0
    0

    itm_tutorial_spear Spear Spear 1  spear 0  138674180 4222124851986688 0 8202 4.500000 100 0 0 0 0 0 80 0 158 0 275 0
    0
    0
    .
    .
    .
    2135 is the current number of items.  If you add additional items into the game (let's say for instance the 7 blunt weapons I added into Prophesy of Pendor 3.8 ).  You would have to add that number to the existing number at the top of the file.  So if I added 7 additional blunted weapons into the game, I would have to change the 2135 to 2142.

    If that isn't the problem I would say that you might have a corrupted file then and will have to revert to the mod's vanilla files and try editing them again.
  14. The White Falcon

    [HELP REQUEST] adding additional items into the cheatmenu(WARBAND)

    That shouldn't be so; if you're seeing only 1 instance of the number in the "menu_cheat_find_item" and "mno_cheat_find_item_next_range" sections; then my only guess was that it was previously editied.  You're going to have to get the vanilla file and replace the current "menu_cheat_find_item" and "mno_cheat_find_item_next_range" sections.  Try that and then try to find the proper number(s) by associated location shown.  There should be 3 instances of this number.  If you can not find 3 instances of the number you THINK is the right one at this point; then you are looking at the wrong number.

    In my Prophesy of Pendor 3.8 menu.txt file; my sections are as follows:
    menu_cheat_find_item 4096 {!}Current_item_range:_{reg5}_to_{reg6} none 5 2031 1 1441151880758558775 2133 2 72057594037927941 144115188075856167 2120 3 72057594037927942 144115188075856167 96 2110 2 72057594037927942 288230376151713165 2106 2 72057594037927942 1 3
    mno_cheat_find_item_next_range  0  {!}Move_to_next_item_range.  6 2105 2 144115188075856167 96 4 0 30 2 144115188075856167 288230376151713165 2133 2 144115188075856167 0 3 0 2060 1 864691128455135263  .  mno_cheat_find_item_choose_this  0  {!}Choose_from_this_range.  9 1532 1 360287970189639684 2120 3 1224979098644774912 144115188075856167 96 2110 2 1224979098644774912 288230376151713165 2121 3 1224979098644774913 1224979098644774912 144115188075856167 6 3 1224979098644774914 0 1224979098644774913 2120 3 1224979098644774915 144115188075856167 1224979098644774914 1535 3 360287970189639684 1224979098644774915 1 3 0 2042 1 360287970189639684  .  mno_camp_action_4  0  {!}Back_to_camp_menu.  1 2060 1 864691128455135259  .

    The 288230376151713165 is the edited number.  There is 1 instance in the "menu_cheat_find_item" section and 2 in the "mno_cheat_find_item_next_range" section.
  15. The White Falcon

    Bug Reporting HQ

    Odin boarhelm said:
    Judging by her dialogue, I think that my wife is a bit drunk...




    Edit: Another screenshot incoming. Standby.

    Edit #2: Here we are. Wife is still drunk and babbling.

    The variety is Swadian.
    The quantity is absolutey Rhodok  :fruity:
Back
Top Bottom