Final Fantasy XI (Online) Private Server files

10/21/2010 02:20 AkkarinRX#391
Quote:
Originally Posted by crazyboy83_99 View Post
Hell0 Every one.
I have couple questions, I went into mog house in port sandoria and when i exit I was in the water and i can't get out of it. please can you help?
This issue is because the server is zoning you in (from MH) into a bad position because there's either a bad database record or the wrong entry point is getting read from the zone data. This isn't unique to that zone - it happens in Bastok Markets, too, for example.
(Temp fix on the way: zonelines table will be in ascii rather than binary, to support better debugging of these issues.)

Quote:
Also, I went to Port sandoria to get some scrolls for BLM but I cannot buy them NPC just ask me if i wanna buy Black magic or white magic scrolls and when i select BLM scrolls it just do nothing....please help in this.
I am using Codiddlez Spira XI and MySQL and MXI 0.9 please help again many thanks.

Also, please can any one tell me how to use those scripts for weapons and gears? please i will be grateful thanks in advance.
This is either a problem with the way that NPC is scripted or the way the server is handling the buy/sell transaction. Will have to test to duplicate, but I suggest sticking to NPCs that don't have multiple menus. (I suspect this issue will affect the Tenshodo front desk NPC in Lower Jeuno also.)
10/21/2010 16:53 crazyboy83_99#392
Quote:
Originally Posted by AkkarinRX View Post
This issue is because the server is zoning you in (from MH) into a bad position because there's either a bad database record or the wrong entry point is getting read from the zone data. This isn't unique to that zone - it happens in Bastok Markets, too, for example.
(Temp fix on the way: zonelines table will be in ascii rather than binary, to support better debugging of these issues.)



This is either a problem with the way that NPC is scripted or the way the server is handling the buy/sell transaction. Will have to test to duplicate, but I suggest sticking to NPCs that don't have multiple menus. (I suspect this issue will affect the Tenshodo front desk NPC in Lower Jeuno also.)
THanks a million for your response AkkarinRx, Is there a command in game which I run to zone myself somewhere else outside water?
I figured it out thanks a million

Ok I used @zone command and I moved to Jueno. I would like to know, do i require good fame level to do the subjob quest? as when i go to that npc in selbina it seems like it is already unlocked. but i cannot see BLM/WHM? where to change subjob? coz in mog house when i want to change to subjob it doesn't show that link alos it just give me basic jobs as WHM blm thf etc. and loads of ??? please help
Thanks again.
10/22/2010 02:24 Ariivai#393
Hello , i have a little problem , if someone can help , all setting Server OK , all works but when i play i only heard Music sound T.T i don't heard walking , attacking , etc...
10/22/2010 09:20 crazyboy83_99#394
Quote:
Originally Posted by Ariivai View Post
Hello , i have a little problem , if someone can help , all setting Server OK , all works but when i play i only heard Music sound T.T i don't heard walking , attacking , etc...
I had this problem and I used FFXI windowed mode. Or if this doesn't work use different MXI.
10/22/2010 15:59 stabmegently#395
Hey, thanks for the GM commands. I really appreciate that, I've been searching all over the net for them. I was wondering, though, do you know what all of them do? There's some of them that I don't know how to use, or what they do. I understand the basic stuff like @speed, @additem, @setgil, etc... but what is @rotdiff, @skill, @showm, etc. If you wouldn't mind adding a brief explanation to the stuff that's not self-explanatory, that would be great.

Again, much appreciated, man.
10/23/2010 03:44 Ariivai#396
Thanks you crazyboy83_99 , can you give me a link to a mxi that's can resolve my problem ? im was thinked that's my FFXI Folder ... i re install ... many times ... that's not the problem... change , server , spira , never... all works but .. no system sound .. only music... T.T
10/23/2010 05:37 Ariivai#397
Anyone have a link of a Final Repack version 0.6.4 updated with mxi that can download ?
Thanks.
10/24/2010 15:42 bsempai#398
I'm having trouble giving myself a chocobo license keyitem...
I followed the post from earlier in the thread, about looking up the item in polutils, then converting it to a hex value. I did so, but still it doesn't seem to work (maybe an update messed something up?). Has anyone had success with this lately, and if so, could you post the values you used? :)
10/24/2010 18:41 lionhart3001#399
Quote:
Originally Posted by bsempai View Post
I'm having trouble giving myself a chocobo license keyitem...
I followed the post from earlier in the thread, about looking up the item in polutils, then converting it to a hex value. I did so, but still it doesn't seem to work (maybe an update messed something up?). Has anyone had success with this lately, and if so, could you post the values you used? :)

if you really wanna cheat you can type in or make a macro for '@animation 5' and you will be on a chocobo anywhere in game....so you can get from 1 side of the mog house to the other in a very short time.

or if you want the keyitem type '@addkeyitem 8a'
10/24/2010 22:54 bsempai#400
Quote:
Originally Posted by lionhart3001 View Post
if you really wanna cheat you can type in or make a macro for '@animation 5' and you will be on a chocobo anywhere in game....so you can get from 1 side of the mog house to the other in a very short time.

or if you want the keyitem type '@addkeyitem 8a'
Thanks! That's working. :D
For some reason my chocobo is ... invisible! I'm just hovering around above the ground...:confused:
10/24/2010 23:03 AkkarinRX#401
Quote:
Originally Posted by stabmegently View Post
Hey, thanks for the GM commands. I really appreciate that, I've been searching all over the net for them. I was wondering, though, do you know what all of them do? There's some of them that I don't know how to use, or what they do. I understand the basic stuff like @speed, @additem, @setgil, etc... but what is @rotdiff, @skill, @showm, etc. If you wouldn't mind adding a brief explanation to the stuff that's not self-explanatory, that would be great.

Again, much appreciated, man.
Added to the repository:
server/trunk/doc/Client Commands.txt
And updated my previous post...
10/25/2010 08:46 Ariivai#402
Thx for the help , im ok now with sound ! ingame now when i try cure or Cure I II III IV .. it don't cure T.T when i try Protect he say i got effect K.O ... can someone help , thx.
10/27/2010 00:22 AkkarinRX#403
Just to manage expectations.... the code is nowhere near a production-ready server able to host a couple thousand people. The code is amazingly good for a testbed server, but it has a few problems. Comparatively, it's at about the same level of development as FFXIV (but with a better UI). Documentation of the packet-handling code is a major one. The packet code itself is hard-coded in a lot of places and also needs to pass packet data around as a (void*) until it's known which type of packet it should be.

For the time being, I'm overlooking the semaphores and abuse of the STL - these are just major inefficiencies that can be easily fixed. Another major problem is the way SQL queries are done. Not only is it a huge memory sink, but it takes less than 20 minutes to code up a nice little buffer overflow. So... yeah, that's a little higher on the list of things to fix before "Cure I" (in my opinion).

Please -- it is understood that a lot of even very simple things do not work like they should. But they will work like they're supposed to once we get a better understanding of the network packets the server needs to receive/send and how we can get the client to reflect the results we want.
10/27/2010 00:53 innouva#404
is there anyway to change the screen position or something? it doesn't matter if i'm in windowed mode or not, but everything is centered in the upper left hand corner of the screen and i can't see what selections i'm making during character select and such. scratch that, that's actually all that i can see haha. is there any way to change this?
10/27/2010 04:20 iceorphen#405
Would love it if some of the more involved people in this could shoot me a pm on things that i can study on the web myself, so i might be able to contribute to the cause. I miss 11 so much, 14 will never fill the void lol