Crafting compass

Translate

Featured Post

Website Changes

 Today I am making a change to upbe4t.com that has been needed for several years now.  Currently not subbed to ff11 I am taking an extended ...

Popular Posts

Wednesday, June 18, 2025

drafted everything to clean the place up
eventually i'll pick the good ones and only make good ones one day in the future

well I did some more tinkering with my latest external ff11 window chat
several programs have made use of ff11 chat windows inside the program
another example is ffxiah's ff11 chat window

well it's really weird
I attempted to write part of the code that
reads what the last line was and stops the loop until a new line is sent
which for some reason didn't work even though google ai says it should verbatim

so it doesn't print the bottom chatline
it prints about 15 lines up
then so far it doesn't stop updating if it's the same line
so it spams like the 15th line up
then if the message takes multiple lines
it literally only shows 1 line at a time
so if the post looked like this
and more

it would post "so if the post looked like this"
then when another line got sent like npc speak server message ls chat anything
it would just say "and more"
and if the message that was just sent took 2 lines
for example 
/p test
no members in party

it would skip the 15th line back and show the 14th line back

it's just very buggy

I really have no idea how to make this work more proper
cool proof of concept though

obviously I thought it would use the latest line and update a little better
not 15 lines up and keep repeating the same thing over and over lol
and the if multiple lines get sent just completely skipping parts


No comments:

Post a Comment