JoeBrewski
New Member
- Joined
- Jul 4, 2012
- Messages
- 315
- Reaction score
- 4
ROFL - I don't FTP anything, it's an Upload Files button, pretty easy.
Joe
Joe
Seems to be a bit choppy/slow. While in combat it will use 1 ability, and take awhile to use another. Causing my character to die alot due to slow ability uses.Kewl, thanks
Sorry to be a pain..Updated again - but it could also be due to a <UseObject in your script - check the status text and see if you're seeing a "Using Object" message - where it uses a QuestId AND a step and/or a Radius keyword, that may kill performance. On the back-end where that's true, it scans for objects using a framelock, and unfortunately with my Sleeps it's not framelock-friendly (but per my testing with Pure etc, does the same thing as well, so from my experience Real-World, my Sleeps aren't making any difference). ANYHOW (1) Download the latest and see if it helps, and (2) Let me know on the UseObject.
Joe
This planet's navigational data has not been fully loaded yet, please try again later. [Planet: 4611686025952170568]
Generating path to Hotspot <125.95, 29.93891, 151.6431>
Waiting for path request to finish...
Nav callback called.
This planet's navigational data has not been fully loaded yet, please try again later. [Planet: 4611686025952170568]
Sorry to be a pain..
No "using object" in console. I am constantly getting this currently notletting the bot continue:
It just keeps repeating this even with restarting both programs.
[...] Nav Server is rebooting, wait for 15-20m for it to complete).
FYI, new server loads longer, i think they said around >= 30 min
No from what i've seen it's not fully compatible with PVP.Is Buddywing supposed to work with PvP at all? I've noticed that sometimes PureSWTOR will work and sometimes it won't, and this routine never works with it.
Is Buddywing supposed to work with PvP at all? I've noticed that sometimes PureSWTOR will work and sometimes it won't, and this routine never works with it.
<If Condition="((HasQuest(0xE0003BF69E6650DB)) and (not IsStepComplete(0xE0003BF69E6650DB, 2)))">
<UserDialog Title="CryoGenesis" Message="You will have to use Veek's Modified Ion Gun during the use of the bot!!! There is an issue with UseItem" />
<!-- 10 sec cd, 10 meter range -->
<UseItem QuestId="0xE0003BF69E6650DB" Item="Veek's Modified Ion Gun" WaitTime="10" Range="10" InCombat="True" Radius="200" >
<Npcs>
<Npc>Unstable Defense Droid</Npc>
</Npcs>
<Hotspots>
<Hotspot Name="Unstable Defense Droid" X="26.24954" Y="49.86102" Z="-195.9471" />
<Hotspot Name="Unstable Defense Droid" X="23.75718" Y="49.46268" Z="-196.0322" />
<Hotspot Name="Unstable Defense Droid" X="21.97053" Y="49.37205" Z="-194.1984" />
<Hotspot Name="Unstable Defense Droid" X="20.60373" Y="49.13436" Z="-196.2677" />
</Hotspots>
</UseItem>
</If>