Adding other jobs to weapons
Posted: Tue Sep 08, 2015 7:08 pm
Hello,
I am trying to add other jobs to weapons as the title states. I have gone through and converted the jobs in item_armor to binary which lists the jobs backwards (1 for can equip and 0 for cannot). I have added a 1 in the place for the specific job and converted back to decimal form and updated the SQL file, but after a server restart, I cannot equip the item.
Example
1 = WAR only
adding 11 (MNK, WAR) and converting to dec to make 3 and adding it to the table. MNK still cannot equip the item even though I have also added the necessary skill. Am I missing something?
I am trying to add other jobs to weapons as the title states. I have gone through and converted the jobs in item_armor to binary which lists the jobs backwards (1 for can equip and 0 for cannot). I have added a 1 in the place for the specific job and converted back to decimal form and updated the SQL file, but after a server restart, I cannot equip the item.
Example
1 = WAR only
adding 11 (MNK, WAR) and converting to dec to make 3 and adding it to the table. MNK still cannot equip the item even though I have also added the necessary skill. Am I missing something?