View Full Version : custom items
Crazy Mofo
07-30-2007, 02:42 PM
I am looking for a tutorial or walk through on ho wot make custom items on a c5 or c6 l2j server. I tried to figure it out myself and kinda borked the items i was trying to edit. So i would like to create new items so that way all the old items are intact. Can anyone help me out with this?
Aaron
Hijacker
07-30-2007, 03:54 PM
hi
give me an example of want u wanted to make
Crazy Mofo
07-30-2007, 09:08 PM
like on a l2off private server they had what was called a Mark of Speed, i was thinking about making something similar to that. The item gave a +40 bonus to your run speed. Instead of making a whole new item i was thinking about converting the party mask to something along the lines of that, and just editing the stats, and the shop info. I was wanting to use the updated party mask as a event reward, and i am going to take it out of all the shops and such so as thats the only way to get it.
chuckrobbie
09-02-2007, 04:19 AM
You can give your players the GM speed skill!
Already in there so no editing to be done!
BUT doing this would make your game very unbalanced :(
Punkkk
09-02-2007, 10:44 PM
Well...increasing running speed would do nothing I guess...but that party mask and stuffs is kool idea...also u could make diff accesories with diff stat boost,ppl would have to choose what their "special" abillity would be,and that would make the server kinda unbalanced.. :/
4g3nt0r4ng3
09-15-2007, 05:18 AM
gameserver\data\stats\armor\2400-2499.xml (file could be different)
find:
<item id='5808' name="Party Mask">
<for>
<add val='0' order='0x10' stat='pDef'/>
</for>
</item>
and replace with:
<item id='5808' name="Party Mask">
<for>
<add val='0' order='0x10' stat='pDef'/>
<add val='40' order='0x60' stat='runSpd'/>
</for>
</item>
restart server , done
other stat values can be found by just taking a look at other armors/items ;)
p.s if you want to create real new items you would have to mod the client and thats illegal
greetings
bigbro
09-22-2007, 03:44 PM
I can make all you want :) contact me if you want
g0dLike
09-28-2007, 05:35 AM
well done 4g3nt0r4ng3 :D
newsamael
11-14-2007, 11:54 AM
gameserver\data\stats\armor\2400-2499.xml (file could be different)
find:
<item id='5808' name="Party Mask">
<for>
<add val='0' order='0x10' stat='pDef'/>
</for>
</item>
and replace with:
<item id='5808' name="Party Mask">
<for>
<add val='0' order='0x10' stat='pDef'/>
<add val='40' order='0x60' stat='runSpd'/>
</for>
</item>
restart server , done
other stat values can be found by just taking a look at other armors/items ;)
p.s if you want to create real new items you would have to mod the client and thats illegal
greetings
Nice guide.
^^
vivian
12-03-2007, 09:43 AM
try to contact me via msn^^
xBobcat
12-14-2007, 11:30 PM
i think if you dont know the basic let the server be offline
drugsdealer
12-17-2007, 06:59 PM
really nice u'r guide :D
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.