Jump to content

  •  

Photo

KeepAfterUse


  • Please log in to reply
6 replies to this topic

#1 andre.stf

andre.stf

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 29 May 2017 - 03:48 PM

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;">
},

 



#2 Daehyon

Daehyon

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 29 May 2017 - 04:21 PM

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;">
},


#3 andre.stf

andre.stf

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 29 May 2017 - 04:26 PM

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



#4 Juan Meissner

Juan Meissner

    Advanced Member

  • Members
  • PipPipPip
  • 31 posts

Posted 29 May 2017 - 04:44 PM

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.



#5 andre.stf

andre.stf

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 29 May 2017 - 04:53 PM

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



#6 Juan Meissner

Juan Meissner

    Advanced Member

  • Members
  • PipPipPip
  • 31 posts

Posted 29 May 2017 - 04:57 PM

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



#7 andre.stf

andre.stf

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 30 May 2017 - 02:36 AM

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, 30 May 2017 - 02:55 AM.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users


This topic has been visited by 13 user(s)