找回密码
 立即注册

QQ登录

只需一步,快速开始

Close
查看: 296|回复: 1

[L2JAcis] acis-传送特效绑定扩展

[复制链接]
  • 打卡等级:殷海萨
  • 打卡总天数:765
  • 打卡月天数:17
  • 打卡总奖励:5193
发表于 2024-1-7 14:10:14 | 显示全部楼层 |阅读模式
作者:Henrique S 、
WallisTeer

功能简介:

玩家点击传送后会有一个特效,默认天堂2 暗影魔杖 技能特效
  1. --- /config/custom/L2_jMega.ini (revision 370)
  2. +++ /config/custom/L2_jMega.ini (working copy)

  3. #=============================================================
  4. #                Anuncio de Drop dos bosses
  5. #=============================================================
  6. # Padrão: false
  7. AnnounceDropItem = true

  8. +#=============================================================
  9. +#             Teleporte GK com efeito Mágico
  10. +#=============================================================
  11. +# Padrão: false
  12. +TeleportEffect = true


  13. --- java/com/l2jmega/Config.java    (revision 370)
  14. +++ java/com.l2jmega/Config.java    (working copy)

  15.     public static boolean ANNOUNCE_DROP_ITEM;
  16. +   public static boolean Teleport_Effect;
  17.     public static boolean BLOCK_SELL_ITEMS_ADENA;
  18.     public static boolean GM_VIEW_PL_ON;
  19.     public static String NAME_TVT;

  20. +        Teleport_Effect = Boolean.parseBoolean(l2jmega.getProperty("TeleportEffect", "false"));
  21.         ANNOUNCE_DROP_ITEM = Boolean.parseBoolean(l2jmega.getProperty("AnnounceDropItem", "false"));
  22.         BLOCK_SELL_ITEMS_ADENA  = Boolean.parseBoolean(l2jmega.getProperty("DisablePriceAdenaItems", "False"));

  23. --- java/com/l2jmega/gameserver/model/actor/instance/Gatekeeper.java    (revision 370)
  24. +++ java/com/l2jmega/gameserver/model/actor/instance/Gatekeeper.java    (working copy)

  25. import com.l2jmega.gameserver.model.zone.ZoneId;
  26. import com.l2jmega.gameserver.network.SystemMessageId;
  27. import com.l2jmega.gameserver.network.serverpackets.ActionFailed;
  28. +import com.l2jmega.gameserver.network.serverpackets.MagicSkillUse;

  29.                 if (player.destroyItemByItemId("Teleport ", (list.isNoble()) ? 6651 : 57, price, this, true))
  30.                     player.teleToLocation(list, 100);
  31.                
  32. +                 if (Config.Teleport_Effect)
  33. +                 {
  34. +                     player.broadcastPacket(new MagicSkillUse(player, player, 2036, 1, 0, 0));
  35. +                   }
  36.                
  37.                 player.sendPacket(ActionFailed.STATIC_PACKET);
  38.             }
  39.         }
复制代码
下载地址
http://www.17danji.cn/jbkz/493.html

VIP下载直链


回复

使用道具 举报

  • 打卡等级:尐伊娃
  • 打卡总天数:200
  • 打卡月天数:11
  • 打卡总奖励:1623
发表于 2024-1-7 21:05:06 | 显示全部楼层
acis-传送特效绑定扩展acis-传送特效绑定扩展
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表