Jump to content
  • 0

autobonus slave clone


Giant Whisper

Question


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  190
  • Reputation:   3
  • Joined:  04/11/12
  • Last Seen:  

{ 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

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   167
  • Joined:  04/05/13
  • Last Seen:  

{ autobonus "{}",10,1000,BF_WEAPON,"{ if (@summon_limit < 1) { atcommand \"@slaveclone\"; @summon_limit += 1; } }"; },{},{}

 

Edited by Start_
Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

autobonus "{ atcommand \"@slaveclone \"+strcharinfo(0); }",1000,60000;

this should work i think ...

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  190
  • Reputation:   3
  • Joined:  04/11/12
  • Last Seen:  

Hello thanks for replying
the slave comes out but does not move and without limits

spaw.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...