Jump to content
  • 0

NPC script Force drop item/s from Player/s


Kichi

Question


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

Helo anybody can make source that the NPC script could force drop a spesific item from spesific character?

/thx

Edited by Kichi
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

set .@item, 512;
if (countitem(.@item)) {
getmapxy(.@map$,.@x,.@y,0);
delitem .@item,1;
makeitem .@item,1,.@map$,.@x,.@y;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

haha i don't know that script could be use like that >.<

thanks euphy

/thx

but it will be simple if someone could make the source

dropitem <char>,<item id>,<amount>

Just idea /heh

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