Jump to content

[Share]Client MOD AIO


Recommended Posts

  • 4 weeks later...

nice share and i want ask if someone can share only black draconic armor cause i have problem with separate it from other colors... i need only black ;D

i open pack with UE2 editor and when i want save it write message that i use spaces in filename... i not :/

Link to comment
Share on other sites

nice share and i want ask if someone can share only black draconic armor cause i have problem with separate it from other colors... i need only black ;D

i open pack with UE2 editor and when i want save it write message that i use spaces in filename... i not :/

you do that my friend is simple bug in UED when go to save just go to another folder and save that and enjoy you have your texture ;) good luck
Link to comment
Share on other sites

you do that my friend is simple bug in UED when go to save just go to another folder and save that and enjoy you have your texture ;) good luck

 

thanks very much ;) well i find other way, i just make new material and all others can be save with no problems :D now i trying make that smelis draconic helmet working.. but i dont know what .dat file i need to rewrite, armorgrp? draconic helmet is already done in original L2 files and its invisible? or i need rewrite some .dat file with .utx paths?

Link to comment
Share on other sites

thanks very much ;) well i find other way, i just make new material and all others can be save with no problems :D now i trying make that smelis draconic helmet working.. but i dont know what .dat file i need to rewrite, armorgrp? draconic helmet is already done in original L2 files and its invisible? or i need rewrite some .dat file with .utx paths?

the problem is not .dat file is SQL file for example look this is original file

 

INSERT INTO `custom_armor` VALUES ('570000', '570000', 'Sacrifice Helmet', 'head', 'true', 'none', '550', 'bone', 's', '0', '-1', '83', '0', '0', '5370000', '268', 'true', 'true', 'true', 'true', '', '-1', '-1', '-1');

 

SQL Modified

 

INSERT INTO `custom_armor` VALUES ('570000', '570000', 'Sacrifice Helmet', 'hair', 'true', 'none', '550', 'bone', 's', '0', '-1', '83', '0', '0', '5370000', '268', 'true', 'true', 'true', 'true', '', '-1', '-1', '-1');

 

see difference and enjoy now :)

Link to comment
Share on other sites

the problem is not .dat file is SQL file for example look this is original file

 

INSERT INTO `custom_armor` VALUES ('570000', '570000', 'Sacrifice Helmet', 'head', 'true', 'none', '550', 'bone', 's', '0', '-1', '83', '0', '0', '5370000', '268', 'true', 'true', 'true', 'true', '', '-1', '-1', '-1');

 

SQL Modified

 

INSERT INTO `custom_armor` VALUES ('570000', '570000', 'Sacrifice Helmet', 'hair', 'true', 'none', '550', 'bone', 's', '0', '-1', '83', '0', '0', '5370000', '268', 'true', 'true', 'true', 'true', '', '-1', '-1', '-1');

 

see difference and enjoy now :)

 

nice thx for help :))

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...