Search found 1768 matches

by kjLotus
Sat Jul 16, 2016 2:06 pm
Forum: Server Setup & Guides
Topic: Database issues post upgrade
Replies: 4
Views: 3800

Re: Database issues post upgrade

you didn't update your character tables
by kjLotus
Tue Jul 12, 2016 10:55 pm
Forum: Troubleshooting
Topic: GoV Pages not registering
Replies: 6
Views: 4355

Re: GoV Pages not registering

ah, we still have some numbers that don't work properly in lua depending on 32 vs 64 bit, but I think its only on linux (signed vs unsigned, mostly), and it's guaranteed that the onEventFinish is checking some number instead of doing a bitwise check like it should
by kjLotus
Tue Jul 12, 2016 10:07 pm
Forum: Server Setup & Guides
Topic: ERROR 1049 <42000>: Unknown database.
Replies: 1
Views: 2675

Re: ERROR 1049 <42000>: Unknown database.

the scripts are expecting a database named ffxi_stable and there isn't one. Not sure about case sensitivity since I see your scripts are creating "FFXI_Stable", but you could try ffxi_stable instead
by kjLotus
Tue Jul 12, 2016 6:23 pm
Forum: Scripting
Topic: Item flags for bazaar
Replies: 2
Views: 2725

Re: Item flags for bazaar

i don't think any flag in particular does it and it's a client side limitation
by kjLotus
Wed Jul 06, 2016 12:01 am
Forum: General Chat
Topic: impossible to launch an Assault
Replies: 4
Views: 4809

Re: impossible to launch an Assault

short answer: don't waste your time (nyzul will probably be the worst thing to implement in the entire project)
long answer: instance_list.sql, instance_entities.sql, a lot of scripts
by kjLotus
Thu Jun 30, 2016 6:36 pm
Forum: Resources
Topic: tips for installing POLutils?
Replies: 5
Views: 7960

Re: tips for installing POLutils?

they used to have a setup msi in the release package.. I would just complain about it to them, tbh
by kjLotus
Thu Jun 30, 2016 12:29 am
Forum: Client Setup & Guides
Topic: Having problems getting up and running
Replies: 11
Views: 8383

Re: Having problems getting up and running

try to log in -> read the error message in DSConnect.exe -> check the version number in that error message that you have -> open version.info -> replace the version in there with the one you have
by kjLotus
Wed Jun 29, 2016 10:11 pm
Forum: Client Setup & Guides
Topic: Having problems getting up and running
Replies: 11
Views: 8383

Re: Having problems getting up and running

read the lobby server's error messages to get the version you need to change it to
by kjLotus
Wed Jun 29, 2016 8:37 pm
Forum: Client Setup & Guides
Topic: Having problems getting up and running
Replies: 11
Views: 8383

Re: Having problems getting up and running

It will tell you that because your game is newer than what the server currently officially supports. You can edit version.info to match your client version to bypass that until we update it
by kjLotus
Tue Jun 28, 2016 9:50 pm
Forum: Server Setup & Guides
Topic: Server on google cloud
Replies: 5
Views: 4087

Re: Server on google cloud

whasf wrote:I think there are some issues running it on Linux right now though..
no