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

[Plugin] GildaStarryStars - Blue Salt Brotherhood daily quests

Zeronexus the file you download is a zip file inside it is a folder which has files inside the folder. You need to extract that folder with the files in it to your plugins folder. Also i think 1.2.2 is newest version so you may want to get that instead of 1.2.1
You also after you get it in there need to open the file Gilda.cs in plugin editor and compile it.

As for it working all you need to do is edit the path-east.db3 or path-west.db3 files in gpseditor to goto the correct places and save it.
 
Last edited:
So I seem to be having an issue with this particular plug in all of a sudden, been using it for months with no issue what so ever, after the most recent update by Trion when I try to launch the plugin it keeps trying and failing to summon my mount despite the fact that it should be auto detecting the mount. does not matter which mount i have in my inventory, seems that it happens with all of them where it just tries to summon the mount and fails and gets stuck in a loop Anyone have any ideas?
 
Last edited:
check your cs file and see if you set it to a specific mount as apposed to using the auto choose method and if so change it and recompile or if auto is not working put your mount in the cs file so it knows what one to use and compile
Also if you have more then 1 mount maybe its trying to decide what one to use so put others in warehouse maybe but other things i said should work anyway.
 
Tried each of the things that you mentioned and still nothing, on top of that i have found that when running on the east server it doesnt like the new portal point.

Fixed the bit about the new portal point, i had set up the waypoint in the gps editor wrong.
 
Last edited:
juno not sure then. Mounting works for me fine but i only have default mount ie lilli horse so maybe thats why not sure.

My problem is i can see that the quests are available but it will not pick them up saying there already done in the log which comes from lines like
if(!StartQuest(perfumeQuest))
Log("Failed at picking perfume quest: " + GetLastError());
shows that log file line so maybe startquest is bugged now or something?
is there a timer somewhere it saves or something as i just ran it on another char that i don't normally use it on and it is running fine on him weird
 
for people who can't get it to get water in solz for raising horse you need to change id of _WELL to 3218 from 3215. Also you may need to change the raising rectangle for elk some as doesn't seem to be able to put it down any more in spot its set to use.
For some reason mine won't take quests any more either have to manually grab them was hoping OUT would respond to msg i sent him about it as the quests are there but won't take them unless i wait a couple days instead of every day.

Actually it still needs 3215 for the well as well as solz is one of them and gweon is other. ie 3215 and 3218
 
Last edited:
i think there are 5 quests a day this one does each for a gilda star lets see we have perfume quest, a gathering quest, vase quest and 2 quests to raise animals so yeah 5 :) but it doesn't take that long to do so its pretty good
 
Cheers for that answer , this might be pretty profitable :D
 
yeah it can be. i had to make a couple mods to mine in west to get it to work as some things changed since it was released ie wells and spot to grow elk and one of paths had to be fixed a bit for me at least.
 
With 2.5 update, the addon is no longer auto detecting the mount. It simply says:

Trying to summon our mount
Failed to summon or use the mount
Trying to summon our mount
Failed to summon or use the mount

My mounts haven't changed. Once summoned, the character mounts it and uses it as normal.

I know I could name the mount in the .cs file, but I use multiple characters/accounts and the mounts are not the same.

Ideas?
 
hmm not sure don't see anything in the code that would have been broken. You don't by any chance have a mount that isn't raised or something in your inventory and if you have more then one maybe put other ones in bank or something? Also if you changed the code at all make sure you redownload it to make sure its correct? I haven't tried it in a while but if/when i do I will let you know if it is actually broken here to which would mean something in api changed and we will have to get out to look at it.
 
I just tried it as well and it can't find the mount so maybe something in api changed and out will have to look into it. So you may want to ask him about it. It breaks the code i have in mining bot i modded a bit to use mount to go to afk spot.
 
Since my post, I have manually summoned the mount and noticed several other concerns.

When traveling from one point to another, the mount/rider appears to move forward a couple of steps, stop momentarily, then continue forward a couple, stop, ... ... ... Obviously, this gives the movement a "stuttering" sort of appearance which makes it obvious some sort of script/bot is being used. Also, while traveling, the rider/mount will zig-zag off the route for no apparent reason at various seemingly random points.

I don't know coding so I cannot help there, but it makes me wonder if the plugin is expecting a slower rate of travel because it was unsuccessful in summoning a mount and therefore attempts to correct the movement of the character that is mounted. A hypothesis, but it would answer the behavior of the movement.
 
yeah gps was broke for a bit but should be fixed now and working right for that part of it. not sure on the mount though. Being mounted or not has nothing to do with how it moves in gps move so no that isn't what it was :)
 
Found the problem with the summon mount find

if (item.mountLevel > 0 && item.db.useSkill.name == "Mount Summon")
and change Mount Summon to Summon Mount and recompile it and it should work.
 
Last edited:
Have a Problem since last update

ERROR: opening portal -> InvalidParam
Couldn't find 'Roadsend Post' in your teleport book, doing that trip on the mount
Starting GpsMove to 'ItemsPickup'

but i have the Ports an he use them bevor update all time !!!
Can someone help pls!

EDIT: found next problem :((

#Loading GPS routes for West Continent
Moving to Lilyut/Tigerspine to drop the vases
Trying to place the vase at (12594,54, 15373,64)
Starting GpsMove to 'VaseWind'
Trying to place the vase at (12594,54, 15373,64)
Starting GpsMove to 'VaseWind'
Trying to place the vase at (12594,54, 15373,64)
Starting GpsMove to 'VaseWind'
Trying to place the vase at (12594,54, 15373,64)
Starting GpsMove to 'VaseWind'

# Cant finde location to put the vase
 
Last edited:
for first one look in your book maybe the name has changed a bit? if so edit it in the cs file and recompile? also for the vases maybe the area got changed a bit and you may need to change where the rectangle or circle (not sure which it uses) it tries to place them is. or it could be out changed something to break it somehow?
 
Back
Top