Jump to content

Recommended Posts

Posted (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 by Zake
Posted (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 by Harpoon
Posted

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

Posted
  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? 

Posted
  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)

Posted
  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 locked this topic
Guest
This topic is now closed to further replies.


×
×
  • 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