Search found 5 matches

by Xenthar
Fri Nov 09, 2018 5:21 am
Forum: Tables
Topic: World of Final Fantasy
Replies: 194
Views: 88013

Re: World of Final Fantasy

i have nothing other than the pointer scan for mirajewels active. spells dont register, nothing works. not even champion mirajewels, they change my appearance, but no skills from them. this is really weird. Check if the twins get "fire" or something else random from every mirajewel. (equip a miraje...
by Xenthar
Thu Nov 08, 2018 5:14 pm
Forum: Tables
Topic: World of Final Fantasy
Replies: 194
Views: 88013

Re: World of Final Fantasy

To Jessen. I was able to fix the issue of mirajewels all giving fire by changing

originalcode3:
mov rbx,[rbx+rcx*8+00000A2c]
to
originalcode3:
mov rbx,[rbx+rcx*8+00000A28].

And now everything works as intended. just wanted to let you know.
by Xenthar
Thu Nov 08, 2018 1:23 am
Forum: Tables
Topic: World of Final Fantasy
Replies: 194
Views: 88013

Re: World of Final Fantasy

Well, hopefully this doesn't happen to anyone else, and I just have to work around it.
by Xenthar
Thu Nov 08, 2018 12:46 am
Forum: Tables
Topic: World of Final Fantasy
Replies: 194
Views: 88013

Re: World of Final Fantasy

The mirajewels themselves are correct. it's the Ability they give that is changed to fire. it still says Libra mirajewel or Thunder mirajewel. and like I said, reloading the game fixes it. Edit1: changing that address didn't fix it. Edit2: Here is a screenshot showing the problem if my description w...
by Xenthar
Thu Nov 08, 2018 12:30 am
Forum: Tables
Topic: World of Final Fantasy
Replies: 194
Views: 88013

Re: World of Final Fantasy

I've encountered a strange bug while using Jessen's updated table. It makes it so that every mirajewel gives the ability "Fire". When I reload the game without the table enabled, the mirajewels are back to normal. but as soon as I tick the enable box on the table. they revert to giving only fire aga...