Jump to content
  • 0
Sign in to follow this  
LipESprY

[Help] Same taming item for several PETs

Question

Hi guys!

I want to use one item to capture several monster and I have the monster's egg working fine, but the taming item isn't working...

I tried this, but not working:

{
	Id: 31700
	AegisName: "Super_Taming_Item"
	Name: "Super_Taming_Item"
	Type: "IT_USABLE"
	Buy: 350
	Weight: 50
	BuyingStore: true
	Nouse: {
		sitting: false
	}
	Script: <" pet IFRIT; pet KIEL_, pet TAO_GUNKA; ">
}

It captures only the mob TAO_GUNKA (The last mob defined on script).

 

I tried to use the Sage's skill for monster capture, like Abracadabra:

{
	Id: 31700
	AegisName: "Super_Taming_Item"
	Name: "Super_Taming_Item"
	Type: "IT_USABLE"
	Buy: 350
	Weight: 50
	BuyingStore: true
	Nouse: {
		sitting: false
	}
	Script: <" itemskill "SA_TAMINGMONSTER",1; ">
}

But nothing happens when I click on the monster with the skill's target.

 

I created 34 monster's egg, and I no want to create 34 differents taming itens...

I'll apreciate any idea!

Thank you, so mutch and sorry for my bad english. xD

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0
{
	Id: 31700
	AegisName: "Super_Taming_Item"
	Name: "Super_Taming_Item"
	Type: "IT_DELAYCONSUME"
	Buy: 350
	Weight: 50
	BuyingStore: true
	Script: <" itemskill("SA_TAMINGMONSTER", 1);">
}

You need IT_DELAYCONSUME not IT_USEABLE (Type 11 instead of 2)

 

Be aware: this items is useable on ANY mob. On those which are not tameable it's still going to be consumed.

Share this post


Link to post
Share on other sites
  • 0
On 30/01/2018 at 8:03 PM, Ridley said:

{
	Id: 31700
	AegisName: "Super_Taming_Item"
	Name: "Super_Taming_Item"
	Type: "IT_DELAYCONSUME"
	Buy: 350
	Weight: 50
	BuyingStore: true
	Script: <" itemskill("SA_TAMINGMONSTER", 1);">
}

You need IT_DELAYCONSUME not IT_USEABLE (Type 11 instead of 2)

 

Be aware: this items is useable on ANY mob. On those which are not tameable it's still going to be consumed.

It worked! Thank you, very much! 

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.