Giant Whisper Posted August 8, 2019 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 190 Reputation: 3 Joined: 04/11/12 Last Seen: March 24 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 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 7 hours ago 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 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 3 hours ago 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 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 190 Reputation: 3 Joined: 04/11/12 Last Seen: March 24 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...
Question
Giant Whisper
{ 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
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.