Duplicate NPC Commands

Duplicate NPC Commands 1.0

No permission to download
2 Self Explanatory Commands:

Code:
duplicatenpc("NpcName", "DuplicateName", "DupHiddenName", "map", x, y, dir{, sprite{, xs, ys}});duplicateremove({"NPCname"});
Example Script:

Code:
prontera,150,150,5	script	DupTest	999,{mes strnpcinfo(0);close;OnInit:duplicatenpc(strnpcinfo(0),"Duplicated","","prontera",150,148,5,998);end;OnWhisperGlobal:duplicateremove();}
^ Above script will self-duplicate itself with name "Duplicated" to prontera,150,148 with Sprite ID 998, and upon whispering to any of those npc, the duplicate will be removed.

Requested by GMOcean @ http://herc.ws/board/topic/7718-duplicatenpc-duplicateremove/?view=getnewpost

Author
Dastgir
Downloads
141
Views
4,528
First release
Last update

Ratings

5.00 star(s) 1 ratings

More resources from Dastgir

  • Rebirth System
    Rebirth System
    It is Rebirth System , which allows to rebirth unlimited times   Some of its features on how it...
  • Ultimate Guild Ranker
    Ultimate Guild Ranker
    Script By Request : http://herc.ws/board/topic/4756-ultimate-guild-ranking Percentage...
  • @arealoot
    @arealoot
    Hello, I wanna release this awesome @arealoot plugin. Credits to Streusel for providing the...
  • Auraset
    Auraset
    For Building Plugins: Windows: http://herc.ws/wiki/Building_HPM_Plugin_for_MSVC Linux...
  • Facebook Share
    Facebook Share
    Facebook Share System(Works Only with New Clients)   Configuration: Edit NPC FacebookShare.txt...

Latest updates

  1. Version 1.0

    v1.0 - Initial Release
  2. Version 1.0

    v1.0 - Initial Release
Back
Top