智辉网络

智辉网络

问一些LR的常用宏~

admin
问一些LR的常用宏~-第1张-游戏资讯-智辉网络

召回宝宝用驱散

/script PetFollow();

/script CastSpellByName(“驱散射击”)

假死/冰冻

/script ClearTarget()

/script PetFollow()

/script if(UnitAffectingCombat(“player”)==1)thenCastSpellByName(“假死”)elseCastSpellByName(“冰冻陷阱(等级3)”);end

/script TargetLastEnemy()

开饰品瞄准射击

/script UseInventoryItem(13); 补充一下.13是饰品位置.14也是

/script SpellStopCasting();

/施放 急速射击

/script SpellStopCasting;

/施放 瞄准射击(等级6)

标记/照明

/script if(UnitIsEnemy(“player”,“target”))thenCastSpellByName(“猎人印记”)elseCastSpellByName(“照明弹”);end;

标签 问一些lr的常用宏