I was wondering if there was an easy way to add all spells to any newly created character without having a GM do it? So far I have the following in my players.lua file: -- ADD ADVENTURER COUPON player:addItem(0x218); --Adds Adventurer Coupon player:addKeyItem(0x8); --Airship Pass player:addKeyItem(0...
I believe there's been a couple database changes since the project's beginning and I was just curious if there was a good place to view the history of changes or do I just have to do a compare my server's SQL files compared to the latest master's SQL files? If not, it is what it is and I don't know ...
I'm encountering the same issue on my server. Everything seems to be in order, but the fame isn't being passed through. I am doing testing on my test server but i haven't been able to see where it's getting dropped yet. I'm glad I'm not the only one encountering the issue. I just wanted to verify i...
Lats I knew fame NPCs were using a static dialog instead of actually checking your fame, so that's probably why its wrong. I'm not sure this is the case. To verify I made a brand new character and had the fame checked, I got the standard dialog indicating I didn't have any fame, so it seems to be w...
Hey all, I just wanted to verify the "Fame" system is working correctly. If this is out of the norm I will look at submitting a bug. I did the quest in Selbina referenced here: http://wiki.ffxiclopedia.org/wiki/Only_the_Best to raise my my Jeuno fame. I did a query on the database and the fame does ...