Dissidia Posted September 25, 2018 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 535 Reputation: 23 Joined: 11/19/11 Last Seen: June 8, 2023 Share Posted September 25, 2018 Any other kick script except this atcommand "@kick "+strcharinfo(0);? Quote Link to comment Share on other sites More sharing options...
1 Functor Posted September 25, 2018 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 352 Reputation: 267 Joined: 09/08/13 Last Seen: Friday at 07:14 AM Share Posted September 25, 2018 Open ../src/map/script.cpp and before: /// script command definitions /// for an explanation on args, see add_buildin_func struct script_function buildin_func[] = { add: BUILDIN_FUNC(kick) { TBL_PC *sd; if (!script_rid2sd(sd)) return SCRIPT_CMD_SUCCESS; clif_GM_kick(NULL, sd); return SCRIPT_CMD_SUCCESS; } after: /// script command definitions /// for an explanation on args, see add_buildin_func struct script_function buildin_func[] = { add: BUILDIN_DEF(kick, ""), Example: geffen,132,38,3 script Example 51,{ kick; } 3 Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted September 25, 2018 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 23 hours ago Share Posted September 25, 2018 without src edit , i think not. Quote Link to comment Share on other sites More sharing options...
0 Dissidia Posted September 25, 2018 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 535 Reputation: 23 Joined: 11/19/11 Last Seen: June 8, 2023 Author Share Posted September 25, 2018 (edited) Do you know how on src edit? I really don't like to use a command on my script. Edited September 25, 2018 by Dissidia Quote Link to comment Share on other sites More sharing options...
Question
Dissidia
Any other kick script except this atcommand "@kick "+strcharinfo(0);?
Link to comment
Share on other sites
3 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.