-
Posts
1,771 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Posts posted by Stewie
-
-
Up, still need exchanger.
-
Nico where are you, i'm waiting you 2 days please... tell me smth :D
-
up still looking for exchanger
-
Nice when you can come exchange?
-
need asap,fast now :D
-
The server is ONLINE !!!
Also the server recieve last warning from me...
If admin of server keep spam on own and others ppl topics with bot accounts ill take care of it.
-
Looking for PSC to paypal fast exchange! & TRUSTED! contact with me via pm...!
or skype
-
Problem was with this line
if (this.getActiveChar().isFarmBot())
Exception in thread "SelectorThread-364" java.lang.NullPointerExceptionat com.l2jserver.gameserver.network.L2GameClient.onForcedDisconnecti
2GameClient.java:634)
at org.mmocore.network.SelectorThread.readPacket(SelectorThread.java
)
at org.mmocore.network.SelectorThread.run(SelectorThread.java:176)
So as nevermore told me i changed to this...
if (getActiveChar() != null && getActiveChar().isFarmBot())
And now error is
Exception in thread "SelectorThread-364" java.lang.NullPointerExceptionat com.l2jserver.gameserver.network.L2GameClient.onForcedDisconnection(L
2GameClient.java:634)
at org.mmocore.network.SelectorThread.writePacket(SelectorThread.java:50
9)
at org.mmocore.network.SelectorThread.run(SelectorThread.java:182)
Any idias?
@Override protected void onForcedDisconnection() { if (getActiveChar() != null && getActiveChar().isFarmBot()) { Util.handleIllegalPlayerAction(this.getActiveChar(), "Player: " + this.getActiveChar().getName() + " might use third party program to exploit antibot farm system.", Config.DEFAULT_PUNISH); } LogRecord record = new LogRecord(Level.WARNING, "Disconnected abnormally"); record.setParameters(new Object[] { L2GameClient.this }); _logAccounting.log(record); }Here is all part of code
-
[not for spam]
sorry for bumping this but it is always usefull for others, if you would explain (no matter if its solved or not) what has been done.
in this case its obvious tho.. but it would still be usefull for people with the same problem.
Actualy it doesn't metter becouse this error is from custom anti-bot system costing 30 euro ... not everyone can have it... also support for buyers are include.
-
k solved via skype... lock it
-
SevenSigns: Data updated successfully. Exception in thread "SelectorThread-364" java.lang.NullPointerException at com.l2jserver.gameserver.network.L2GameClient.onForcedDisconnecti 2GameClient.java:634) at org.mmocore.network.SelectorThread.readPacket(SelectorThread.java ) at org.mmocore.network.SelectorThread.run(SelectorThread.java:176)
[/code]
-
i think im admin.. no? my access lvl is 255 the max on my datapack, so i must be admin, can someone explain with more information?
127 is Master access...
Isnt this already in L2J packs? even interlude one...

-
Searching for Developer who wanna join to us team.
We give vps, and money for server.
lets see, pm me
-
More info, also preview of web to me...
L2JFrozen server does not give us all information about the server you are selling please consider editing first post and add more information...
-
Is there any way to delete my account from that server? :D
-
-
no skype, no teamviewer, no appserv
the 127.0.0.1 is the localhost
go in the C:\WINDOWS\system32\drivers\etc
and cheak the host file!
it's sould be like this
# Copyright © 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
xxxxxxxxxx L2authd.lineage2.com
xxxxxxxxxx L2testauthd.lineage2.com
-
Every code wich is selled in forum is comming up with support for adaption and problem fixes... if customer refuse to let the owner of code to fix it then the buyer is false...
-
he wanted to change
Enterworld.java
371 sendPacket(SystemMessage.getSystemMessage(SystemMessageId.WELCOME_TO_LINEAGE)); 372 373 activeChar.sendMessage(getText("VGhpcyBzZXJ2ZXIgdXNlcyBMMkosIGEgcHJvamVjdCBmb3VuZGVkIGJ5IEwyQ2hlZg==\n")); 374 activeChar.sendMessage(getText("YW5kIGRldmVsb3BlZCBieSB0aGUgTDJKIERldiBUZWFtIGF0IGwyanNlcnZlci5jb20=\n")); 375 376 if (Config.DISPLAY_SERVER_VERSION) 377 { 378 if (Config.SERVER_VERSION != null) 379 activeChar.sendMessage(getText("TDJKIFNlcnZlciBWZXJzaW9uOg==")+" "+Config.SERVER_VERSION); 380 381 if (Config.DATAPACK_VERSION != null) 382 activeChar.sendMessage(getText("TDJKIERhdGFwYWNrIFZlcnNpb246")+" "+Config.DATAPACK_VERSION);373 activeChar.sendMessage(getText("VGhpcyBzZXJ2ZXIgdXNlcyBMMkosIGEgcHJvamVjdCBmb3VuZGVkIGJ5IEwyQ2hlZg==\n")); 374 activeChar.sendMessage(getText("YW5kIGRldmVsb3BlZCBieSB0aGUgTDJKIERldiBUZWFtIGF0IGwyanNlcnZlci5jb20=\n")); 375Credits...
like this one

so just change
activeChar.sendMessage("This server uses L2jFrozen, a project founded by L2Chef and"); activeChar.sendMessage("developed by the L2jFrozen Dev Team at l2jfrozen.com");To your text, in your case change
373 activeChar.sendMessage(getText("VGhpcyBzZXJ2ZXIgdXNlcyBMMkosIGEgcHJvamVjdCBmb3VuZGVkIGJ5IEwyQ2hlZg==\n")); 374 activeChar.sendMessage(getText("YW5kIGRldmVsb3BlZCBieSB0aGUgTDJKIERldiBUZWFtIGF0IGwyanNlcnZlci5jb20=\n")); 375to
activeChar.sendMessage("This server uses L2jFrozen, a project founded by L2Chef and"); activeChar.sendMessage("developed by the L2jFrozen Dev Team at l2jfrozen.com");And write your text....
Was this enough clear to make you stop answering already answered topic?
-
1 more thing, after fix the problem and compile them what is the compile correct files?
I found them in workplace but i also found them in win rar in the same place, which files is the correct one? the win rar files is compiled or the others?
actualy you need first to learn eclipse etc... go google :D
-
SirRoyal are you from L2Noobwars aka L2Vendication?
-
i belive that vip members can give with out posts, maybe im was wrong :S
Im gonna give u as soon as! :)
you know... :D
-
Silv3rMoon thanks for ur time realy, im gonna start study the compile books! im gonna pm you for more help! +1 from me for ur time!
Don't you need 200 posts to give reputation? :D
-
xOutlaw is the name... waiting response as fast as possible!
Sorry bro, i dumped that b1tch long time ago.
Get good.
Latest news : Website will stay down untill im bored.
In server: http://maxcheaters.com/forum/index.php?topic=262226.30
[i'm not connected with server but i hate stupid losers who ddos without reason]



Looking for PSC to paypal fast exchange! & TRUSTED!
in Exchange Area
Posted
dunno but i need someone...