Dissidia Posted September 25, 2018 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...
0 Functor Posted September 25, 2018 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; } 2 Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted September 25, 2018 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 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...
Any other kick script except this atcommand "@kick "+strcharinfo(0);?
Link to comment
Share on other sites