Jump to content

Alt+B Buffs Bypasses


Jdub
 Share

Recommended Posts

I'm not very knowledgeable and could use some help. How do I see what commands are being sent to the server when I click a button?

Trying to figure out what commands I need to send using ReqBypassToServer

This is for L2 Project.

Little help?

  • Like 1
Link to comment
Share on other sites

  • Toggle Staff
On 5/11/2020 at 9:20 PM, Jdub said:

I'm not very knowledgeable and could use some help. How do I see what commands are being sent to the server when I click a button?

Trying to figure out what commands I need to send using ReqBypassToServer

This is for L2 Project.

Little help?

NOTE: This post has been edited because the information was incorrect.

I am writing this after I wrote the rest of the post. I hope it's no surprise that we didn't write all the features ourselves, almost the whole alt+b buffer came with the files. The bypass processing is... Weird. You can see the patterns, and go from there. Here's a few examples.

Buff with Default Warrior Scheme:

Register and/or login to see this content.

_bbshome opens Community Board
12 clicks on Buff
15 clicks on Warrior (Change to 14 for Defender, 16 for Mage)
13 click on Buff Me (Change accordingly if you want to buff party or pet)

Buff with your 1st own scheme:

Register and/or login to see this content.

1b clicks on 1st "Own Scheme" counting from the top (Change to 1c for 2nd scheme and so on.)

Hope this helps! And if you would share your final findings that would help others in the future. Cheers

Link to comment
Share on other sites

Thank you for this, I will test/share.

What I am really after is -

How did you get this information?  I understand certain things about scripts like how they are structured and I am slowly learning the proper syntax for writing them but is there a script I can use to record the packets being sent to the server in order to obtain things like skill/item/npc ids or links like below?

Register and/or login to see this content.

 

  • Like 1
Link to comment
Share on other sites

  • Toggle Staff
10 hours ago, Jdub said:

Thank you for this, I will test/share.

What I am really after is -

How did you get this information?  I understand certain things about scripts like how they are structured and I am slowly learning the proper syntax for writing them but is there a script I can use to record the packets being sent to the server in order to obtain things like skill/item/npc ids or links like below?

Register and/or login to see this content.

 

I got it from the back end of the server 😶

I know you can record bypasses with paid Adrenaline. Also, L2net has a "packet tool" where you can see all outgoing and incoming packets - I used to just grab the packet, convert HEX to letters and that's the bypass 🙂

Very likely that there are other (easier?) ways to obtain it, I was just used to my way and didn't look for other options.

Link to comment
Share on other sites

  • Toggle Staff
On 5/13/2020 at 6:02 PM, Scrapyard said:

I know you're going to post a buff script for Adrenalin at some point.

I'd like to be able to choose from a custom buff scheme for me and a separate one possibly for a pet. 

Alright.

Meanwhile here's a bypass to buff pet with default warrior scheme 🙂

Register and/or login to see this content.

 

Link to comment
Share on other sites

Having a tough time trying to use adrenaline to return the same result that you have posted. Due to the menu being made of buttons adrenaline is returning the values supplied by the function.  

This is what I get when

Engine.BypassToServer('_bbshome');  //Main
Engine.BypassToServer('12');  //Buffs Tab
Engine.BypassToServer('18');  //Warrior selection

Engine.BypassToServer('16');  // Buff me

 

what to place in *********** when a script is performing this function instead of adrenaline eludes me.

Send.ReqBypassToServer("************");

 

Edited by Jdub
Link to comment
Share on other sites

2 hours ago, Scrapyard said:

I know you're going to post a buff script for Adrenalin at some point.

I'd like to be able to choose from a custom buff scheme for me and a separate one possibly for a pet. 

You can use adrenaline itself setup alt+B buffs without a script.

 

Register and/or login to see this content.

Link to comment
Share on other sites

  • Toggle Staff
11 hours ago, Jdub said:

Send.ReqBypassToServer("************");

Have you tried?

Register and/or login to see this content.

 

11 hours ago, Jdub said:

You can use adrenaline itself setup alt+B buffs without a script.

Ah yes, paid adrenaline is (was?) a rare sight, I just assumed you don't have it. My bad.
Yes you can record bypasses with adrenaline.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...