- 0
This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
AdBlock Extension Detected!
Our website is made possible by displaying online advertisements to our members.
Please disable AdBlock browser extension first, to be able to use our community.
Question
BlackDevilDev
Index: C:/Users/George/Desktop/Lineage II Server Files/Workspace/Gameserver/java/com/l2jserver/gameserver/model/actor/instance/L2PcInstance.java =================================================================== --- C:/Users/George/Desktop/Lineage II Server Files/Workspace/Gameserver/java/com/l2jserver/gameserver/model/actor/instance/L2PcInstance.java (revision 4447) +++ C:/Users/George/Desktop/Lineage II Server Files/Workspace/Gameserver/java/com/l2jserver/gameserver/model/actor/instance/L2PcInstance.java (working copy) @@ -15095,4 +15350,75 @@ // Maintain = 1 return 0; } + String code; + /** + * @param finalString + */ + public void setCode(StringBuilder finalString) + { + code = finalString.toString(); + } + public String getCode() + { + return code; + } + private boolean codeRight = false; + public void setCodeRight(boolean code){ + codeRight = code; + } + public boolean isCodeRight() + { + return codeRight; + } + private int Kills = -1; + public void setKills(int AntiBotKills) + { + Kills = AntiBotKills; + } + public int getKills() + { + return Kills; + } }paidia thelw na prostesw auton ton kodika ti prepei na bgalw re c paidia giati mou bgazei error???
ti na prosexw? kai ti prepei na kanw boithiste me ligo koitaxa kapoia guiede alla me mperdepsan pio poli......
18 answers to this question
Recommended Posts