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!

用脚本一出田园就掉线(´;ω;`)

migillu

New Member
Joined
Dec 3, 2016
Messages
3
<!-- Cuprite or Light Kidney Ore -->
<If Condition="(&Cuprite; or &LightKidneyOre;) and (IsTimeBetween(1,2) or IsTimeBetween(13,14))">
<ExLog Color="&Color;" Name="GatherManager &Version;" Message="[MIN] Cuprite or Light Kidney Ore"/>
<TeleportTo Force="True" Name="Idyllshire" AetheryteId="75"/>
<RunCode Name="MIN"/>
<If Condition="&Use_Aetheryte_Idyllshire;">
<ExMoveTo XYZ="71.70625, 209, -18.7505455" Distance="10"/>
<WaitTimer WaitTime="6" />
<RunCode Name="useAethernetEastSide"/>
</If>
<WaitTimer WaitTime="6" />
<If Condition="&Use_Aetheryte_Idyllshire; == 0">
<ExMoveTo XYZ="145.0915, 207, 115.9509" Distance="1"/>
<WaitTimer WaitTime="6" />
<RunCode Name="MoveForward"/>
</If>
<ExMoveTo XYZ="-216, 103, -584" Distance="2"/>
<WaitTimer WaitTime="6" />
<ExFlyTo XYZ="585.7131, 229.4594, 393.8523" RandomFinalSpot="True"/>
<WaitWhile Condition="Condition.IsTimeBetween(1,2.1) or Condition.IsTimeBetween(13,14.1)"/>

从田园飞龙低的段落如上,我尝试加了几个waittime命令,然并卵,进龙低都掉线。
不管传送去龙低还是走去龙低只要切换地图一定掉线……
有没有大佬能帮忙啊(´;ω;`)不能挖龙低的矿好痛苦
 
Back
Top