Page 1 of 1

All jobs have Treasure Hunter 3 + weird traits

Posted: Thu Jan 10, 2013 10:21 am
by iamnotalolicon
Started the game a few days ago. On my first character, MNK as level 1, I had the following traits:
Resist Curse
Resist Stun
Resist Charm
Treasure Hunter III

I was having issues with my client anyway, like turning into a male hume when I spoke to an NPC, so I updated my client. It fixed that issue, but I still had the traits. My friends also joined at the same time, had fully updated clients, and still had these traits as their level 1 various jobs.

I couldn't see anything on the bug tracker or discussion on the forums, but I may have missed it. I'm not sure if people are aware of it already, though...I just wanted to make sure. This IS a bug, right?

Level 11 MNK, still have it. Screenshot:
http://i.imgur.com/F9DTB.jpg

Re: All jobs have Treasure Hunter 3 + weird traits

Posted: Thu Jan 10, 2013 11:46 am
by inu
Yeah, it has been like that for a while at least, i can confirm that as well.
Also, the mobs don't seem to have any collision boxes, you can pass right through them. (or at least that was the case last time I tried, will have to check that again in the latest version when I have the time)

Re: All jobs have Treasure Hunter 3 + weird traits

Posted: Thu Jan 10, 2013 8:53 pm
by lautan
That happens because you have no subjob. I thought someone fixed that.

Re: All jobs have Treasure Hunter 3 + weird traits

Posted: Thu Jan 10, 2013 9:53 pm
by kjLotus
lautan wrote:That happens because you have no subjob. I thought someone fixed that.
yea, me too

maybe ill look into it tomorrow

Re: All jobs have Treasure Hunter 3 + weird traits

Posted: Fri Jan 11, 2013 12:33 am
by PrBlahBlahtson
iirc, it's the first four lines of traits.sql.

Edit:

Code: Select all

CREATE TABLE `traits` (
  `traitid` tinyint(3) unsigned NOT NULL,
  `name` text NOT NULL,
  `job` tinyint(2) unsigned NOT NULL DEFAULT '0',
  `level` tinyint(2) unsigned NOT NULL DEFAULT '99',
  `modifier` smallint(5) unsigned NOT NULL DEFAULT '0',
  `value` smallint(5) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
...
INSERT INTO `traits` VALUES ('55', 'resist curse', '0', '0', '248', '0');
INSERT INTO `traits` VALUES ('56', 'resist stun', '0', '0', '251', '0');
INSERT INTO `traits` VALUES ('60', 'resist charm', '0', '0', '252', '0');
INSERT INTO `traits` VALUES ('65', 'gilfinder ii', '0', '0', '0', '0');
INSERT INTO `traits` VALUES ('4', 'defense bonus', '1', '10', '1', '10');

Re: All jobs have Treasure Hunter 3 + weird traits

Posted: Fri Jan 11, 2013 12:19 pm
by bluekirby0
I keep meaning to fix those...but that whole table is such a mess. I'll probably just redo the whole table into something readable.

Re: All jobs have Treasure Hunter 3 + weird traits

Posted: Sun Jan 13, 2013 12:51 pm
by Flunklesnarkin
The bonus job traits have to do with the new character "easter egg" added to ffxi. I'm not sure exactly when it was added.

Basically you get a bunch of bonus traits like the ones listed above and being perma-anon until you either reach level 30 or unlock your subjob.


I think it also goes away if you go to one of the option menus and select "New Player" >> and disable it. However that doesn't currently work right now or it's not scripted.


I'm reinstalling ffxi right now and will update over night. I'll try to take a screenshot the menu tomorrow.