Jump to content
  • 0
andre.stf

KeepAfterUse

Question

O keepAfterUse nao funciona ?

{
	Id: 30010
	AegisName: "Wing_Of_Fly_VIP"
	Name: "Asa de Mosca - VIP"
	Type: 11
	Buy: 60
	Weight: 50
	KeepAfterUse: true
	Script: <" itemskill AL_TELEPORT,1;">
},

 

Share this post


Link to post
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Você pode utilizar o comando 'getitem'. Daria o mesmo resultado.

 

{
	Id: 30010
	AegisName: "Wing_Of_Fly_VIP"
	Name: "Asa de Mosca - VIP"
	Type: 11
	Buy: 60
	Weight: 50
	Script: <" itemskill AL_TELEPORT,1;">
                <" getitem 30010,1;">
},

Share this post


Link to post
Share on other sites
  • 0

 

Você pode utilizar o comando 'getitem'. Daria o mesmo resultado.

 

{
	Id: 30010
	AegisName: "Wing_Of_Fly_VIP"
	Name: "Asa de Mosca - VIP"
	Type: 11
	Buy: 60
	Weight: 50
	Script: <" itemskill AL_TELEPORT,1;">
                <" getitem 30010,1;">
},

O problema de usar o getitem, é que fica aparecendo na tela... Item Recebido Asa de Mosca X 1

Share this post


Link to post
Share on other sites
  • 0

Você está usando de forma errada, tente dessa maneira.

 

{
	Id: 30010
	AegisName: "Wing_Of_Fly_VIP"
	Name: "Asa de Mosca - VIP"
	Type: 0
	Buy: 60
	Weight: 50
	KeepAfterUse: true
	Script: <" itemskill AL_TELEPORT,1;">
},

O Type no 0 deve resolver.

Share this post


Link to post
Share on other sites
  • 0

Você está usando de forma errada, tente dessa maneira.

 

{
	Id: 30010
	AegisName: "Wing_Of_Fly_VIP"
	Name: "Asa de Mosca - VIP"
	Type: 0
	Buy: 60
	Weight: 50
	KeepAfterUse: true
	Script: <" itemskill AL_TELEPORT,1;">
},

O Type no 0 deve resolver.

com type 0 o item nao usa....

Share this post


Link to post
Share on other sites
  • 0

Faz o seguinte, tenta usar com o Type: 2 então, é que não estou com muito tempo agora, senão eu te ajudava, sei que tem algum Type que deve funcionar, senão você terá que usar uma function para fazer o uso da skill AL_TELEPORT,1

Share this post


Link to post
Share on other sites
  • 0

Faz o seguinte, tenta usar com o Type: 2 então, é que não estou com muito tempo agora, senão eu te ajudava, sei que tem algum Type que deve funcionar, senão você terá que usar uma function para fazer o uso da skill AL_TELEPORT,1

nao deu certo.. tentei do 0 ao 12

 

EDIT:

Consegue com a função!

            if (getmapflag(strcharinfo(3),mf_noteleport)) {
                dispbottom "Unable to warp on this map."; 
            } else {
                //aleatorio
                //warp strcharinfo(3),0,0; 
                //savepoint
                //warp "SavePoint",0,0;
            }

 

mas nao estouconsegui fazer a função a para lupa!!
pode me dar um help?
Edited by andre.stf

Share this post


Link to post
Share on other sites
  • 0

No caso você gostaria que a lupa usasse uma Skill e não fosse gasta?

Você poderia fazer com que ela fosse um item equipável e desse a Skill de identificar item.

Assim não teria que usar o item, e sim equipar para pegar a skill desejada, é uma boa opção.

 

{
	Id: 611
	AegisName: "Spectacles"
	Name: "Lupa"
	Type: 11
	Buy: 40
	Weight: 50
	Upper: 47
	Loc: 136
	Refine: false
	BuyingStore: true
	Script: <"
			skill MC_IDENTIFY,1;
	">
},

 

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...

×
×
  • Create New...

Important Information

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