Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Guide]How To Add Custom Weapons

Status
Not open for further replies.
Skilled Illusionist
Joined
Apr 8, 2011
Messages
376
Reaction score
114
Since i havent seen any Custom Weapons guide ill just make 1 for the jade dynasty newbie developers.

Required Tools:
Elements.data and Path.data Editor(im using Jade Editor you can find it somewhere in the release section)
sPCK to open .pck files

So lets start
#1-Lets get models.pck as example
#2-Unpack it
#3-Make a folder where you are gonna put your custom weapon file
#4-Put it there and get the path of the .ecm file(exm:models/mycustomsweapons/blablabla/blabla.ecm)and type it somewhere where you can remember it
#5-Open your jade editor and open elements,path.data
#6-make a new string in path.data and place the path there
#7-now select the weapon you want to use the custom look at
#8-at string PathID1 and 2 change the numbers with the path id number you gotten when creating new path
#9-save both
#10-now compress your models.pck,add it to client
#11-add the elements and path.data at your server file(gamed/config)
#12-restart the server
#13-login and have fun!


Credits:
Jade Editor was made by FoX420
sPCK was made by rony1982 and can be found at pwtools.codeplex.com
The gude is all written by me:)

Dont be affraid to press like if this helped you

Regards,Chipsey.:thumbup:
 
Junior Spellweaver
Joined
Apr 7, 2011
Messages
173
Reaction score
20
Since i havent seen any Custom Weapons guide ill just make 1 for the jade dynasty newbie developers.

Required Tools:
Elements.data and Path.data Editor(im using Jade Editor you can find it somewhere in the release section)
sPCK to open .pck files

So lets start
#1-Lets get models.pck as example
#2-Unpack it
#3-Make a folder where you are gonna put your custom weapon file
#4-Put it there and get the path of the .ecm file(exm:models/mycustomsweapons/blablabla/blabla.ecm)and type it somewhere where you can remember it
#5-Open your jade editor and open elements,path.data
#6-make a new string in path.data and place the path there
#7-now select the weapon you want to use the custom look at
#8-at string PathID1 and 2 change the numbers with the path id number you gotten when creating new path
#9-save both
#10-now compress your models.pck,add it to client
#11-add the elements and path.data at your server file(gamed/config)
#12-restart the server
#13-login and have fun!


Credits:
Jade Editor was made by FoX420
sPCK was made by rony1982 and can be found at pwtools.codeplex.com
The gude is all written by me:)

Dont be affraid to press like if this helped you

Regards,Chipsey.:thumbup:
What about elements.data don't you edit anything?
 
Skilled Illusionist
Joined
Apr 8, 2011
Messages
376
Reaction score
114
#8-at string PathID1 and 2 change the numbers with the path id number you gotten when creating new path
 
Newbie Spellweaver
Joined
Dec 8, 2010
Messages
36
Reaction score
1
#8,5 - Add to elements.data your Custom Weapons and path that you created...
 
Status
Not open for further replies.
Back
Top