Dialogue UI

Dialogue UI

647k Downloads

Compatibility with "RP Name in Quest Text" addon

NinerBull opened this issue ยท 2 comments

commented

Hey there,
I'm the author of this addon that uses the player's Total RP 3 profile and can replace the player's name/class/race in quest text, gossip text, books etc, with their chosen text.

I was looking to make it work with your new addon, I was able to get some success with the changes I made in this commit, but that would also mean adding ##OptionalDeps: tRP3_RPNameInQuests to DialogueUI's TOC.

I was wondering there would be a nicer way to do this though, my addon overwrites these functions which Dialogue UI uses local versions of:

  • C_GossipInfo.GetText
  • GetGreetingText
  • GetQuestText
  • GetProgressText
  • GetRewardText
  • C_GossipInfo.GetOptions

Thanks for reading!

commented

Hi! It's done.
I utilized TRP3_RPNameInQuests_CompleteRename from your addon.

commented

Much appreciated! Looks like it works, thank you very much!