Author Topic: Adding to the Bod filler script  (Read 5682 times)

0 Members and 1 Guest are viewing this topic.

Offline InsideoutTopic starter

  • Full Member
  • ***
  • Posts: 183
  • Activity:
    0%
  • Reputation Power: 2
  • Insideout has no influence.
  • Respect: +13
  • Referrals: 0
    • View Profile
Adding to the Bod filler script
« on: January 14, 2018, 05:20:17 PM »
0
Okay As I kinda grasp the concept of what is done do you need all the item ID for each item and is there an item id for the items in the gump menu or is it just location in the gump?

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2998
  • Activity:
    3.4%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +205
  • Referrals: 2
    • View Profile
Re: Adding to the Bod filler script
« Reply #1 on: January 14, 2018, 05:53:23 PM »
0
My guess would be just the location on the gump. I do not know how well this works anymore but it may help http://www.scriptuo.com/index.php?topic=8636.0

Offline InsideoutTopic starter

  • Full Member
  • ***
  • Posts: 183
  • Activity:
    0%
  • Reputation Power: 2
  • Insideout has no influence.
  • Respect: +13
  • Referrals: 0
    • View Profile
Re: Adding to the Bod filler script
« Reply #2 on: January 14, 2018, 06:13:26 PM »
0
It works like a champ but I was wanting to try to copy it for the other bods tinker inscription etc etc

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2998
  • Activity:
    3.4%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +205
  • Referrals: 2
    • View Profile
Re: Adding to the Bod filler script
« Reply #3 on: January 14, 2018, 07:39:11 PM »
0
Yes, I thought looking at that may help answer some of your questions.  ;)

Offline InsideoutTopic starter

  • Full Member
  • ***
  • Posts: 183
  • Activity:
    0%
  • Reputation Power: 2
  • Insideout has no influence.
  • Respect: +13
  • Referrals: 0
    • View Profile
Re: Adding to the Bod filler script
« Reply #4 on: January 14, 2018, 08:05:21 PM »
0
Made my eyes cross is what it did lol

Offline The Ghost

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Adding to the Bod filler script
« Reply #5 on: January 15, 2018, 02:57:06 AM »
0
here one that simpler to mod  by MeWon's http:   http://www.scriptuo.com/index.php?topic=10213.0;topicseen.   He have one for tailor and smith.   I use those for freeshard. 

Offline InsideoutTopic starter

  • Full Member
  • ***
  • Posts: 183
  • Activity:
    0%
  • Reputation Power: 2
  • Insideout has no influence.
  • Respect: +13
  • Referrals: 0
    • View Profile
Re: Adding to the Bod filler script
« Reply #6 on: January 19, 2018, 04:03:35 PM »
0
After looking at the rewards I'm not gonna put the hours in to try to figure it out :)

Offline The Ghost

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Adding to the Bod filler script
« Reply #7 on: January 20, 2018, 12:12:29 PM »
0
Said to heard that you are giving up before you event started.     Now you can the amount of work into making and maintaining a script.   MeWon' have an easy way to add and compile value.  You only need to make a new chart.   

Offline InsideoutTopic starter

  • Full Member
  • ***
  • Posts: 183
  • Activity:
    0%
  • Reputation Power: 2
  • Insideout has no influence.
  • Respect: +13
  • Referrals: 0
    • View Profile
Re: Adding to the Bod filler script
« Reply #8 on: January 20, 2018, 12:38:59 PM »
0
Yeah I'm looking at something to fill not sort.

Offline InsideoutTopic starter

  • Full Member
  • ***
  • Posts: 183
  • Activity:
    0%
  • Reputation Power: 2
  • Insideout has no influence.
  • Respect: +13
  • Referrals: 0
    • View Profile
Re: Adding to the Bod filler script
« Reply #9 on: January 20, 2018, 12:56:05 PM »
0
OKay decided to start with the Alchemy side of things. But as I'm pulling item ID I noticed that the Pots Like Heal and Greater Heal all have the UUF as Item Id. I see this causing a problem when it comes time to craft a heal and greater heal

Offline The Ghost

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Adding to the Bod filler script
« Reply #10 on: January 20, 2018, 06:19:55 PM »
0
use #findcol , that way you can color instead of type.
TM have a nice tool for that
http://www.scriptuo.com/index.php?topic=188.msg838#msg838

Offline InsideoutTopic starter

  • Full Member
  • ***
  • Posts: 183
  • Activity:
    0%
  • Reputation Power: 2
  • Insideout has no influence.
  • Respect: +13
  • Referrals: 0
    • View Profile
Re: Adding to the Bod filler script
« Reply #11 on: July 21, 2018, 09:48:39 AM »
0
Well I guess I'm gonna give it another go lol As I hate doing these manually

Tags: