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

[Plugin] GildaStarryStars - Blue Salt Brotherhood daily quests

Yeah it's 5 gildas from the quest it does.

And for those who downloaded the new west path in previous post, is it working fine for you?
 
I have downloaded the West Path, to my knowledge its running smoothly. I did not sit there and monitor it but i did get my 5 gildas :)

Yeah it's 5 gildas from the quest it does.

And for those who downloaded the new west path in previous post, is it working fine for you?
 
Uploaded 1.2.1 in main post:
- New path for west since it seems to work fine
- Plugin is now able to plant vita seeds (it will trigger if you don't have any vita roots left while feeding the mount and have vita seeds in inventory). Only tested it on west side, unsure if it's possible to plant vita roots in the first stable on east side.
 
Just tryed it. Worked without any error/problem at the first time.
After using it the second time it just said
"Picking up '<Quest>'
Failed at picking vase quest: QuestAlreadyDone" for every single quest.
After i picked them manually it started walking to the motar with another error:
"Turning in 'A rare perfume'
Failed completing perfume quest: ResponseTimeout"
After also turning it in manually again everything worked like it should.

But its running in circles pretty much while following waypoints.
Dont know if thats an script issue or an ArcheBuddy pathfinding issue.

Edit: ok it didnt realy run bugfree.
Set it to Teleport from first to second mount spot. Instead it did walk there.
After arriving there it just spammed:
Trying to place the mount at * * *
and just said "Second mount raised" after it failed, going to Marionole without the Horse.
Was at the Desktop all the time btw. So after i got back from Desktop my char was just running backward on the horse all the time and for unknown reason walking trough buildings which ended in being stuck inside a building after some time.
 
Last edited:
I have this in the settings:

/*** SETTINGS START ***/
const string _MOUNT_NAME = "Blacktail Leomorph";

and it keeps selecting the Donkey.

Possible mount: Blacktail Leomorph(level: 14 ALIVE) CatID: 124 ItemID: 19516
Possible mount: Brown Donkey(level: 38 ALIVE) CatID: 92 ItemID: 24792
MOUNT SELECTED: Brown Donkey

Am i doing something wrong. How can I have it select the "Blacktail Leomorph"?
 
OlderFart are you sure you uploaded the correct one? It looks to be the same default path than in my archive (with the same issues)

The issue with picking up quests seems to be archebuddy-related, so nothing I can do about it I think. For the pathing, I think it's also AB-related when you have a mount going a bit too quickly compared to how often GPS system must be refreshing coords (and it doesn't skip points that it doesn't get exactly on top of)
And I'll double check mount raising code to see why it goes away without finishing to raise it.

For the mount selection, it looks like I might have screwed up and uncommented a line in the detection to keep it inactive while it doesn't work. Look for "mountName = item.name;" around line 419 in the DetectMountName() function and add "//" in front of it so it keeps the one from settings line (don't forget to recompile)
 
Small update since I figured how to detect mounts correctly, you can leave _MOUNT_NAME empty to autodetect it now (should help a lot if you're running this on multiple characters). Also a few improvments for mount raising (at least it won't run away anymore if something fails)
 
Hi karl, it seems to have troubles recognizing my Fleetpaw Bjorne as a mount, had it summon my horse instead even if horse was lower level, and now i stuck the horse in the warehouse and it wont summon the bear.

Edit:

think i fixed it

Code:
                if (item.mountLevel > 0 && (item.db.useSkill.name == "Mount Summon" ||item.db.useSkill.name == "Summon Bear" ))

made line 422 look like that, and it made it summon the bear, not sure with a horse in there but i think it would work still?
 
Last edited:
Thanks to both of you, will check that later and get it in the released plugin :)
 
Hi karl been exploring a bit

and made a harani and wanted to run this on the east side

noticed it wouldnt summon my mounts

used my little testthing

mount: Tabby Sabrefang Level:26 Useskil: Cat Summon
mount: Whitetail Leomorph Level:25 Useskil: Leomorph Summon
mount: Snowmane Snowlion Level:7 Useskil: Snowlion Summon

just another another || to the mount checking thing, and got it to use em.
 
Last edited:
While I try to run this plugin the Plugins editor returns an Error: path-west/est.db3 not in the plugin's folder.
I put the path-xxxxx.db3 into every possible folder but it is not working, always the same error "Error: path-west/est.db3 not in the plugin's folder."
 
While I try to run this plugin the Plugins editor returns an Error: path-west/est.db3 not in the plugin's folder.
I put the path-xxxxx.db3 into every possible folder but it is not working, always the same error "Error: path-west/est.db3 not in the plugin's folder."
You have to make sure it is spelled the same as the file it is looking for. Exactly the same.
 
I don't think I could made a mistake by copying and pasting it...
 
hey guys, is this plugin for gilda stars questing still working as of March 2015?

seems like it stopped being updated in January.

thanks!
 
Yes, still working for me. Even if the plugin is not updated since January :)
 
guys does the plug in work correctly now?on east side too?no need to twerk anything?
 
Back
Top