Jump to content

Recommended Posts

Posted (edited)

Hello, today I want present to you: Rank PvP System

 

COMPATIBILITY

  • L2J-Server

DESCRIPTION

1. PvP System:

  • Added new method for PvP counting. It's secured by time limiter, and basic protections like same IP, clan etc. If time protecion is working then legall kills not rising. If killer kill victim and time is OK, so then I call it "Legal Kill", if killer kill victim again, PvP counter rise but not Legal Kill (Time Protection sorks). All informations are stored in DB. This "Time Protection" should reduce farming. (More: if we set min pvp lvl on 76+ so then it will be hard to farm on bots. Protection should reduce farm on low rate servers. If we set max player kills on: 1, it lock Legal Kills counter after 1 kill, it's mean killer can kill victim only once in game, option can be useful on servers with big online).
  • System works in every place, but is possible to deactivate it in specific areas like: PEACEFUL ZONE.

2. Rank System:

  • Based on PvP System, it's mean, killer can earn exp for kill player, then he rise his rank too if earn 100%. (exp is based on current Rank Points [RP]).
  • Default 42 ranks.
  • Reward for rise up the Rank can be awarded for each level of Rank Points. (List of rewards and minimum rank points for obtain reward in database).
  • Included images for ranks and exp bar (loaded from server side).

3. Reward System:

  • There is 2 reward types: for Legal Kill player, and for Legal Kill player with Rank.
  • Each kill gives special currency called RPC, the RPC can be exchanged for items.
  • Based on PvP System, killer can be rewarded for Legal Kill or not.
  • Standard PvP Rewards, Rank Level Rewards and Rank PvP Rewards are configurable and can be on/off in config.

4. Death Manager:

  • Is allowed to enable Death Manager, it's mean additional buttons in Death PvP Status Window showing details of killer like (CP, HP, MP, equipment (enchant) only for kill moment).

5. War Counter:

  • Count kills if target is in War Clan. Legal kills rules are used.

6. Combo Kill System:

  • Shout messages (local/global) about the killer who doing a combo, all these messages are configurable.
  • Combo system allows multiply Rank Points by special ratio defined in configuration file.

 

7. Configurability:

  • There is over 60 options. Possible is enable/disable system components like: Rewarding system, war counter, combo system, death manager and more.
  • Each Rank, Protections, Times, Messages can be edited by You without programming knowledge.

 

LAST UPDATE

 

v3.8.9 [09.03.2014]:
  + Added PvP Exp and PvP Exp lose options (rank level rewards are protected).
  + Added Rank Skill Reward, it is game skill added for character when he rise the Rank. Definition in rank_pvp_system_rank_skill table.
  + Now RPS Ranks base on Pvp Exp, Total Rank Points are used for information only. 
     PvP Exp = TRP, it is mean all RP are converted to Pvp Exp (Pvp Exp can decrease if enabled).
  + Added new options into configuration file.
  + Added RPC cut off option (new anti-farm protection).
  + Added/Reworked Alt+T option for count the Kills or Legal Kills.
  + Reworked SQL tables. 
     Changed name of rank_pvp_system for rank_pvp_system_pvp and added rank_pvp_system_summary table.
     Moved war fields from rank_pvp_system into summary table.
     Now only one table for Top Lists: rank_pvp_system_top, with new field****: table_id.
     Removed PRIMARY KEY from rank_pvp_system_top_table.
  + Reworked/Optimized core classes.
  + Renamed some classes.
  + Reworked/Optimized rank rewards table.
  + Fixed Rank Level Rewards.
  + Fixed RankPvpSystemEnabled option. Turn off RPS totally if FALSE.

 

MOVIE

DOWNLOAD

 

 

HOW TO CLEAR THE L2-CLIENT IMAGE-CACHE

  • Create .bat file and place it in Linage II folder.
  • Paste this code: del .\SysTextures\Crest.utx
  • Done. We removed all RPS images from L2-Client cache.
  • Or You can remove the Crest.utx file from SysTextures folder manualy.
Edited by << Masterio >>
  • Like 1
  • Thanks 1
  • Upvote 7
Posted

nice but i get warning at

 

if(activeChar.isInsideZone(Byte.parseByte(CustomConfig.CUSTOM_PVP_DEATH_MANAGER_RESTRICTED_ZONES_IDS.get(i)))){

 

 

( The method isInsideZone(ZoneId) in the type L2Character is not applicable for the arguments (byte) )

Posted

its mean the argument must be other type than Byte, try parse to Integer, or check the method parameter type.

Try for Integer:

 

if(activeChar.isInsideZone(Byte.parseByte(CustomConfig.CUSTOM_PVP_RESTRICTED_ZONES_IDS.get(i)))){

 

change for:

 

if(activeChar.isInsideZone(Integer.parseInteger(CustomConfig.CUSTOM_PVP_RESTRICTED_ZONES_IDS.get(i)))){

 

All zones in latest revision l2j are Byte type.

Posted

its mean the argument must be other type than Byte, try parse to Integer, or check the method parameter type.

Try for Integer:

 

if(activeChar.isInsideZone(Byte.parseByte(CustomConfig.CUSTOM_PVP_RESTRICTED_ZONES_IDS.get(i)))){

 

change for:

 

if(activeChar.isInsideZone(Integer.parseInteger(CustomConfig.CUSTOM_PVP_RESTRICTED_ZONES_IDS.get(i)))){

 

All that codes are inside CustomPvpSystem class.

Lines 529 and 545.

 

All zones in latest revision l2j are Byte type.

Posted

nice but i get warning at

 

if(activeChar.isInsideZone(Byte.parseByte(CustomConfig.CUSTOM_PVP_DEATH_MANAGER_RESTRICTED_ZONES_IDS.get(i)))){

 

 

( The method isInsideZone(ZoneId) in the type L2Character is not applicable for the arguments (byte) )

 

public static FastList<String> CUSTOM_PVP_RESTRICTED_ZONES_IDS = new FastList<String>();

 

why are you waiting for a byte or integer return on a string variable? but since parsing string is not allowed in java parseinteger should have been working. otherwise you need a well coded regex to parse that var

 

or this might work:

 

 

 String splitter="[,]";
    String [] custompvprestr = CUSTOM_PVP_RESTRICTED_ZONES_IDS.split(splitter);

Posted

maybe you not imported correctly diff patch.

 

I checked all the diff but still does not work, I am using stable version hi5.Puedes check if it works in this version.thanks!

Posted

i used latest l2jServer for hi5, so its works :D try update svn to 1.7.7 version.

 

Problem classs customconfig                     

 

line config.java

 

 

+

+ CustomConfig.load();

 

Guest
This topic is now closed to further replies.



  • Posts

    • 新品上线! 提供高级订阅账号,支持热门AI服务:Gemini Pro 和 Perplexity AI。 ➡ Gemini Pro 订阅 + 2TB 谷歌云存储(绑定您的 Google 账号,有效期1年)| 需要访问您的 Google 账号 | 价格:6美元起 ➡ Perplexity AI Pro 订阅(绑定您的账号,有效期1年)| 需要访问您的账号 | 价格:6美元起 欢迎通过我们的网站或 Telegram 机器人购买! 有效链接: 数字商品商店(网站):前往 商店 Telegram 机器人:前往 其他服务: 购买 Telegram Stars 的机器人:前往 SMM 面板:前往 – 推广您的社交媒体账号。 以下是我们平台最新的促销与特别优惠列表: 1. 促销码 OCTOBER2025(8% 折扣),适用于十月期间在我们的网站或机器人中购物!首次购买可使用促销码 SOCNET(15% 折扣)。 2. 获取1美元余额或10–20%折扣 —— 注册后在我们网站的论坛帖子中留言,格式为:"SEND ME BONUS, MY USERNAME IS..."。 3. 首次试用 SMM 面板即可获得1美元奖励 —— 只需在我们网站(支持中心)提交主题为 “Get Trial Bonus” 的工单。 4. 每周在我们的 Telegram 频道和购买 Stars 的机器人中赠送 Telegram Stars! 新闻: ➡ Telegram 频道:https://t.me/accsforyou_shop✅ ➡ WhatsApp 频道:https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t✅ ➡ Discord 服务器:https://discord.gg/y9AStFFsrh✅ 联系方式与支持: ➡ Telegram:https://t.me/socnet_support✅ ➡ WhatsApp:https://wa.me/79051904467✅ ➡ Discord:socnet_support ✅ ➡ ✉ 邮箱:solomonbog@socnet.store ✅
    • 新品上线! 提供高级订阅账号,支持热门AI服务:Gemini Pro 和 Perplexity AI。 ➡ Gemini Pro 订阅 + 2TB 谷歌云存储(绑定您的 Google 账号,有效期1年)| 需要访问您的 Google 账号 | 价格:6美元起 ➡ Perplexity AI Pro 订阅(绑定您的账号,有效期1年)| 需要访问您的账号 | 价格:6美元起 欢迎通过我们的网站或 Telegram 机器人购买! 有效链接: 数字商品商店(网站):前往 商店 Telegram 机器人:前往 其他服务: 购买 Telegram Stars 的机器人:前往 SMM 面板:前往 – 推广您的社交媒体账号。 以下是我们平台最新的促销与特别优惠列表: 1. 促销码 OCTOBER2025(8% 折扣),适用于十月期间在我们的网站或机器人中购物!首次购买可使用促销码 SOCNET(15% 折扣)。 2. 获取1美元余额或10–20%折扣 —— 注册后在我们网站的论坛帖子中留言,格式为:"SEND ME BONUS, MY USERNAME IS..."。 3. 首次试用 SMM 面板即可获得1美元奖励 —— 只需在我们网站(支持中心)提交主题为 “Get Trial Bonus” 的工单。 4. 每周在我们的 Telegram 频道和购买 Stars 的机器人中赠送 Telegram Stars! 新闻: ➡ Telegram 频道:https://t.me/accsforyou_shop✅ ➡ WhatsApp 频道:https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t✅ ➡ Discord 服务器:https://discord.gg/y9AStFFsrh✅ 联系方式与支持: ➡ Telegram:https://t.me/socnet_support✅ ➡ WhatsApp:https://wa.me/79051904467✅ ➡ Discord:socnet_support ✅ ➡ ✉ 邮箱:solomonbog@socnet.store ✅
    • New Products! Accounts with premium subscriptions for popular AI services Gemini Pro and Perplexity AI. ➡ Gemini Pro Subscription + 2TB Google Storage on your Google Account for 1 YEAR | Requires access to your Google account | Price from: $6 ➡ Perplexity AI Pro Subscription ON YOUR ACCOUNT for 1 YEAR | Requires access to your account | Price from: $6 Shop in our online store or through our Telegram bot! Active Links: Digital goods store (Website): Go Store Telegram bot: Go Other services: Telegram bot for purchasing Telegram Stars: Go SMM Panel: Go – promote your social media accounts. We would like to present you with the current list of promotions and special offers for purchasing products and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website or Bot) in October! You can also use the first-time promo code SOCNET (15% discount). 2. Get $1 credited to your store balance or a 10–20% discount — just post your username after registration on our website in the following format: "SEND ME BONUS, MY USERNAME IS..." – post it in our forum thread! 3. Get $1 for your first SMM Panel trial — just open a support ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our Telegram bot for Star purchases! News: ➡ Telegram channel: https://t.me/accsforyou_shop✅ ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t✅ ➡ Discord server: https://discord.gg/y9AStFFsrh✅ Contacts and Support: ➡ Telegram: https://t.me/socnet_support✅ ➡ WhatsApp: https://wa.me/79051904467✅ ➡ Discord: socnet_support ✅ ➡ ✉ Email: solomonbog@socnet.store ✅
    • New Products! Accounts with premium subscriptions for popular AI services Gemini Pro and Perplexity AI. ➡ Gemini Pro Subscription + 2TB Google Storage on your Google Account for 1 YEAR | Requires access to your Google account | Price from: $6 ➡ Perplexity AI Pro Subscription ON YOUR ACCOUNT for 1 YEAR | Requires access to your account | Price from: $6 Shop in our online store or through our Telegram bot! Active Links: Digital goods store (Website): Go Store Telegram bot: Go Other services: Telegram bot for purchasing Telegram Stars: Go SMM Panel: Go – promote your social media accounts. We would like to present you with the current list of promotions and special offers for purchasing products and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website or Bot) in October! You can also use the first-time promo code SOCNET (15% discount). 2. Get $1 credited to your store balance or a 10–20% discount — just post your username after registration on our website in the following format: "SEND ME BONUS, MY USERNAME IS..." – post it in our forum thread! 3. Get $1 for your first SMM Panel trial — just open a support ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our Telegram bot for Star purchases! News: ➡ Telegram channel: https://t.me/accsforyou_shop✅ ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t✅ ➡ Discord server: https://discord.gg/y9AStFFsrh✅ Contacts and Support: ➡ Telegram: https://t.me/socnet_support✅ ➡ WhatsApp: https://wa.me/79051904467✅ ➡ Discord: socnet_support ✅ ➡ ✉ Email: solomonbog@socnet.store ✅
    • you can expose him here 🙂 let everyone see what kind of person he is and exactly what he is selling.  
  • Topics

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