Jump to content
  • 0

[ask] how to create drop item to all monster


Akbare

Question


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  491
  • Reputation:   19
  • Joined:  11/19/11
  • Last Seen:  

thanks to read my thread /no1

I want to ask

how to create a script that dropped all the monsters [ex :Poring coin]

using OnNPCKillEvent:

when using OnNPCKillEvent: do not make errors?

draft

- script DropItem -1,{
OnNPCKillEvent:
getitem 7539,1;
end;
}

thanks to reply /ok

Edited by Akbare
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   5
  • Joined:  12/12/11
  • Last Seen:  

getitem 7539,1;

Edited by kadze
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  491
  • Reputation:   19
  • Joined:  11/19/11
  • Last Seen:  

getitem 7539,1;

ok thanks

whether to use the function OnNPCKillEvent: no problem? continuously?

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:  

Every NPC script...you can only have alot Label..but......you cant have Label with Same Name ...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  491
  • Reputation:   19
  • Joined:  11/19/11
  • Last Seen:  

Every NPC script...you can only have alot Label..but......you cant have Label with Same Name ...

thanks for advance /no1

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