Opened 11 years ago

Closed 11 years ago

#57 closed defect (fixed)

Unlock All Moves: Fix move-learned notifications popping up in later levels

Reported by: Iritscen Owned by:
Priority: minor Component: Packages
Keywords: Cc:

Description (last modified by Iritscen)

I'm pretty sure the fix for this is to moveset [a property in] all the Diary's move pages to level 0, just don't have the time to look into it and do it now.

Change History (5)

comment:1 Changed 11 years ago by Samer

actually I think that the message is bsl based.

comment:2 Changed 11 years ago by edt

You will need to change <IsLearnedMove>1</IsLearnedMove> to <IsLearnedMove>0</IsLearnedMove> in these files:

DPgelev_02_pg_01.oni
DPgelev_03_pg_01.oni
DPgelev_04_pg_01.oni
DPgelev_06_pg_01.oni
DPgelev_08_pg_01.oni
DPgelev_09_pg_01.oni
DPgelev_10_pg_01.oni
DPgelev_12_pg_01.oni
DPgelev_19_pg_01.oni

comment:3 Changed 11 years ago by Iritscen

Ah, good, that's the kind of thing I was thinking of (although it probably didn't sound that way in the ticket the way I wrote it). Thanks for saving me some time, EdT.

comment:4 Changed 11 years ago by Samer

took the liberty to apply the fix and update the package on the depot .. however I did it a bit differently .. I kept <IsLearnedMove>1</IsLearnedMove>
but changed the <LevelNumber>*</LevelNumber> to 1 .. this fixes the issue and also allows access to all the moves' diary pages from the beginning. I also adjusted the <PageNumber>*</PageNumber> flag so the moves' diary pages appear in order (all moves' pages are after each other in the order they're originally unlocked .. then the other diary entries)

comment:5 Changed 11 years ago by Iritscen

  • Description modified (diff)
  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.