Search found 525 matches

by atom0s
Mon Dec 15, 2014 8:42 pm
Forum: Resources
Topic: Fishing Packet Information (From Retail)
Replies: 2
Views: 10488

Fishing Packet Information (From Retail)

Since the last major fishing update the fishing packets have changed. 0x66 and 0x81 are no longer used and have been replaced with: - 0x110 (Sent from the client.) - 0x115 (Sent from the server.) Packet 0x115 Information This looks to be a copy over from the original 0x81 with some modifications don...
by atom0s
Sat Dec 13, 2014 10:10 pm
Forum: Old-School Server
Topic: Server Update
Replies: 5
Views: 11387

Re: Server Update

You must run your server from the location you checkout at in order for the revision to work.
by atom0s
Sat Dec 13, 2014 3:56 am
Forum: Troubleshooting
Topic: Latest pull game server crash
Replies: 5
Views: 4124

Re: Latest pull game server crash

Try reimporting the database files. I just tested the latest repo and it works fine for me.
by atom0s
Sat Dec 13, 2014 1:27 am
Forum: Public Servers
Topic: LegionDark with Fiber Connection, Puppetmaster, 3 years up!
Replies: 83
Views: 94272

Re: Legion FFXI SERVER LIVE 12/5 @8pm EST!

Very happy to see where this has come from the start. Nice to see a collective group of people working hard on something as well as contributing back to the main repo. :)
by atom0s
Thu Dec 11, 2014 1:06 pm
Forum: Troubleshooting
Topic: Player Online but Not in Sessions or Search
Replies: 6
Views: 4990

Re: Player Online but Not in Sessions or Search

It's more of something the game server should be checking each time the player is requested to load. Such as on zone etc.
If no session exists, the player should be getting disconnected as a safety measure.
by atom0s
Thu Dec 11, 2014 1:05 pm
Forum: Server Setup & Guides
Topic: Game server will not load with internal IP.
Replies: 16
Views: 11147

Re: Game server will not load with internal IP.

That is how the login server should look after loading properly. You need to open the game server as well. You can check the log files in /logs/ to see whats happening if they are not staying open or just instantly closing etc.
by atom0s
Thu Dec 11, 2014 12:15 am
Forum: Server Setup & Guides
Topic: update the server and then after ashita launcher nothing wks
Replies: 11
Views: 6695

Re: update the server and then after ashita launcher nothing

You are better off using relative paths like kj mentioned earlier. Like this: http://i.imgur.com/9hg8sxm.png Assuming you are not deleting any files that Ashita installs it should work fine. The Boot Command should be in this format: --server 123.123.123.123 --user username_here --pass password_here...
by atom0s
Wed Dec 10, 2014 2:22 pm
Forum: Troubleshooting
Topic: Player Online but Not in Sessions or Search
Replies: 6
Views: 4990

Re: Player Online but Not in Sessions or Search

It's a bug that has been around for a while now. It is still unknown as to why it happens.
by atom0s
Tue Dec 09, 2014 1:00 am
Forum: Troubleshooting
Topic: Macro Save for Ashita or through Server
Replies: 2
Views: 2478

Re: Macro Save for Ashita or through Server

Macros are not stored anywhere differently with or without Ashita. The game saves them to your USER folder. For example on a Steam install of the game that is located at: C:\Program Files (x86)\Steam\SteamApps\common\ffxi\SquareEnix\FINAL FANTASY XI\USER The way these folders work is that each folde...
by atom0s
Sun Dec 07, 2014 2:26 pm
Forum: Troubleshooting
Topic: Can someone compile this for me
Replies: 5
Views: 4587

Re: Can someone compile this for me

We do not offer binaries of the source code. You have to build them yourself.