[DiscordArchive] Hello I'm actually seeking help with an addon f...
[DiscordArchive] Hello I'm actually seeking help with an addon f...
Archived author: Needle • Posted: 2024-12-18T22:39:08.747000+00:00
Original source
Archived author: Needle • Posted: 2024-12-18T22:39:09.613000+00:00
Original source
Thread automatically created by AVRPearn in <#415944535718494208>
Archived author: AVRPearn • Posted: 2024-12-18T22:57:00.592000+00:00
Original source
<@95628962855653376> should we move the discussion of my addon here?
Archived author: ReynoldsCahoon • Posted: 2024-12-18T22:57:25.500000+00:00
Original source
Yeah, let's do that. Not sure why I couldn't see this one.
Archived author: AVRPearn • Posted: 2024-12-18T22:58:20.844000+00:00
Original source
No worries
![[Image: image.png?ex=690c7f51&is=690b2dd1&hm=f30...0c5a5cd83&]](https://cdn.discordapp.com/attachments/1319071482185383986/1319076335771058237/image.png?ex=690c7f51&is=690b2dd1&hm=f30707963c8f2ddfaa0abd2e4b06b975e81d4016d1619b0aa319c0a0c5a5cd83&)
Archived author: AVRPearn • Posted: 2024-12-18T22:58:25.748000+00:00
Original source
in case you missed it
![[Image: image.png?ex=690c7f51&is=690b2dd1&hm=f30...0c5a5cd83&]](https://cdn.discordapp.com/attachments/1319071482185383986/1319076335771058237/image.png?ex=690c7f51&is=690b2dd1&hm=f30707963c8f2ddfaa0abd2e4b06b975e81d4016d1619b0aa319c0a0c5a5cd83&)
Archived author: AVRPearn • Posted: 2024-12-18T22:59:00.296000+00:00
Original source
I checked the addons button at the login screen and it does see the addon
Archived author: ReynoldsCahoon • Posted: 2024-12-18T23:28:00.805000+00:00
Original source
```lua
if ridingSK >= 75 then
r = seaTurtle()
if IsSwimming() then
runawayChk = 500
--PrintHelp("Is swiming", "FF00ffff")
end
--PrintHelp("pre if" .. r, "FF00ffff")
if r ~= -1 and search =="" and runawayChk == 500 then
--PrintHelp("sea turtle", "FF00ffff")
else
repeat
r = random(numCompanions)
s = TestMount(r, ridingSK, zoneText, canFly, flying, qiraji, searchMount, debug, inLocation, repeatChk, zoneChk)
runawayChk = runawayChk + 1 --No mounts found after 1000 trys so just quit otherwise it will lock up
if runawayChk > 1000 then
s = true
elseif runawayChk > 750 then
zoneChk = false
elseif runawayChk > 500 then --no acceptable mounts found in the first 500 trys so turn off can fly
canFly = false
elseif repeatChk and runawayChk > 250 then --Turn off repeatChk if no usable mounts are found within the first 250 checks
repeatChk = false
end
until s == true
end
if runawayChk > 1000 then
PrintHelp("No usable mounts found", "FFff0000")
```
I don't have the time or means to review how this works fully, but it seems terribly inefficient <:reynolLUL:428789513154723850>
Archived author: AVRPearn • Posted: 2024-12-18T23:29:03.587000+00:00
Original source
Hrm. Maybe try a different addon then
Archived author: ReynoldsCahoon • Posted: 2024-12-18T23:32:59.999000+00:00
Original source
Given this one a try? https://www.curseforge.com/wow/addons/go...les/447090
[Embed: GoGoMount]
One-key solution for mounting/dismounting, supports spells, shapeshifting
1.2M Downloads | Addons
https://www.curseforge.com/wow/addons/go...les/447090