Jump to content

Cuadrupl

Members
  • Content Count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Cuadrupl

  • Rank
    Newbie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Big Update! Thanks to the new 9.2.7 update on Epsilon. You can now send a message all at once without the 256 char limit. So that saves from doing a loop for each block and we can just do it all at once. So the addon has been improved as a result, no more text suddenly disappearing after saving! Also, still impossible to know what page you're on, so can't really put the page number that each option goes to, and I can't even show what page you're currently on, but other than that everything else works! Edit: To use the addon, just type the command "/gtable" and the window will popup on your screen. GossipTable.zip
  2. Working version of GossipTable after the newest 9.2.7 update! edit: made it up to date with toc format edit 2: gossip table wasn't working with new inputs, now it should be fine edit 3: it wasn't fine. Now it's more finer than ever... maybe. edit 4: read the next post for the major fix
  3. Alright so- I think I understand the issue here. The owner of the addon can let me know if it's true or not. But I think the underlying issue is the fact that we try to use a command multiple times at once. Where there's a risk for the "text add" to not work correctly, and anything after 10 will most certainly not work. A solution to this would be to create a UI of the GossipTable by blocks rather than by trying to put it all in a text input with all the text blocks. It will make it easier to work with that way
  4. Hey! User issue: There is an issue when trying to saving text from the addon. It tries to overwrite the gossip text directly, but sometimes text duplicates unexpectedly when there's a lot of text. Info for the dev: So I took a look and I think I have a solution for this. Instead of overwriting everything (and starting the index at 2??) I run a loop that deletes all the gossip text, and then we use the inputted text in the UI that we wish to save. Here's a zip file of it, hope it helps! (EDIT: THERE'S AN UNCOMMON BUG I DIDNT SEE WHEN THERE'S A LOT OF GOSSIP TEXT {more than 1200 characters} SOMETIMES THIS COMMAND WILL TRY TO ADD TO THE SAME BLOCK .ph forge npc gossip text add your text here I'M WORKING ON AN UPDATED VERSION OF IT NOW) GossipTable.zip
×