nice thx for the work put in to these files.
and thx for sharing.
Search found 52 matches
- Mon Jul 30, 2018 2:10 pm
- Forum: Contributing
- Topic: Item excel
- Replies: 14
- Views: 149076
- Thu Mar 01, 2018 5:14 am
- Forum: Troubleshooting
- Topic: Fault Module Name: lua51.dll
- Replies: 4
- Views: 5386
Re: Fault Module Name: lua51.dll
ok i managed to get it up and running, i just built from SRC, and all is ok. thx for the help on this. EDIT: was just testing a couple different things out and i got the original install to actually start up and run like it should. server_message.conf was empty and so I added in my server name and a...
- Mon Feb 26, 2018 10:21 pm
- Forum: General Chat
- Topic: Feeling Nostalgic :)
- Replies: 2
- Views: 18525
Re: Feeling Nostalgic :)
So...I've been feeling a great deal of nostalgia lately and definitely wanna relive my childhood on FFXI. First where can I download the game. Second, what is the most active server among the public/private server that has the normal Vana Diel experience? Help me out! Answers are greatly appreciate...
- Mon Feb 26, 2018 9:35 pm
- Forum: Troubleshooting
- Topic: Fault Module Name: lua51.dll
- Replies: 4
- Views: 5386
Re: Fault Module Name: lua51.dll
Can you install these: https://download.microsoft.com/download/7/a/6/7a68af9f-3761-4781-809b-b6df0f56d24c/vc_redist.x86.exe https://download.microsoft.com/download/8/9/d/89d195e1-1901-4036-9a75-fbe46443fc5a/vc_redist.x64.exe and then try again? Please let me know if it works or not so I can include...
- Mon Feb 26, 2018 4:52 pm
- Forum: Troubleshooting
- Topic: Fault Module Name: lua51.dll
- Replies: 4
- Views: 5386
Fault Module Name: lua51.dll
"5c74f68 snapshot." https://github.com/DarkstarProject/darkstar/commit/5c74f68395cf8a58dbca9e19731b0d8cdcb0c12a I downloaded the release file installer, and installed it, but when i go and run DSGame-server.exe I get this Problem signature: Problem Event Name: APPCRASH Application Name: DSGame-serve...
- Mon Oct 19, 2015 11:18 am
- Forum: Troubleshooting
- Topic: FIXED...... client cant connect
- Replies: 1
- Views: 3786
Re: client cant connect
Fixed, client install was getting corrupted during install, took an install off my main client, and zipped and copied it over and all is fine now.
- Wed Oct 14, 2015 11:55 am
- Forum: Troubleshooting
- Topic: FIXED...... client cant connect
- Replies: 1
- Views: 3786
FIXED...... client cant connect
decide to play ffxi once more and got my server all set up, I am able to connect to my server from the same comp that the server is running on, but cant connect with another comp on the same network, yes i have set the ip in the db, so to check if it was my server or not i decided to try out some pu...
- Tue Oct 28, 2014 11:18 am
- Forum: Bugs
- Topic: Port Bastok bridge
- Replies: 11
- Views: 12764
Re: Port Bastok bridge
I have had this happen before on me on a number of different servers, and found that if i log out then back in i an pass it just fine, and yes both client and servers up to-date.
- Thu Oct 23, 2014 12:40 pm
- Forum: Server Setup & Guides
- Topic: software for automatic reconnection - ubuntu
- Replies: 3
- Views: 3669
Re: software for automatic reconnection - ubuntu
this reminded me that i have such a script..atom0s wrote:You could also write a bash script and use screen to run it in the background.
Code: Select all
#!/bin/bash
sleep 5; screen -d -m -S dsconnect ./dsconnect
sleep 5; screen -d -m -S dsgame ./dsgame
sleep 5; screen -d -m -S dssearch ./dssearch
- Thu Oct 23, 2014 1:42 am
- Forum: Server Setup & Guides
- Topic: software for automatic reconnection - ubuntu
- Replies: 3
- Views: 3669
Re: software for automatic reconnection - ubuntu
just add it to a cron job to check it and or restart it every say 5 min or so..