Jump to content
  • 0

areamobuseskill infinite use skill


nobukadnezar

Question


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  163
  • Reputation:   7
  • Joined:  01/07/12
  • Last Seen:  

Hi there,

 

i tried to use mob for using bragis skill but it turn out like it cast skill forever. here's my script

 

 

payon,155,228,4    script    tes skill#tes1    733,{
    mes "tesssss!";
    close2;
    areamonster "this", 154, 224, 154, 224, "Holy Plant", 1083, 20, strnpcinfo(0)+"::OnKilled";    
    end;

OnKilled:
    mes "Do not kill these precious Holy Plant!";
    close;
    
OnTimer5000:
areamobuseskill    "payon",154,224,1,1083,"BA_POEMBRAGI",10,3000,1,e_gg,0;
    
OnInit:
    initnpctimer;
    end;    
}

 

 

any idea?

Edited by nobukadnezar
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  666
  • Reputation:   93
  • Joined:  04/27/12
  • Last Seen:  

That's because when you normally use that skill, your unable to move until you use Adaption. As a result neither can the monster, try making them use Adaption afterwards.

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...