You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./VoteEngine.xsd">
<!-- here is the global checks -->
<!-- somewhere in the end -->
<topsite name="iTopZ" enabled="true">
<api url="https://itopz.com/check/REPLACE_API_KEY_HERE/REPLACE_SERVER_ID_HERE/%ip%"/>
<checkWord>TRUE</checkWord>
<rewards>
<item id="57" count="1000" chance="100" />
</rewards>
</topsite>
<topsite name="HopZone Eu" enabled="true">
<api url="https://api.hopzone.eu/v1/?api_key=REPLACE_API_KEY_HERE&ip=%ip%&type=json"/>
<checkWord>complete</checkWord>
<rewards>
<item id="57" count="1000" chance="100" />
</rewards>
</topsite>
</list>
just a guy with no choice to use other project asked me this, so if by any chance you were to use sunrise files here you go,
this post will probably break some record on this topic like "one eternity later..."
i guess i was hacked too i recently gained 3 groups of l2 content with one of them had 8k people in it and i am admin now in all of them, i shaped them a little and voila $$$$ gifted
i dunno if it was hacker or facebook mistake i have those for some months now without any issues
the only thing you should be aware is that your connection is done safely to facebook if you are stealing internet or some unknown network is used, all this chat with meta could be malicious too, using proxy can also be the reason of what you are going through. leaks dont happen like that, you did a mistake, or like my case you were unlucky no matter how safe you were.
PS: i had to drop the other admins because highlander rules, there can be only one.
I just had another 2-hour chat with the support team, and my group has finally been restored.
They confirmed that my profile had been hacked. After months of waiting there is finally some justice.
I’m looking for this guy. Come out,
Lendel Lindemberg
Question
l2jkain
Hello, I would like a help with a bug in my tvt event. The title of the participants does not update the kills in the titles.
Code Add :
UserInfo.java
writeS((_activeChar.getPolyType() != PolyType.DEFAULT) ? "Morphed" : _activeChar.getTitle());
for
writeS((_activeChar.getPolyType() != PolyType.DEFAULT) ? "Morphed" : _activeChar.isInEvent() ? "Kills: " + _activeChar.getEventScore() : _activeChar.getTitle());
CharInfo.java
if (gmSeeInvis)
writeS("Invisible");
else
writeS(_activeChar.getTitle());
for
if (gmSeeInvis)
writeS("Invisible");
else
writeS(_activeChar.isInEvent() ? "Kills: " + _activeChar.getEventScore() : _activeChar.getTitle());
Did I do something wrong?
9 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.