Search found 7 matches

by nevaeh
Fri Sep 02, 2016 11:32 pm
Forum: Server Setup & Guides
Topic: Add all spells on character creation
Replies: 2
Views: 3234

Re: Add all spells on character creation

Okay, I was hoping for a cleaner way of doing it but if that's what I've gotta do, then that's what I've gotta do! :)

Thank you for the input, I would probably be a lot better at this if I actually knew how to do some scripting...
by nevaeh
Thu Sep 01, 2016 7:38 pm
Forum: Server Setup & Guides
Topic: Add all spells on character creation
Replies: 2
Views: 3234

Add all spells on character creation

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...
by nevaeh
Tue Aug 23, 2016 8:38 pm
Forum: Custom Applications and Tools
Topic: Keyitems Converter
Replies: 8
Views: 9965

Re: Keyitems Converter

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 ...
by nevaeh
Sat Feb 13, 2016 3:04 pm
Forum: Contributing
Topic: Implementing Trust NPCs
Replies: 39
Views: 45793

Re: Implementing Trust NPCs

Oh...my...god.

You have no idea how long I've been watching the Github commits and forums waiting for any shred of evidence of Trust being developed/implemented.

I wish you luck and to the entire Dark Star team! You guys are amazing!
by nevaeh
Mon Sep 29, 2014 11:30 am
Forum: Bugs
Topic: Fame
Replies: 5
Views: 4124

Re: Fame

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...
by nevaeh
Fri Sep 26, 2014 4:16 pm
Forum: Bugs
Topic: Fame
Replies: 5
Views: 4124

Re: Fame

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...
by nevaeh
Fri Sep 26, 2014 10:56 am
Forum: Bugs
Topic: Fame
Replies: 5
Views: 4124

Fame

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 ...