NEED HELP WITH ITEM CODES :(

07/23/2017 17:48 roika111#1
Can someone pls give me the item codes for

Champion's Ring
Champion's Demol Earring
Champion's Gore Necklace
Ultimate Lusaka's Crystal Axe


TY IT WOULD BE A BIG HELP!!
07/23/2017 18:03 Aspire7730#2

SpecItem code V19

I hope this helps
07/24/2017 17:41 Xeylou#3
If you find the Items...

defineItem.h -> Here you make a define > #define II_WEA_SWO_EPVP_TEST 240717
you are only allowed to use the ID (240717) once per ITEM !!

propItem.txt.txt -> Here you have the Name from the Item > IDS_PROPITEM_TXT_15343 Test Item

The SpecItem.txt or propItem.txt read the IDS_ from the propItem.txt.txt if you dont write it in '' ItemName '' ...

now we only need the mdlDyna.inc to give the Item a design... Files\Model\Item_NameTestEPVP.o3d -> add only NameTestEPVP ... not ite Item_ and not the .o3d... now you added a item xd

if you want that i explain it bether write me a PN...
You are able to find anything using propItem.txt.txt :)