Hello guys!Im trying to add to custom item new prop list (custom words) down on property list.
Testing with the code of the spirit of the totem adding this to test with a new custom cliloc number:

public class Goldentrainingarms : LeatherArms
{
public override int LabelNumber{ get{ return 1061599; } } // Spirit of the Totem

But "Spirit of the totem" is not displayed.
Can someone help?Thanks in advance!
 
Back