Buffer Service for L2J
Requires CustomNpcData=True in general.properties. Requires l2j-server-game update for config/bufferservice.properties. Default npc in data/stats/npcs/custom/custom_bufferservice.xml (id 60001). Take 'Divine Inspiration' into consideration when calculating max buffs per unique bufflist. Suggested by @JMD
Showing
- src/main/java/com/l2jserver/datapack/custom/service/base/CustomServiceScript.java 214 additions, 0 deletions...ver/datapack/custom/service/base/CustomServiceScript.java
- src/main/java/com/l2jserver/datapack/custom/service/base/DialogType.java 29 additions, 0 deletions...om/l2jserver/datapack/custom/service/base/DialogType.java
- src/main/java/com/l2jserver/datapack/custom/service/base/model/entity/CustomServiceProduct.java 51 additions, 0 deletions...ustom/service/base/model/entity/CustomServiceProduct.java
- src/main/java/com/l2jserver/datapack/custom/service/base/model/entity/CustomServiceServer.java 71 additions, 0 deletions...custom/service/base/model/entity/CustomServiceServer.java
- src/main/java/com/l2jserver/datapack/custom/service/base/model/entity/IRefable.java 29 additions, 0 deletions...r/datapack/custom/service/base/model/entity/IRefable.java
- src/main/java/com/l2jserver/datapack/custom/service/base/model/entity/ItemRequirement.java 72 additions, 0 deletions...ack/custom/service/base/model/entity/ItemRequirement.java
- src/main/java/com/l2jserver/datapack/custom/service/base/model/entity/Refable.java 60 additions, 0 deletions...er/datapack/custom/service/base/model/entity/Refable.java
- src/main/java/com/l2jserver/datapack/custom/service/base/util/CommandProcessor.java 55 additions, 0 deletions...r/datapack/custom/service/base/util/CommandProcessor.java
- src/main/java/com/l2jserver/datapack/custom/service/base/util/htmltmpls/HTMLTemplateFunc.java 88 additions, 0 deletions.../custom/service/base/util/htmltmpls/HTMLTemplateFunc.java
- src/main/java/com/l2jserver/datapack/custom/service/base/util/htmltmpls/HTMLTemplateParser.java 154 additions, 0 deletions...ustom/service/base/util/htmltmpls/HTMLTemplateParser.java
- src/main/java/com/l2jserver/datapack/custom/service/base/util/htmltmpls/HTMLTemplatePlaceholder.java 123 additions, 0 deletions.../service/base/util/htmltmpls/HTMLTemplatePlaceholder.java
- src/main/java/com/l2jserver/datapack/custom/service/base/util/htmltmpls/HTMLTemplateUtils.java 129 additions, 0 deletions...custom/service/base/util/htmltmpls/HTMLTemplateUtils.java
- src/main/java/com/l2jserver/datapack/custom/service/base/util/htmltmpls/funcs/ChildrenCountFunc.java 49 additions, 0 deletions.../service/base/util/htmltmpls/funcs/ChildrenCountFunc.java
- src/main/java/com/l2jserver/datapack/custom/service/base/util/htmltmpls/funcs/ExistsFunc.java 85 additions, 0 deletions.../custom/service/base/util/htmltmpls/funcs/ExistsFunc.java
- src/main/java/com/l2jserver/datapack/custom/service/base/util/htmltmpls/funcs/ForeachFunc.java 102 additions, 0 deletions...custom/service/base/util/htmltmpls/funcs/ForeachFunc.java
- src/main/java/com/l2jserver/datapack/custom/service/base/util/htmltmpls/funcs/IfChildrenFunc.java 144 additions, 0 deletions...tom/service/base/util/htmltmpls/funcs/IfChildrenFunc.java
- src/main/java/com/l2jserver/datapack/custom/service/base/util/htmltmpls/funcs/IfFunc.java 136 additions, 0 deletions...pack/custom/service/base/util/htmltmpls/funcs/IfFunc.java
- src/main/java/com/l2jserver/datapack/custom/service/base/util/htmltmpls/funcs/IncludeFunc.java 50 additions, 0 deletions...custom/service/base/util/htmltmpls/funcs/IncludeFunc.java
- src/main/java/com/l2jserver/datapack/custom/service/buffer/BufferService.java 539 additions, 0 deletions...jserver/datapack/custom/service/buffer/BufferService.java
- src/main/java/com/l2jserver/datapack/custom/service/buffer/BufferServiceBypassHandler.java 65 additions, 0 deletions...ack/custom/service/buffer/BufferServiceBypassHandler.java
Loading
Please register or sign in to comment