⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 party.cs

📁 EBot source for the popular MMORPG World of Warcraft
💻 CS
字号:
namespace WoWBot
{
    using System;
    using WoWBot.My;

    public class Party
    {
        public static int InCombat = 0;
        public static int LeaderGUID = 0;
        public static int LeaderTargetGUID = 0;

        public static object FindLeaderGUID()
        {
            Clavier.SendTextToWoWChat("/target " + MyProject.Forms.UniverselSettings.PartyLeaderName.Text);
            func.oldWait(0x5dc);
            LeaderGUID = Main.wow.ReadInt((uint) Offsets.PlayerTargetGUID);
            return LeaderGUID;
        }
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -