Search found 1247 matches

by whasf
Thu Jan 17, 2019 9:54 am
Forum: Troubleshooting
Topic: SQL DB error and can't create accounts
Replies: 13
Views: 18458

Re: SQL DB error and can't create accounts

What does your guild_item_points table look like? Can you browse it and see data? Maybe re-run the .sql file
by whasf
Wed Jan 16, 2019 3:35 pm
Forum: Troubleshooting
Topic: SQL DB error and can't create accounts
Replies: 13
Views: 18458

Re: SQL DB error and can't create accounts

What happens if you use HeidiSQL (or whatever is your favorite SQL client) to try one of the queries?

Code: Select all

SELECT itemid, points, max_points from guild_item_points where guildid=8 and pattern=5 and rank=6
Do you get results back?

Image
by whasf
Wed Jan 16, 2019 10:32 am
Forum: Troubleshooting
Topic: SQL DB error and can't create accounts
Replies: 13
Views: 18458

Re: SQL DB error and can't create accounts

I am guessing your Windows language is not set to English (Since your dates in the log files has : as delimiters). You need to change the character set for the database tables to "utf8_general_ci"
by whasf
Mon Jan 14, 2019 10:58 am
Forum: General Chat
Topic: Forum email server configured improperly
Replies: 1
Views: 9545

Re: Forum email server configured improperly

(Replied to you on Discord as well)

Thanks! I've changed the hostname used by the outgoing SMTP connections.

I have had to block registration for a few mail providers as the spam bots were using them (even getting past the google captcha)
by whasf
Wed Dec 05, 2018 4:52 pm
Forum: Custom Applications and Tools
Topic: Tool to populate AH with items
Replies: 40
Views: 80253

Re: Tool to populate AH with items

65535 is gil, someone ran out of space in the delivery_box table (they're not picking up their deliveries). You'll have to get the character to pick up their stuff or delete it from the table!
by whasf
Mon Nov 26, 2018 6:47 pm
Forum: Troubleshooting
Topic: Game Server not building in VS 2017
Replies: 6
Views: 8086

Re: Game Server not building in VS 2017

paste a screenshot of some of those lines as those errors don't make sense.
by whasf
Mon Nov 26, 2018 11:56 am
Forum: Troubleshooting
Topic: Game Server not building in VS 2017
Replies: 6
Views: 8086

Re: Game Server not building in VS 2017

What do those lines look like?

Using my psychic abilities, I'm guessing you modified battleutils.cpp then tried pulling from GitHub, and now the file is conflicted and has a bunch of conflict info in it. Delete the file and pull fresh, there's nothing wrong with the file in the repository.
by whasf
Wed Nov 14, 2018 8:24 pm
Forum: Troubleshooting
Topic: xiloader failing to open game
Replies: 6
Views: 8626

Re: xiloader failing to open game

Sounds like there was a retail update, nothing really to do on your end until someone figures out what changed and updates the darkstar GitHub.
by whasf
Wed Nov 14, 2018 9:25 am
Forum: Troubleshooting
Topic: xiloader failing to open game
Replies: 6
Views: 8626

Re: xiloader failing to open game

Sounds like your client is in a weird state (to play on Nasomi's server). Only thing I can suggest is to uninstall and reinstall it, but that'll prevent you from playing on Nasomi.

Your choice,,, lol
by whasf
Thu Oct 11, 2018 8:13 am
Forum: Troubleshooting
Topic: dsconnect_server account create issues in windows 10 also auction house files missing please help
Replies: 16
Views: 18630

Re: dsconnect_server account create issues in windows 10 also auction house files missing please help

You have to load the auction house, by default there is nothing on it (no one's put anything up for sale yet!)
There are some 3rd party tools on the forums that will do it (there is a python script that will even scrape ffxiah.com and load items based on prices there).

Or you can roll your own