Unknown2007-02-19 20:01:00
What would be some good herb prices to sell?
Reiha2007-02-19 20:06:45
I dunno, but free to family members that want to kill you would be nice.
Unknown2007-02-19 20:11:26
QUOTE(Reiha @ Feb 19 2007, 02:06 PM) 384711
I dunno, but free to family members that want to kill you would be nice.
.....
Diamondais2007-02-19 20:40:57
QUOTE(Reiha @ Feb 19 2007, 03:06 PM) 384711
I dunno, but free to family members that want to kill you would be nice.
No no. I was married to him and paid 5gp. So you have to pay too.
Wait till Iasmos' gets his ad back up, he's got okay prices and you can work with what you want.
Karell2007-02-19 21:49:23
I use his ad as a reference for my herb prices. Or intend to, once I have high enough herblore. Seems like people only need the herbs I can't harvest yet.
Zacc2007-02-24 02:22:01
I use the ad prices usually.. Lowest ad price - Xgp= my price
Gandal2007-02-26 00:01:33
I (Keldor) sold them for 5 per, but my attempted herb harvesting system is dead after trying to fix it, sooooo...I don't know.
Unknown2007-02-26 03:37:09
You sell every herb at five gold each? Can I buy all your sparkleberry, earwort, and merbloom?
Gandal2007-02-26 04:15:20
I'm not trans or even close to it, though. Something like Virtuoso, I think. But my harvesting system is so screwed up that either I get a good, concrete system from someone or I just do simple aliases.
Anisu2007-02-26 22:38:37
QUOTE(Gandal @ Feb 26 2007, 05:15 AM) 386113
I'm not trans or even close to it, though. Something like Virtuoso, I think. But my harvesting system is so screwed up that either I get a good, concrete system from someone or I just do simple aliases.
date shows info on herbs in season, hibernation, after hibernation and before hibernation (made by ekard and added earwort to it)
harv
abortherb interrupts this harvesting
this works fine for me, not as automated as others but it makes it easier.
CODE
#CLASS {check_herbs}
#ALIAS check_herbs {
  #var inseason ""
  #var before ""
  #var hiber ""
  #var after ""
  #if (@currentmonth="Estar") {
    #additem inseason Sparkleberry
    #additem before Kafe
    #additem hiber Flax
    #additem hiber Merbloom
    #additem hiber Myrtle
    #additem hiber Weed
    #additem after Chervil
    #additem after Yarrow
    }
  #if (@currentmonth="Urlachmar") {
    #additem inseason Sargassum
    #additem inseason Reishi
    #additem before Colewort
    #additem hiber Kafe
    #additem after Flax
    #additem after Merbloom
    #additem after Myrtle
    #additem after Weed
    }
  #if (@currentmonth="Kiani") {
    #additem inseason Arnica
    #additem inseason Pennyroyal
    #additem hiber Colewort
    #additem before Calamus
    #additem before Juniper
    #additem before Kombu
    #additem before Sage
    #additem after Kafe
    }
  #if (@currentmonth="Dioni") {
    #additem inseason Coltsfoot
    #additem inseason Faeleaf
    #additem hiber Calamus
    #additem hiber Juniper
    #additem hiber Kombu
    #additem hiber Sage
    #additem before Horehound
    #additem before Wormwood
    #additem after Colewort
    }
  #if (@currentmonth="Vestian") {
    #additem inseason Marjoram
    #additem inseason Galingale
    #additem inseason Rosehips
    #additem hiber Horehound
    #additem hiber Wormwood
    #additem before Mistletoe
    #additem after Calamus
    #additem after Juniper
    #additem after Kombu
    #additem after Sage
    }
  #if (@currentmonth="Avechary") {
    #additem inseason Yarrow
    #additem inseason Chervil
    #additem hiber Mistletoe
    #additem before Sparkleberry
    #additem after Horehound
    #additem after Wormwood
    }
  #if (@currentmonth="Dvarsh") {
    #additem inseason Weed
    #additem inseason Myrtle
    #additem inseason Merlbloom
    #additem inseason Flax
    #additem hiber Sparkleberry
    #additem before Reishi
    #additem before Sargassum
    #additem after Mistletoe
    }
  #if (@currentmonth="Tzarin") {
    #additem inseason Kafe
    #additem hiber Reishi
    #additem hiber Sargassum
    #additem before Arnica
    #additem before Pennyroyal
    #additem after Sparkleberry
    }
  #if (@currentmonth="Klangiary") {
    #additem inseason Colewort
    #additem hiber Arnica
    #additem hiber Pennyroyal
    #additem before Coltsfoot
    #additem before Faeleaf
    #additem after Reishi
    #additem after Sargassum
    }
  #if (@currentmonth="Juliary") {
    #additem inseason Juniper
    #additem inseason Kombu
    #additem inseason Sage
    #additem inseason Calamus
    #additem hiber Coltsfoot
    #additem hiber Faeleaf
    #additem before Galingale
    #additem before Marjoram
    #additem before Rosehips
    #additem after Arnica
    #additem after Pennyroyal
    }
  #if (@currentmonth="Shanthin") {
    #additem inseason Horehound
    #additem inseason Wormwood
    #additem hiber Galingale
    #additem hiber Marjoram
    #additem hiber Rosehips
    #additem before Chervil
    #additem before Yarrow
    #additem after Coltsfoot
    #additem after Faeleaf
    }
  #if (@currentmonth="Roarkian") {
    #additem inseason mistletoe
    #additem hiber Chervil
    #additem hiber Yarrow
    #additem before Flax
    #additem before Merbloom
    #additem before Myrtle
    #additem before Weed
    #additem after Galingale
    #additem after Marjoram
    #additem after Rosehips
    }
  }
#ALIAS harv {
  @harvherb = %1
  @toharv = %2
  #say going to harvest %2 %1
  harvest %1
  #math toharv (@toharv - 1)
  #T+ herbalism
  }
#VAR currentmonth {Dioni} {}
#VAR inseason {Coltsfoot|Faeleaf} {}
#VAR hiber {Calamus|Juniper|Kombu|Sage} {}
#VAR before {Horehound|Wormwood} {}
#VAR after {Colewort} {}
#TRIGGER {^Today is the (*) of (*), (*) years after the Coming of Estarra.} {
  #var currentmonth %2
  check_herbs
  }
#TRIGGER {^In your world it is (*), the (*), in the year (*).$} {
  #echo %ansi( 2)The following herbs are inseason: @inseason
  #echo %ansi( 14)The following herbs are one month before hibernation: @before %ansi( 4)- leave 10 herbs in spot!
  #echo %ansi( 3)The following herbs are after hibernation: @after %ansi( 4)- go and replant them!!!
  #echo %ansi( 4)The following herbs are in hibernation: @hiber
  }
#CLASS 0
#CLASS {check_herbs|herbalism}
#ALIAS abortherb {
  #T- herbalism
  inr all herb
  inr all spices
  }
#TRIGGER {you have recovered *} {
  #if (@toharv> 0) {
    harvest @harvherb
    #math toharv (@toharv-1)
    #say still have to harvest @toharv @harvherb
    } {
    inr all herb
    inr all spices
    #T- herbalism
    }
  }
#CLASS 0
#ALIAS check_herbs {
  #var inseason ""
  #var before ""
  #var hiber ""
  #var after ""
  #if (@currentmonth="Estar") {
    #additem inseason Sparkleberry
    #additem before Kafe
    #additem hiber Flax
    #additem hiber Merbloom
    #additem hiber Myrtle
    #additem hiber Weed
    #additem after Chervil
    #additem after Yarrow
    }
  #if (@currentmonth="Urlachmar") {
    #additem inseason Sargassum
    #additem inseason Reishi
    #additem before Colewort
    #additem hiber Kafe
    #additem after Flax
    #additem after Merbloom
    #additem after Myrtle
    #additem after Weed
    }
  #if (@currentmonth="Kiani") {
    #additem inseason Arnica
    #additem inseason Pennyroyal
    #additem hiber Colewort
    #additem before Calamus
    #additem before Juniper
    #additem before Kombu
    #additem before Sage
    #additem after Kafe
    }
  #if (@currentmonth="Dioni") {
    #additem inseason Coltsfoot
    #additem inseason Faeleaf
    #additem hiber Calamus
    #additem hiber Juniper
    #additem hiber Kombu
    #additem hiber Sage
    #additem before Horehound
    #additem before Wormwood
    #additem after Colewort
    }
  #if (@currentmonth="Vestian") {
    #additem inseason Marjoram
    #additem inseason Galingale
    #additem inseason Rosehips
    #additem hiber Horehound
    #additem hiber Wormwood
    #additem before Mistletoe
    #additem after Calamus
    #additem after Juniper
    #additem after Kombu
    #additem after Sage
    }
  #if (@currentmonth="Avechary") {
    #additem inseason Yarrow
    #additem inseason Chervil
    #additem hiber Mistletoe
    #additem before Sparkleberry
    #additem after Horehound
    #additem after Wormwood
    }
  #if (@currentmonth="Dvarsh") {
    #additem inseason Weed
    #additem inseason Myrtle
    #additem inseason Merlbloom
    #additem inseason Flax
    #additem hiber Sparkleberry
    #additem before Reishi
    #additem before Sargassum
    #additem after Mistletoe
    }
  #if (@currentmonth="Tzarin") {
    #additem inseason Kafe
    #additem hiber Reishi
    #additem hiber Sargassum
    #additem before Arnica
    #additem before Pennyroyal
    #additem after Sparkleberry
    }
  #if (@currentmonth="Klangiary") {
    #additem inseason Colewort
    #additem hiber Arnica
    #additem hiber Pennyroyal
    #additem before Coltsfoot
    #additem before Faeleaf
    #additem after Reishi
    #additem after Sargassum
    }
  #if (@currentmonth="Juliary") {
    #additem inseason Juniper
    #additem inseason Kombu
    #additem inseason Sage
    #additem inseason Calamus
    #additem hiber Coltsfoot
    #additem hiber Faeleaf
    #additem before Galingale
    #additem before Marjoram
    #additem before Rosehips
    #additem after Arnica
    #additem after Pennyroyal
    }
  #if (@currentmonth="Shanthin") {
    #additem inseason Horehound
    #additem inseason Wormwood
    #additem hiber Galingale
    #additem hiber Marjoram
    #additem hiber Rosehips
    #additem before Chervil
    #additem before Yarrow
    #additem after Coltsfoot
    #additem after Faeleaf
    }
  #if (@currentmonth="Roarkian") {
    #additem inseason mistletoe
    #additem hiber Chervil
    #additem hiber Yarrow
    #additem before Flax
    #additem before Merbloom
    #additem before Myrtle
    #additem before Weed
    #additem after Galingale
    #additem after Marjoram
    #additem after Rosehips
    }
  }
#ALIAS harv {
  @harvherb = %1
  @toharv = %2
  #say going to harvest %2 %1
  harvest %1
  #math toharv (@toharv - 1)
  #T+ herbalism
  }
#VAR currentmonth {Dioni} {}
#VAR inseason {Coltsfoot|Faeleaf} {}
#VAR hiber {Calamus|Juniper|Kombu|Sage} {}
#VAR before {Horehound|Wormwood} {}
#VAR after {Colewort} {}
#TRIGGER {^Today is the (*) of (*), (*) years after the Coming of Estarra.} {
  #var currentmonth %2
  check_herbs
  }
#TRIGGER {^In your world it is (*), the (*), in the year (*).$} {
  #echo %ansi( 2)The following herbs are inseason: @inseason
  #echo %ansi( 14)The following herbs are one month before hibernation: @before %ansi( 4)- leave 10 herbs in spot!
  #echo %ansi( 3)The following herbs are after hibernation: @after %ansi( 4)- go and replant them!!!
  #echo %ansi( 4)The following herbs are in hibernation: @hiber
  }
#CLASS 0
#CLASS {check_herbs|herbalism}
#ALIAS abortherb {
  #T- herbalism
  inr all herb
  inr all spices
  }
#TRIGGER {you have recovered *} {
  #if (@toharv> 0) {
    harvest @harvherb
    #math toharv (@toharv-1)
    #say still have to harvest @toharv @harvherb
    } {
    inr all herb
    inr all spices
    #T- herbalism
    }
  }
#CLASS 0
Gandal2007-02-28 00:27:34
Forgot to say the most important part.
I use Nexus.
I use Nexus.
Tervic2007-02-28 05:21:20
If anyone's interested, I've translated Anisu's harvest script into MUSH language with a VBS script component.
Niara2007-03-01 13:58:43
As mentioned check the different ads for prices or check my manse shop, Forest. I think my prices are quite decent...at least people still buy my herbs. Just earwort is missing which I sell for 15 gold each.
Unknown2007-03-27 00:47:24
Iasmos usually has ad 99... i always refer to that... if you're still wondering that is. I'm making a killing off of selling herbs that I can get with just adept... just gotta harvest a crapload, which I can do thanks to Tervic