Jump to content

Rootware

Legendary Member
  • Posts

    1,370
  • Credits

  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Rootware

  1. Try to use this: <button value="Facebook Page" action="url !2265" width=160 height=25 back="l2ui_ct1.button.button_df_small_down" fore="l2ui_ct1.button.button_df_small"> where, !2265 string from sysstring-e.dat
  2. You even don't know where is it processing and already requested the money.
  3. 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.
  4. 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.
  5. 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.
  6. May be better for newbie start from something an easy? You tries implement difficult things w/o good knowledge in Unreal Scripts.
  7. 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.
  8. 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!
  9. 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.
  10. 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.
  11. 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.
  12. 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?
  13. Are you sure what your server correctly works with MariaDB?
  14. Answer NO. If you need more improves of client features then use client from next chronicles.
  15. 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.
  16. Doubt in Mobius case. But well, him packs have the some good stuffs what can be taken.
  17. Just cut it in XML and in AccessLevel.java and make custom load via PcAppearance.
  18. Do you think they decompiled L2Server.exe for usage correct odds?
  19. 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.
  20. @L2shaken rewrite it using a StringBuilder.
  21. 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.
  22. 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.
  23. You need install 2005 and 2008 x86 also. Lineage 2 client in depends on chronicle was builded by this versions. It matters.
  24. 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.
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock