Hello ! I'm trying to create a new Grade R Weapon Grade SoulShot in Hive Five (L2Sunrise Pack)... I get it to work but when you try to auto activate it doesn't activate...
First ---> Add crystaltype in the Core and Client
public enum CrystalType {
NONE(0, 0, 0, 0),
D(1, 1458, 11, 90),
C(2, 1459, 6, 45),
B(3, 1460, 11, 67),
A(4, 1461, 20, 145),
S(5, 1462, 25, 250),
S80(6, 1462, 25, 250),
S84(7, 1462, 25, 250),
R(8, 22600, 30, 500);
Works fine !
In the Core where a find the function ??? I works on L2jsunrise !!!!
Any Solution or make the soulshot Toggle ??
Thx