Jump to content
  • 0

Kick player who uses this item


cmsm94

Question


  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  170
  • Reputation:   5
  • Joined:  08/11/13
  • Last Seen:  

Alright here we go,
 

19002,BoardingPettee,Mouneet,5,0,,0,,0,,0,0xFFFFFFFF,63,2,8192,,1,0,3,{},{},{}

 

 
--This is a costume item. Now what i want this item to do is, who ever uses it there is a 5 sec duration to remove it or else this character will be kicked out of the server. Do know I don't want him/she to know he will be kicked out of the server. Secret item. Any genius know how to to do =.=''
 
I tried a few ways it didnt works, how do you guys make

addtimer 6000, strnpcinfo(3)+"::On6secs" and atcommand "@kick strcharinfo(0);

 

.... to work? That was my way how about you lol -.-? tqvm /heh help tqvm

Edited by cmsm94
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

sleep2 5000; if ( isequipped(1201) ) atcommand "@kick "+ strcharinfo(0);

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  170
  • Reputation:   5
  • Joined:  08/11/13
  • Last Seen:  

sleep2 5000; if ( isequipped(1201) ) atcommand "@kick "+ strcharinfo(0);

May i ask what does " ( isequipped(1201) " means? what is the 1201 means? 

sleep2 5000; if ( isequipped(1201) ) atcommand "@kick "+ strcharinfo(0);

this is my item its a potion

 

19003,AUTOTRADEPOTION,Autotradepotion,0,1650,,50,,,,,0xFFFFFFFF,63,2,,,,,,{ sleep2 5000; if ( isequipped(1201) ) atcommand "@kick "+ strcharinfo(0); },{},{}

 

Apperently It does work at the first then it stop working and i dont know why its making me mad LOL can someone point out whats the problem here...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

why your post so confusing ?

your 1st post says "costume item"

in 3rd post says "its a potion"

which one issit ?

try to elaborate

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  170
  • Reputation:   5
  • Joined:  08/11/13
  • Last Seen:  

DELETE 

Edited by cmsm94
Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...