EdenServer / community

35 stars 17 forks source link

Mercenary rank check NPC reports wrong text #3579

Closed faivruit closed 3 years ago

faivruit commented 3 years ago

Checklist

Details

I had enough mercenary points (25) to get the rank up mission with Naja, however, the NPC Abquhbah reported the text for 19-24 points. It seems like the actual text will never appear:

"Hello, hello. You'll be hearing from President Naja any day now! (Poor thing, you'll wish you'd stayed a worthless pile of beaten pulp...)"

This happened for rank up from PFC to SP and a LS friend had the same issue from PSC to PFC.

/ver: 30181205_0

bliven-was-taken commented 3 years ago

Known issue.

Mozzy4Ever commented 3 years ago

Known issue.

Was reported in https://github.com/EdenServer/community/issues/2863 but closed as it had been implemented. Guessing it's still a lil buggy though.

bliven-was-taken commented 3 years ago

Knowone said the text that says you are ready to rank up isn't implemented, even though the actual rank ups are.

To be actually useful,

When you are able to rank up, you will be told:

"Hello, hello. You'll be hearing from President Naja any day now!"

Once you have accepted the promotion quest, you should get

"Poor thing, you'll wish you'd stayed a worthless pile of beaten pulp...)"

That is supposed to be the message at 25 assault points when you are able to rank up. Current behavior just repeats the 19-24 message forever until you actually rank up.

Mozzy4Ever commented 3 years ago

Ah yea, I misread the other report. That one is regarding the actual rank up process as opposed to this one being about the text. Don't think it's been reported before.

KnowOne134 commented 3 years ago

What's the correct message for 25+ points and I can look to adding it?

bliven-was-taken commented 3 years ago

I just edited my previous post with it, but I'll repost it here.

When you are able to rank up, you will be told:

"Hello, hello. You'll be hearing from President Naja any day now!"

Once you have accepted the promotion quest but haven't done it yet, you should get this message.

"Poor thing, you'll wish you'd stayed a worthless pile of beaten pulp...)"  
faivruit commented 3 years ago

I believe it shows both until ranking up, as in the initial issue ticket above. At least that's what's shown on wiki.

KnowOne134 commented 3 years ago

Will need retail data to find the correct csid + params, or textid

KnowOne134 commented 3 years ago

seems the 1st 4 are cs's and last is just text ids

  </thing>
  <thing type="DialogTableEntry">
    <field name="index">9418</field>
    <field name="text">Hello, hello.
You'll be hearing from President Naja any day now!≺Prompt≻
</field>
  </thing>
  <thing type="DialogTableEntry">
    <field name="index">9419</field>
    <field name="text">(Poor thing, you'll wish you'd stayed a worthless pile of beaten pulp...)≺Prompt≻
</field>
  </thing>
KnowOne134 commented 3 years ago

Corrected 1/18/2021