Do you guys know how to add reborn items into a LOTF Source?
I have already added this into Enums.cs:
Code:
public enum ItemEffect : byte
{
None = 0,
Poison = 200,
HP = 201,
MP = 202,
Shield = 203,
}
Hope you can help me
Thanks for reading!






