For some stupid reason, my internet provider shuts down all ports under a specific number and i can't change that unless i'd pay for more (of course).
I was able to change all ports to values that worked for me on the server side. On the client side however, i can't seem to change the login port.
I've found 2 supportive files that were supposed to change the auth port:
- Goldfinch authorization port changer: an .exe file to run on the system folder that supposedly changes the port on the engine.dll file - this method is from 2008, so i think it does not work properly cause the client does not open with the new generated engine.dll. (Found it on the following link: https://maxcheaters.com/topic/172783-auth-port-changer/ )
- authport, by Fyyre: On this method you encode on the l2.exe to read this authport.dll and change the port to a hexadecimal number on the .ini file. This method works perfectly. However, it only reads hexadecimal numbers limited to 3 characters. So the highest port possible would be hex FFF - 4.095. And that does not work for me cause i need to use 9000 or higher ports (Found it on the following link shared here on maxcheaters: https://mega.nz/#!1FMQTTCZ!E7tnIb7qFmthkU9uuF310Sx8mQuM2nYNfdK_ai5vRrE )
I tried to find some .dll editor but i'm not a professional programmer so i have no clue on how or what to change on the authport.dll for the file to read 4 hexadecimal characters.
If you guys have any better methods, i'd gladly try them out, 'cause i couldn't find anything.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Account Features
➡ EARLY SUPPORTER BADGE
➡ NO QUEST BADGE
➡ 24 MONTHS BOOST BADGE
➡ 1 YEAR NITRO SUBSCRIPTION
➡ CREATION DATE IS 2017
➡ ACCOUNT STANDING STATUS IS ALL GOOD
➡ CLEAN BILLING
➡ OGE MAIL OUTLOOK
PAYMENT METHODS
➡ CRYPTO
➡ PAYPAL
➡ CASHAPP
➡ BANK TRANSFER
➡ GIFTCARDS
➡ ZELLE
➡ VENMO
CONTACTS
➡ DISCORD : crh11s
➡ TELEGRAM : crh11s
CONTACT WITH ME IF YOU ARE SERIOUS BUYE
To check the operation of npc movement. You can turn off all movement in the game and move only the npc you want using the move to package. This way you will reduce a lot of unnecessary code and understand where the problem is.
And all your maps are not thread safe and you are using multithreading
startQuestTimer("move", 5000, npc, null);
Verify if following is supposed to be the way to handle movement
npc.getAI().setIntention(CtrlIntention.AI_INTENTION_MOVE_TO, new Location(point.getX(), point.getY(), point.getZ()));
For me, it's not enough. And if it's the case, whole AI system is probably buggy.
Question
dextroy
Ok guys, i really need some help here.
For some stupid reason, my internet provider shuts down all ports under a specific number and i can't change that unless i'd pay for more (of course).
I was able to change all ports to values that worked for me on the server side. On the client side however, i can't seem to change the login port.
I've found 2 supportive files that were supposed to change the auth port:
- Goldfinch authorization port changer: an .exe file to run on the system folder that supposedly changes the port on the engine.dll file - this method is from 2008, so i think it does not work properly cause the client does not open with the new generated engine.dll. (Found it on the following link: https://maxcheaters.com/topic/172783-auth-port-changer/ )
- authport, by Fyyre: On this method you encode on the l2.exe to read this authport.dll and change the port to a hexadecimal number on the .ini file. This method works perfectly. However, it only reads hexadecimal numbers limited to 3 characters. So the highest port possible would be hex FFF - 4.095. And that does not work for me cause i need to use 9000 or higher ports (Found it on the following link shared here on maxcheaters: https://mega.nz/#!1FMQTTCZ!E7tnIb7qFmthkU9uuF310Sx8mQuM2nYNfdK_ai5vRrE )
I tried to find some .dll editor but i'm not a professional programmer so i have no clue on how or what to change on the authport.dll for the file to read 4 hexadecimal characters.
If you guys have any better methods, i'd gladly try them out, 'cause i couldn't find anything.
Please help me.
9 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.