+public void increasePvpKills(L2PcInstance activeChar)
+if (activeChar.getPvpKills() >= 5000)
{
activeChar.sendMessage ("Congratz , you are now a hero ");
activeChar.setHero(true);
}
I wonder if there is a way of keeping
- public void increasePvpKills()
beacause when i change the public void to
public void increasePvpKills(L2PcInstance activeChar)
L2VikosMemory | User Manual
1. General Information
L2VikosMemory is a memory optimization tool for Lineage II.
It automatically clears the game cache, reducing RAM usage and improving stability.
2. Installation
Extract L2VikosMemory.dll and ogg.dll into the game folder (where l2.exe is located).
No additional steps are required.
3. Configuration
L2VikosMemory settings can be adjusted in the L2VikosMemory.cfg file:
CleanInterval=X – Cleanup interval (in minutes)
TryElevate=true/false – Enable/disable privilege escalation
AltClientGuard=true/false – Compatibility setting for STRIXGUARD
Example Configuration:
CleanInterval=3
TryElevate=false
AltClientGuard=false
4. Verification
The log file L2VikosMemory.log contains:
Connection status
Cleanup results
Freed memory
5. Troubleshooting
If L2VikosMemory is not working:
Check if the DLL files are in the correct folder.
Try running the game as an administrator.
Check the log file for errors.
6. Support
For support, contact Artem on Telegram.
7. Additional Information
Compatibility: Supports most Lineage II clients.
Recommended Interval: 3-5 minutes.
Gameplay Impact: No effect on gameplay performance.
Price: $150
Question
Rio
I want to add this code: http://www.maxcheaters.com/topic/49498-sharehero-reward-for-pvps/?hl=%2Bhero+%2Breward+%2Bpvps
Its about giving hero at x pvp's.
I wonder if there is a way of keeping
beacause when i change the public void to
i get erros in some other codes.
21 answers to this question
Recommended Posts