Search results

  1. Having trouble adding a stat scroll to vendor

    Yup Yup Thanks that worked. Thank you. Add(new GenericBuyInfo("StatCapScroll", typeof(StatCapScroll), 5000000, 20, 0x14F2, 0x481, new object[] { 550 }));
  2. Having trouble adding a stat scroll to vendor

    i'm trying to add stat scrolls to a vendor how do i set the type of stat scroll +5 +10 or in this case +50? my stat cap is 500 Add(new GenericBuyInfo("Stat Scroll +50", typeof(StatCapScroll(550), 5000000, 20, 0x14F2, 0x481) );
  3. CS1729: Line 70: 'Server.Items.RunebookTownsTrammel' does not contain a constructor that takes 0 arg

    Thats what i've been using. great script, but i really dont like the fact that it doesn't operate like a rune book, using charges or gate or sacred journey.
  4. CS1729: Line 70: 'Server.Items.RunebookTownsTrammel' does not contain a constructor that takes 0 arg

    So any suggestions on where i can find a script that has a full runebook with moddable locations?
  5. CS1729: Line 70: 'Server.Items.RunebookTownsTrammel' does not contain a constructor that takes 0 arg

    Having a bit of trouble with this script, It's not mine i got it somewhere here in the forums. i butchered it a bit but it works as intended, when i add it in game "[RunebookTownsTammel" it will pop down one or more books on the ground depending on how many locations i have in my text file...
Back