
Rootware
Legendary Member-
Posts
1,370 -
Credits
0 -
Joined
-
Last visited
-
Days Won
14 -
Feedback
100%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Rootware
-
You even don't know where is it processing and already requested the money.
-
Help Clean files Interlude
Rootware replied to TreVor's question in Request Server Development Help [L2J]
Just delete this code. At first delete in L2PcInstance (Player) all methods with word "HWID" and after follow for errors and delete in other places the same. It's easy and not need a lot Java knowledge. -
Help Can't make connection to GAME server locally, only LOGIN srv
Rootware replied to An4rchy's question in Request Server Development Help [L2J]
Your provider economy on IPs pool and reserve one IP behind the few dozens users aka "grey IP". Your friend possible have "white IP" and for current session it's only one owner of IP address and he can make connections with external IP usage because the destination node only one. That's the main difference between him and you. I think. P.S. E.g. russian mobile providers always reserve for connection the "grey IP" and impossible this connection to use for direct connections to PCs. -
Help Can't make connection to GAME server locally, only LOGIN srv
Rootware replied to An4rchy's question in Request Server Development Help [L2J]
aCis don't supporting now multi access for game server. You can choose between external and internal IP. Even if you tries to connect to the game server from local network (behind the NAT) you will get from login server the external IP of game server. If your provider gave you "grey IP" behind the him proxy then you never will connected to your game server from local network with using external IP cause provider will blocks any loopback by your WAN IP. The solution of this issue is add some changes in login server for detecting local users and sending them the IP of game connection to the port 9014 (if LS and GS in the same network as user). In this case all local user connections will staying behind NAT. It's around 10 new lines of code in ServerList packet. I reported to Tryskell about this issue after when he dropped 2 IP's config. But he ignored this. -
May be better for newbie start from something an easy? You tries implement difficult things w/o good knowledge in Unreal Scripts.
-
Help is that something i have to fix?
Rootware replied to scraw's question in Request Server Development Help [L2J]
Him website bans the 90% legit internet addresses. But he don't know that and thinking what he have good spam protection. I tried to visit to this site and was redirected to the scam page with flooding animations. P.S. My IPs even GoogleCapcha accept w/o any checks. -
After siege ending a clan leader who castle owner's in 24h period can setup the siege date from siege's date list. This is specified in Siege rules. But server don't processing siege data from client. So, you can craft the packet from server CastleSiegeInfo to client (if you want select the crafted date in ComboBox element) or from client RequestSetCastleSiegeTime to the server and setup your custom date. Checked on L2OFF Vanganth IL pack. Period for changing siege date not processing aswell and you can make a changes in anytime and unlimited times. All what changed after 24h, it's only hidding the ComboBox for selection siege date in client, but... Was crafted date in "Sunday, 21:08" and many others. Possible this works on the other L2OFF packs. Have fun!
-
- 1
-
-
All ingoing connection uses only TCP protocol. Don't use UDP rules, cause this are don't uses. You need give more details about your internet connection and local network morphology. It matter for giving better solution of your problem.
-
Here is it: https://www.4shared.com/rar/F-Om3ZCUiq/CT261.html Don't forget Change StartTime parameter to 22 in Env.int file, otherwise you will see another lighting.
-
First, you could adapt the retail implementation of temporary items from L2J Server (requires Java knowledge). Second, you could hired someone who will write for you if you can't. Third, you could buy existing addon. P.S. Doubt what you find someone who will ready to waste the own time for making code what largest than 10 lines. And you must to know next - the client can't shown expiring time.
- 1 reply
-
- 1
-
-
How to add source ! hElp!
Rootware replied to JadoN's question in Request Server Development Help [L2J]
If you don’t know what the source code looks like, and whether have it, then what is the point of doing what you are trying to do? -
Help Server startup problem
Rootware replied to Nyrco's question in Request Server Development Help [L2J]
Are you sure what your server correctly works with MariaDB? -
Help NPC Html from Official Lineage 2 to Interlude
Rootware replied to deividelis14's topic in [Request] Client Dev Help
Answer NO. If you need more improves of client features then use client from next chronicles. -
Help Loginserver console error pop-up. [acis]
Rootware replied to protoftw's question in Request Server Development Help [L2J]
Try to rebuild server and put JAR files in "right" place. A lot of cases when people had compiled JARs with errors (no errors in console after build but JAR partially is broken) or put them in incorrect place. -
Request Monster Race Manager
Rootware replied to vampir's question in Request Server Development Help [L2J]
Doubt in Mobius case. But well, him packs have the some good stuffs what can be taken. -
Help Need help keeping the color aCis Interlude
Rootware replied to la2betdrema's question in Request Server Development Help [L2J]
Just cut it in XML and in AccessLevel.java and make custom load via PcAppearance. -
Request Monster Race Manager
Rootware replied to vampir's question in Request Server Development Help [L2J]
Do you think they decompiled L2Server.exe for usage correct odds? -
Help Help acis sell on the community board
Rootware replied to la2betdrema's question in Request Server Development Help [L2J]
You need add new variable into Player instance for emulate fake merchant for community and manage this variable before calling sell/buy list and by max allowed interaction time. -
@L2shaken rewrite it using a StringBuilder.
-
Discussion L2JLucera Source code
Rootware replied to xFranky's topic in Server Development Discussion [L2J]
Did you saw compiled and obfuscated package? No one in clear mind take it for restoring. Obfuscated all - packages, methods, fields and constants names. If before obfuscation the developer make up refactor of packages for cutting all similarities with classic L2J stcructure then all work with restoring is madness. But i'm didn't saw obfuscated L2J projects yet and who will use it will be the nuts. Because the profit less than convenience for debug and time. -
Discussion L2JLucera Source code
Rootware replied to xFranky's topic in Server Development Discussion [L2J]
I tried to use yGuard and it looks ugly. Maybe other obfuscators better for this but it will cost real money. Doubt what this little project will use obfuscator at least for 300-500 euros. -
Check in msconfig "autorun" section.
-
You need install 2005 and 2008 x86 also. Lineage 2 client in depends on chronicle was builded by this versions. It matters.
-
What the Microsoft Visual C++ Redistributable x86 packages you had installed in OS? Lineage 2 client uses 2005/2008 x86 packages. The lack of the necessary package can lead to unpredictable behavior of the game client or not start at all. Check it at first.
-
Discussion L2JLucera Source code
Rootware replied to xFranky's topic in Server Development Discussion [L2J]
I be wanted to look how he will support him in this case. All exceptions will have unreadable data. And everyone attempts will looks like "find that. don't know what".