Jzz Posted May 4, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 45 Reputation: 0 Joined: 02/29/12 Last Seen: August 13, 2012 Share Posted May 4, 2012 how to add @join commands? Example : 1. Player use @join he will be warp to place like : moc_castle 99 99 2. Player use @mall he will be warp to mall star_mall 99 99 Kindly help thank you. bump ... need help thanks. Quote Link to comment Share on other sites More sharing options...
Mystery Posted May 4, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted May 4, 2012 @join?.. You're basically restarting the @warp command there. Also, why don't you use @go for the mall one? Quote Link to comment Share on other sites More sharing options...
tr0n Posted May 4, 2012 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 562 Reputation: 153 Joined: 02/21/12 Last Seen: February 27, 2024 Share Posted May 4, 2012 You could implement '@go mall' in '@go' command Quote Link to comment Share on other sites More sharing options...
Mystery Posted May 4, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted May 4, 2012 You can easily make it @go 36 <Mall> Quote Link to comment Share on other sites More sharing options...
Jzz Posted May 5, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 45 Reputation: 0 Joined: 02/29/12 Last Seen: August 13, 2012 Author Share Posted May 5, 2012 hmm i want a command like @mall @join Im going to use this commands for special reasons. Quote Link to comment Share on other sites More sharing options...
Emistry Posted May 6, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: April 20 Share Posted May 6, 2012 you can do it like this also if you dunno much in src related stuffs... // Add this in your Command SRC file. ACMD_FUNC(Mall){ npc_event(sd,"Warp::OnType",0); return 0; } // Add this NPC Script. - script Warp -1,{ OnType: warp "mall",0,0; end; } Quote Link to comment Share on other sites More sharing options...
Question
Jzz
how to add @join commands?
Example :
1. Player use @join he will be warp to place like :
moc_castle 99 99
2. Player use @mall he will be warp to mall
star_mall 99 99
Kindly help thank you.
bump ... need help thanks.
Link to comment
Share on other sites
5 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.