Jump to content
  • 0
Sign in to follow this  
Helena

Use item type 11 while sitting?

Question

Hello Hercules!

 

I was wondering if anyone could help me with this. I am using item type 11 for an item that i want to be non-consumable, but I can't use it while sitting. 

 

While browsing I've learned that item type 11 was made for certain scrolls that require a target so it possibly has a good reason why it doesn't function while sitting. Nevertheless, I'd like to find a way to make it work. 

 

This is what I got so far:

 

{	Id: 501	AegisName: "Red_Potion"	Name: "Red Potion"	Type: 11	Buy: 10	Trade: {		override: 60		nodrop: true		notrade: true		noselltonpc: true		nomail: true		noauction: true	}	Nouse: {		sitting: false	}	Script: <" itemheal rand(1000,200),0; ">},
 
(I've also removed the sitting label but it made no difference).
 
If this needs to be adjusted in the source instead of the db, please point me in the right direction. Thank you! :)

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

try this , hope it work :)

 

{
  Id: 501
  AegisName: "Red_Potion"
  Name: "Red Potion"
  Type: 0
  Buy: 10

  KeepAfterUse: true
  Trade: {
  override: 60
  nodrop: true
  notrade: true
  noselltonpc: true
  nomail: true
  noauction: true
  }
  Script: <" itemheal rand(1000,200),0; ">
},

Share this post


Link to post
Share on other sites
  • 0

try this , hope it work :)

 

{

  Id: 501

  AegisName: "Red_Potion"

  Name: "Red Potion"

  Type: 0

  Buy: 10

  KeepAfterUse: true

  Trade: {

  override: 60

  nodrop: true

  notrade: true

  noselltonpc: true

  nomail: true

  noauction: true

  }

  Script: <" itemheal rand(1000,200),0; ">

},

 

Thanks omg you're the best! :)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.