Harpoon Posted September 11, 2020 Posted September 11, 2020 Hi, Im looking for any tutorial or any helpful post with steps(and photos) in order to add a buffer in l2 acis (for example this buffer https://maxcheaters.com/topic/223485-npc-player-buffer-acis/) . Thnx in advance.
Zake Posted September 11, 2020 Posted September 11, 2020 (edited) What kind of guide do you need?When you get to add a patch manually, + means add the line to the code, - means remove the line. Edited September 11, 2020 by Zake
Harpoon Posted September 11, 2020 Author Posted September 11, 2020 (edited) On 9/11/2020 at 10:43 AM, Zake said: What kind of guide do you need?When you get to add a patch manually, + means add the line to the code, - means remove the line. Expand I mean if I have the code(this code for example in the link that I post), how I will add the npc in the server? I add other npc like gk etc, but I can't add buffer. I need steps like 1) add npc in xml folder 2) add html file in html folder etc. Edited September 11, 2020 by Harpoon
Zake Posted September 11, 2020 Posted September 11, 2020 Every pack stores it's npcs on a different way. In case of acis go to data/xml/npcs and see how they're implemented. If you struggle adding one, just copy paste an existing one, change the id (double ids will cause issues) and the type. In your case the type should be PlayerBuffer
Harpoon Posted September 11, 2020 Author Posted September 11, 2020 On 9/11/2020 at 11:08 AM, Zake said: Every pack stores it's npcs on a different way. In case of acis go to data/xml/npcs and see how they're implemented. If you struggle adding one, just copy paste an existing one, change the id (double ids will cause issues) and the type. In your case the type should be PlayerBuffer Expand Thnx, and about the code I will change html file or l2 bufferinstance in eclipse?
Zake Posted September 11, 2020 Posted September 11, 2020 On 9/11/2020 at 11:10 AM, Harpoon said: Thnx, and about the code I will change html file or l2 bufferinstance in eclipse? Expand Depends on what you want to do. If you're planning to change the menu/design of the npc, all you have to do is edit the htm files that you're given. If though you would like to add new "buttons" that do different stuff than the current ones, then you have to create bypasses in L2BufferInstance (or w/e it's called)
Harpoon Posted September 11, 2020 Author Posted September 11, 2020 On 9/11/2020 at 11:17 AM, Zake said: Depends on what you want to do. If you're planning to change the menu/design of the npc, all you have to do is edit the htm files that you're given. If though you would like to add new "buttons" that do different stuff than the current ones, then you have to create bypasses in L2BufferInstance (or w/e it's called) Expand Thnx I will try it later , lock it.
Zake Posted September 11, 2020 Posted September 11, 2020 On 9/11/2020 at 11:24 AM, Harpoon said: Thnx I will try it later , lock it. Expand
Recommended Posts