Hello all MxC Member, i start to develop my old pack (base l2jfrozen) and i update my autovotereward system. Hopzone and Topzone works perfect but L2Network no
I have a problem on a vote count server starts without error announce says "L2Network vote count 0" for some reason no error.
Here is the getvote method:
Quote
/**
* Get the votes of NETWORK
* @return
*/
public static int getVotesNetwork()
{
try
{
URLConnection con = new URL(Config.VOTE_MANAGER_L2NETWORK_LINK).openConnection();
The stats you see in game are corrected by their relative factors (for example the mob's STR will influence his P.Atk etc.)
The stats you see in the XML are the base stats.
NPC information in the game does not match the XML. The values are set higher than in the XML. All monsters are set this way. Where can I find information about this? There is no option in the server config files to change this. Please help.
Question
xSlark
Hello all MxC Member, i start to develop my old pack (base l2jfrozen) and i update my autovotereward system. Hopzone and Topzone works perfect but L2Network no
I have a problem on a vote count server starts without error announce says "L2Network vote count 0" for some reason no error.
Here is the getvote method:
Edited by xSlark2 answers to this question
Recommended Posts