I love this script! its going to be a huge hit with luck suits being built right now.
I tried to run this script right out of the box, I started to have some issues with I can not reach that spot like some ppl did earlier in the thread, I also sat there and watched the script run for a about an hour, I also backwards engineered it so I knew exactly what you were thinking... its a very well thought out and written script....
I figured out why I was getting the "you can not reach that spot" message my character was moving to far North when you get to the last set of your way points you want him to go all the way back to the begging, and sometimes my character was to far to recognize where the location was, so I added more way points... actually I just took your current way points and made my character walk them backwards so on his way back he would pick up chaga's on his way back to way point 1.
;--------------------------------------------------------------
;--------------------------------------------------------------
; This rail is ONLY for the Tomb of the Kings. I'm using this for test
; purposes. Later, I'll add in the rail for the Fel champ area(s).
sub SetupShroomLoopValues
gosub AddShroomloopvalue 36 80 0
gosub AddShroomloopvalue 37 74 0
gosub AddShroomloopvalue 37 71 0
gosub AddShroomloopvalue 38 72 0
gosub AddShroomloopvalue 36 60 0
gosub AddShroomloopvalue 36 56 0
gosub AddShroomloopvalue 36 57 0
gosub AddShroomloopvalue 36 59 0
gosub AddShroomloopvalue 36 52 0
gosub AddShroomloopvalue 36 40 0
gosub AddShroomloopvalue 36 52 0
gosub AddShroomloopvalue 36 59 0
gosub AddShroomloopvalue 36 57 0
gosub AddShroomloopvalue 36 56 0
gosub AddShroomloopvalue 36 60 0
gosub AddShroomloopvalue 36 72 0
gosub AddShroomloopvalue 36 71 0
gosub AddShroomloopvalue 36 74 0
Return
;--------------------------------------------------------------
I aslo added this into the code
Click 400 322 MC N
Right Before the Pathfind code... this will force your Mouse over your character without clicking him.... you might have to change the x and y screen cords depending on your setup....