Dynasty Posted February 23, 2013 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 151 Reputation: 5 Joined: 11/09/12 Last Seen: September 14, 2014 Share Posted February 23, 2013 (edited) Hello~... How I make an NPC is activated every time you put this command (@ action) Custom command This is all.. Edited February 23, 2013 by Dynasty Quote Link to comment Share on other sites More sharing options...
clydelion Posted February 23, 2013 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 754 Reputation: 186 Joined: 05/22/12 Last Seen: October 15, 2022 Share Posted February 23, 2013 - script atcmd_example -1,{ OnInit: bindatcmd "action","clydelion::OnCommand"; end; } prontera,111,222,3 script clydelion 123,{ OnCommand: mes "Hi."; close; } @action will trigger NPC clydelion Quote Link to comment Share on other sites More sharing options...
Dynasty Posted February 23, 2013 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 151 Reputation: 5 Joined: 11/09/12 Last Seen: September 14, 2014 Author Share Posted February 23, 2013 (edited) But i dont have to do anything else? Scr? or something like that? i haven't make the command in atcommand.c in the scr? Edited February 23, 2013 by Dynasty Quote Link to comment Share on other sites More sharing options...
Capuche Posted February 23, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted February 23, 2013 But i dont have to do anything else? Scr? or something like that? i haven't make the command in atcommand.c in the scr? You don't need to touch the source with this NPC command (if you use rathena) This command will bind a NPC event label to an atcommand. Quote Link to comment Share on other sites More sharing options...
Dynasty Posted February 23, 2013 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 151 Reputation: 5 Joined: 11/09/12 Last Seen: September 14, 2014 Author Share Posted February 23, 2013 OOOOOOOOOH! ok ok ok, Thk! Solved C: Quote Link to comment Share on other sites More sharing options...
Question
Dynasty
Hello~...
How I make an NPC is activated every time you put this command (@ action) Custom command
This is all..
Edited by DynastyLink to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.