Giant Whisper Posted August 8, 2019 Share Posted August 8, 2019 { autobonus "{}",10,1000,BF_WEAPON,"{ if (@summon_limit < 1) { summon strcharinfo(0),1001,60000; @summon_limit += 1; } }"; },{},{} Hi, how can I make a slave clone instead of invoking a mob Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted September 2, 2019 Share Posted September 2, 2019 (edited) { autobonus "{}",10,1000,BF_WEAPON,"{ if (@summon_limit < 1) { atcommand \"@slaveclone\"; @summon_limit += 1; } }"; },{},{} Edited September 2, 2019 by Start_ Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted September 3, 2019 Share Posted September 3, 2019 autobonus "{ atcommand \"@slaveclone \"+strcharinfo(0); }",1000,60000; this should work i think ... Quote Link to comment Share on other sites More sharing options...
0 Giant Whisper Posted September 9, 2019 Author Share Posted September 9, 2019 Hello thanks for replying the slave comes out but does not move and without limits Quote Link to comment Share on other sites More sharing options...
{ autobonus "{}",10,1000,BF_WEAPON,"{ if (@summon_limit < 1) { summon strcharinfo(0),1001,60000; @summon_limit += 1; } }"; },{},{}
Hi, how can I make a slave clone instead of invoking a mob
Link to comment
Share on other sites