hmsong

Member
  • Content count

    162
  • Joined

  • Last visited

Posts posted by hmsong


  1. Hey,

    Sorry to bother you once again (to both of you, praetarius5018 and shiliwei), but do you know how to make trap room into non-trap?  Using MapJester, I was able to make the locked door disappear (and the whole "open door after the battle" affect), but the message that says, "Trapped" in the beginning of the battle is something I was unable to make disappear.  From what I can tell, if you enter a room that begins with "Trapped" message, the enemies don't drop treasure chest (well, they do, but extremely rarely).  My goal is to make certain trap rooms in the Valley of Flames into non-trap rooms, so that enemies will drop items after the battle.


  2. 5 hours ago, praetarius5018 said:

    Like it being impossible to get the "common" items once you get 20+ luck?

    Argghh.  God damn it.  This is gonna be a pain.  I thought the rare items would be more common or something, because it uses up 6 bytes, whereas common items use 3 bytes.  Apparently, I got the whole thing wrong.

    Could you please tell me exactly how the mechanics behind odds of common/rare item work?  Or is it that after 20+ Luck, the game ignores the last 3 bytes or something?  Or is it that for certain range of Luck, it uses specific bytes for the odds? (ex: if Luck is 15, it uses byte 1, 3, 5, 7, 9)

    Oh, and thanks for telling me how to manipulate the treasure chest drop rate.  I'm guessing the odds of drop is out of FF (255), since Black Rabite is 64 (100), but it doesn't always drop the chest.


  3. 4 hours ago, shiliwei said:

    thank you,BTW do u play Ys II: Ancient Ys Vanished

    You're welcome.  And again, I thank you for all the things you provided me.

    No I have not played any of Ys.  I've heard of it before, and I'm pretty sure it's an ARPG.

    According to gamefaqs, it's for MSX system, but I have no idea what system that is.  Is that any good?  No reviews in gamefaqs, so I'm guessing it's not very well known (although Ys is sort of well known).


  4. Oh wow.  Thank you so much.  It may be in Japanese, but there are pictures included in it, so that helps immensely.  And I can sort of read Japanese if it's not Kanji.

    I knew it.  Demon's Claw and Wolf Devil's Oil are never dropped.  I shall mitigate that, as soon as I figure out how (shouldn't be a problem).

    If there are other information you can give me, I'd appreciate that.  It may give me ideas on new things that I never even thought about.


  5. I figured out some more:

    EE: Price Pointer

    FF~HH: Character/Classes that can equip the armors

    based on the monster stats (I cannot test these, since they don't work due to reasons):

      LL: Auto-reflect element
      MM: Absorb element
      NN: Immune element
      OO: Resist element
      PP: Weakness element

    RR~SS: DEF stat (DEF = [VIT x RR] + SS

    TT~VV: M.DEF (not sure how this works)

     


  6. Hey, it's been a while.

    Are there any enemies that drop Demon's Claw or Wolf Devil's Oil?  I thought Lesser/Great Demon would drop Demon's Claw, but they don't seem to drop it, and Wolf Devil doesn't seem to drop Wolf Devil's Oil either.  Lesser Demon already drops 3 different items (Shade Statue, ??? Seed, Weapon/Armor Seed), so he can't be it.  Great Demon and Wolf Devil (and Death Machine, Gold Unicorn, and Nightblade) seem to only drop Weapon/Armor Seeds.  I even used save states to test all these.  Or is this another error from the vanilla game?

    If they're error, then I'd like to fix that.  Could you tell me the addresses for the drops for Great Demon and Wolf Devil?


  7. Okay, I created a patch that edits some monsters shown in certain map (thanks to MapJester) -- mostly to make ??? Seed available in all God Beast dungeons (to not punish people who overlevel).  That was a lot of work, but I got it done.

    And that got me thinking.  I want to create a Black Rabite patch so that it can be fought in all routes.  You already told me that your SoM Black Rabite patch is incompatible with vanilla, so I want to make my own.  I'm intending on putting it on the stone platform in the final Mana Holyland (map 582).  I already know that address to call the enemy pack (NPC pack) in that map is 0CD5C6 (figured it out, thanks to MapJester).  The problem is, that address only calls enemies in already-existing pack.  For example, NPC pack 52 (digit 82) has Shapeshifter x2 and Shadowzero x1.  I know that lots of NPC packs from A0 and on are full of unused enemy packs (they're all basically group of one enemy only) -- and lots of them are just a group of Myconid, for whatever reason.

    So here's the question.  Could you please tell me how to edit the enemies in each NPC pack? (I don't even know which NPC Pack contains which enemy, and I know they vary depending on the time of the day, but I know that most of A0+ packs don't depend on the time of day)  I know Black Rabite's ID is 68 (thanks to the SD3 document in RHDN), so I'm hoping I can put him in one of the unused NPC packs.  Probably Black Rabite + 2 Great Demons.  Then I can just call the new NPC Pack with 0CD5C6.

    EDIT:  Holy crap!  I figured it out!  I just searched for 00 00 00 01 01 01 02 02 02 (because I knew A0+ packs calls the same enemies in monster ID order), and boom!  Hot damn.


  8. Yeah, I wanted to rename the topic for a while (Hmsong's non-SoM patches), but I didn't see any way to do that.  Could you post a pic of what I'm supposed to click?  Thanks in advance.

    Okay, when I move my cursor to the title, it says, "click and hold to edit the title."  I clicked and held it, but I still couldn't edit the title.


  9. Hmm.  I'm trying to make it so that less exp is required for level up.  So far, I understood that it starts at 11F450 (for level 2), and it's 4 bytes each for each level (00 00 1E 00).  But it starts to get weird starting Lv25, and the numbers don't match.  How does exp required for level up work from Lv25 and on?  I know level 25 requires 57316 experience (which is DFE4, or 00 00 E4 DF), but I don't see anything like that nearby.  11F4AC (which is where I thought defined Lv25 exp) is 01 00 94 1C (which translates to either 7316 or 72852 in digits), which doesn't match anything that should resemble 57316.  Could you please tell me how req exp works, starting Lv25?


  10. Well, the person who messaged me said, "I think monster stats are decided from 110000.  I don't know what each bytes do though, esp since monster stats vary depending on their level.  I suggest you go ask someone (namely praetarius) who actually knows what he's doing."

    But now that I think about it, I guess it doesn't really matter, since I have no intention of editing monster stats.

    But I do want to edit the level of the bosses, specifically for the first Full Metal Haggar and the first Machine Golems.  From what I can tell, normal enemies levels are as it is displayed (player levels' values are [level-1], but normal enemies are [level]), meaning if the normal enemy level is 05, then the value is 05.  But I don't know how the bosses' levels are calculated.  If the boss level is 04, what would the value be?  Could you please tell me that?  If I at least knew that, I can maybe work with it, since I know what I'm looking for.


  11. Thanks, but I don't understand what all these d11, d12 means.  It doesn't seem to be values.  For example, in the Rabite example you posted, 07 (experience)'s value is 5A.  What does that mean?  Does that mean Rabite gives 90 exp or something?  Because that's definitely not true.  I don't understand how that works.  Or is there a experience table or something somewhere?

    praetarius5018, if you can help me in detail, I would really appreciate it.  Thanks.


  12. Hey.  I heard that starting D10000, it affects the monster stats.  But I have no idea how many bytes are used for each monster, nor what each of those bytes mean.  I have rough idea what the orders of the monsters are (assuming it starts with Shell Hunter).  If it's not too trouble, could you please explain how many bytes are used for each monster, and what each bytes mean?  Thanks.


  13. Here's an idea for a spell.  I noticed that spell flag 1C (which is used for Angel's Grail to revive a fallen ally) can be used as offense and defense.  If you use a spell with that flag on a live target, then it changes the target's HP to that of power flag.  For example, if you set the power flag to C8 00, and you use it on the target (enemy or ally), it'll change his HP to 200 (at most).  This works on bosses (sadly), so you shouldn't make it for your characters to use it against enemies (it'll curbstomp all bosses).  It also has a side effect of fully restoring the MP, so perhaps your characters should never use it, even as a recovery spell.

    On the other hand, bosses can use it very effectively.  On offense, the power flag can be set to 0A 00 and target everyone, so that it'll reduce all your characters' HP to 10 (very dangerous) if certain conditions are met.  And on the opposite side of the coin, if certain conditions are met, the boss can use it on himself, with power flag FF FF to restore himself completely.

    I don't know if bosses (or any enemies, really) have something called MP.


  14. So why not use the following?

    1. original 1.01e + current SoM dev version

    2. other 1.01e+ + current SoM dev version

    I mean, you're the SoM dev, which means you have the "current SoM dev" version.  And original 1.01e is easy to find, which means you (and only you) should be able to create "original 1.01e + current SoM dev" version.

    Of course, whatever patch that gets created, it would have to be applied on top of the original 1.01e rom (instead of raw J version rom) in order to be "other 1.01e" rom, but it'll still get the job done.


  15. Jesus christ.  I just downloaded 20+ ips/roms of 1.01 versions from all over the internet from many many sites.  I even found 1.00 somehow.  But none of them do what your version does.  I'm aware you can't post the pre-patched rom, but could you please post the .ips file of the one you have?  If not, a link to where you found yours?


  16. 2 hours ago, praetarius5018 said:

    Not 100% sure which exactly.

    I have the one that says:

    5f004abbe10bb_SeikenDensetsu3(J)_sinofmana025.png.304b8b2bb8a6a081f5d3f6646330bbb7.png

    instead of 1.01e's:
    5f004abe52d1d_SeikenDensetsu3(J)_sinofmana022.png.ba95a9f842b4e46fd97ac8fce08f7f43.png

    What da?!  I sure would like that version.  Is that the version where Lise's default name is spelled Riesz?

    And your translation version doesn't say whom it's by or anything like that in the beginning?  For example, the 1.01e version says it in the character selection screen.  If I knew who it was by, then I can search for it (hopefully) and download it myself.  Unless, you're actually willing to post/send the translated ROM.