@Gipat
Referring to your Laragon/Catalina/Java Tera API Server implementation, how do I amend the code such that the accounts benefits can be implemented?
https://forum.ragezone.com/f798/92-0...s-1194487-new/
Can't seem to find your code, it seems to be obfuscated into the compiled java package?
Need to make the TERA server API read from the account_benefits based on accountDBID.
account_benefits table looks like this:
Code:
CREATE TABLE account_benefits (
accountDBID int(11) NOT NULL,
benefitId int(11) NOT NULL,
availableUntil int(11) NOT NULL