Final Fantasy XI (Online) Private Server files

01/04/2011 06:49 twille#526
I'm so totally stoked to see such awesome progress being made on this!
I'm trying to talk my buddy into helping with some coding.

Random question, is there a GM command to set skill levels? i ask because the defensive skills don't work right now and I'd like to be able to set my character with at least some evasion, block, parry, etc. :)
01/04/2011 07:08 Kyousousha#527
Yessir it is @skill <skillId> <skillLevel> and it would look something like this:
@skill 29 2760

29 is the skillId for Evasion and 2760 (not a typo) would cap it at 276. If you enter 276 it will make your Evasion skill 27.6; remember skill-ups increase by decimals to the tenths place.

EDIT: I forgot to mention that you can find all the skillIds in the skill_ranks Table in your database.
01/04/2011 14:51 wolvesaber#528
Quote:
Originally Posted by twille View Post
I'm so totally stoked to see such awesome progress being made on this!
I'm trying to talk my buddy into helping with some coding.

Random question, is there a GM command to set skill levels? i ask because the defensive skills don't work right now and I'd like to be able to set my character with at least some evasion, block, parry, etc. :)
page 40 has most of the gm commands there...

[Only registered and activated users can see links. Click Here To Register...]
01/04/2011 16:37 Darkdante44#529
can you go back to playing the orignal ffxi after you use this ?
01/04/2011 17:24 wolvesaber#530
Quote:
Originally Posted by Darkdante44 View Post
can you go back to playing the orignal ffxi after you use this ?
yes you can... just start up pol like normal an your playing the public version
01/04/2011 17:27 wolvesaber#531
k i'm trying to update the weaponskills chart with upto date skills an my navicat is telling me the skill i added is to high or something an i'm getting a headack tryin to figure it out.. i went to the wiki an everything is right... skill lvl at 300 an such

[Err] 1136 - Column count doesn't match value count at row 1
[Err] INSERT INTO `weaponskills` VALUES (9, 'Tornado kick', 1, 225, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 5, 50, 24);
[Msg] Finished - Unsuccessfully

then i tryed to lower the skill lvl an it still gives me errors

so i'm lost from here on out on how to make this right...
01/04/2011 17:32 xxfrozen#532
Quote:
Originally Posted by wolvesaber View Post
k i'm trying to update the weaponskills chart with upto date skills an my navicat is telling me the skill i added is to high or something an i'm getting a headack tryin to figure it out.. i went to the wiki an everything is right... skill lvl at 300 an such

[Err] 1136 - Column count doesn't match value count at row 1
[Err] INSERT INTO `weaponskills` VALUES (9, 'Tornado kick', 1, 225, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 5, 50, 24);
[Msg] Finished - Unsuccessfully

then i tryed to lower the skill lvl an it still gives me errors

so i'm lost from here on out on how to make this right...
[Err] 1136 - Column count doesn't match value count at row 1
Means you have 1 less column than needed. I checked my db and there are 29 columns in the weaponskills table. You have 28. Probably just missing a 0 in the middle.

Note that I already have a index 9 for another weapon skill though. So it might through another error at you..
01/04/2011 17:35 Darkdante44#533
i keep getting an error saying accept failed: 10093 whenever i try to log in.
can anyone help
01/04/2011 17:48 xxfrozen#534
What does your pxi console say?
01/04/2011 17:54 Darkdante44#535
this is what it is saying the bottom right window
[Only registered and activated users can see links. Click Here To Register...]
01/04/2011 17:57 dextermovies#536
I just went through that error :( I am fairly certain it is a winsock error, not sure though. I had to reformat, until I found a os that did not do that to me.
but you can try: [Only registered and activated users can see links. Click Here To Register...] I never tried this way though, but it might fix the issue.
01/04/2011 18:02 Darkdante44#537
that didnt help
01/04/2011 18:13 xxfrozen#538
[Only registered and activated users can see links. Click Here To Register...]

may as well give this a try if it is in fact a winsock error
01/04/2011 18:24 Darkdante44#539
im on vista
01/04/2011 18:30 xxfrozen#540
should work for vista and 7

perhaps that's the problem though Windows vista =P