MoMoProxy has updated more static residential proxies for USA location, anyone interested in can view: https://momoproxy.com/static-residential-proxies
To manually override it you got to use command //field_cycle set_step 1 11
1 is the field cycle id for hellbound island from db (fiy 2 & 3 are the seeds in gracia sod and soi) and 11 is the level you want to change it to. Anywhere from 1 to 11 will work for different stages.
Question
mikemaster
So i found a code which was supposed to enable a custom chat only for players that had reached a certain ammount of pvps
+++ java/net/sf/l2j/gameserver/network/clientpackets/Say2.java +import net.sf.l2j.gameserver.model.L2World; +import net.sf.l2j.gameserver.network.serverpackets.CreatureSay; if(Config.ENABLE_PVP_CHAT) + { + if(_text.startsWith("-")) + { + if(activeChar.getPvpKills() >= Config.PVP_CHAT_COUNT) + { + for(L2PcInstance p:L2World.getInstance().getAllPlayers().values()) + { + p.sendPacket(new CreatureSay(0,16,activeChar.getName(),_text)); + return; + } + } + else + activeChar.sendMessage("You don't have enough pvps in order to talk to this chat"); + } + }I think there are still lots to be done cause it pops the message when someone doesn't have enough pvps but when he does nothing happens so..
Edited by mikemaster10 answers to this question
Recommended Posts