Giant Whisper Posted August 8, 2019 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
0 Start_ Posted September 2, 2019 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
0 Emistry Posted September 3, 2019 Posted September 3, 2019 autobonus "{ atcommand \"@slaveclone \"+strcharinfo(0); }",1000,60000; this should work i think ... Quote
0 Giant Whisper Posted September 9, 2019 Author Posted September 9, 2019 Hello thanks for replying the slave comes out but does not move and without limits Quote
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
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.