Jump to content
  • 0

help plssss


donkeyg

Question


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

help pls... skull name change to no name skull

Edited by donkeyg
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  


.@amount = countitem( 7420 );

delitem 7420,.@amount;

getitem 7420,.@amount;

Edited by Emistry
fixed typo.
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

.@amount = countitem( 7420 );
delitem 7420,.@amount;
getitem 7420,.@amoint;

how do i make this as npc?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  177
  • Reputation:   21
  • Joined:  01/31/12
  • Last Seen:  

prontera,123,123,4 script Skull Cleaner 123,{
 
mes "[^0000FFSkull Cleaner^000000]";
mes "Would you like me to remove the names from your collected skulls?";
if(select("Yes:No") == 2) end;
.@amount = countitem( 7420 );
delitem 7420,.@amount;
getitem 7420,.@amoint;
mes "There you go!";
close;
 
}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

prontera,123,123,4 script Skull Cleaner 123,{
 
mes "[^0000FFSkull Cleaner^000000]";
mes "Would you like me to remove the names from your collected skulls?";
if(select("Yes:No") == 2) end;
.@amount = countitem( 7420 );
delitem 7420,.@amount;
getitem 7420,.@amoint;
mes "There you go!";
close;
 
}

all my skulls are gone

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  


.@amount = countitem( 7420 );

delitem 7420,.@amount;

getitem 7420,.@amount; // <<--- correct the variable name.

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