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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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