Hi guys. I do not know why only one mob is being changed. Of 3 mobs the command creates only one this way I want.
prontera,156,176,5 script Voguale#RoUG 929,{
if(getgmlevel()<20) { mes "[Voguale]"; mes "Hi!"; close; }
input
[email protected];
deletearray
[email protected][0],getarraysize(
[email protected]);
monster "prontera",156,176,"Omega poring",1002,2;
set .GID,
[email protected][0];
setunitdata .GID,UMOB_MAXHP,(50*
[email protected]);
setunitdata .GID,UMOB_HP,(50*
[email protected]);
setunitdata .GID,UMOB_ATKMIN,300;
setunitdata .GID,UMOB_ATKMAX,300;
deletearray
[email protected][0],getarraysize(
[email protected]);
monster "prontera",156,176,"Fracus",1758,3;
set .GID,
[email protected][0];
setunitdata .GID,UMOB_MAXHP,(100*
[email protected]);
setunitdata .GID,UMOB_HP,(100*
[email protected]);
setunitdata .GID,UMOB_MODE,12433;
announce "Kill the mobs",bc_self;
end;
}