What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

关于 [OrderBot] Ixal Daily Quests 的问题、

zhangyu525

New Member
Joined
Jan 30, 2015
Messages
23
这个脚本很好用,但是有几个问题,不知道版主大大知道吗?
就是当你的任务NPC有多个选项的时候,机器人会卡主不继续执行,需要自己点击后才能继续执行。
还有这个命令
<CodeChunk Name="WingsUnbending">
<![CDATA[
if(Core.Player.IsMounted)
{
ff14bot.Managers.Actionmanager.Dismount();
await Buddy.Coroutines.Coroutine.Sleep(1500);
}
ff14bot.Managers.ChatManager.SendChat("/say 不屈之翼");
await Buddy.Coroutines.Coroutine.Sleep(3000);
]]>
</CodeChunk>
无法打出中文,不知道怎么修改才行?请各位大大帮帮忙!
 
改成htf-8 只能说出第一个字 像这样:不* 还是不行呀
 
你在不屈之翼后面加8个空格
Code:
ff14bot.Managers.ChatManager.SendChat("/say 不屈之翼        ");
多少个汉字就加多少个*2空格
下个版本会修复这个问题
 
Last edited:
Back
Top