I was playing with script commands I have never used, but for some reason I cannot get this to actually work. I have reviewed the script_commands.txt several times but none of my experimenting seems to work. Any ideas what I'm doing wrong? Thanks.
Peopleperson49
prontera,156,176,5 script Voguale#RoUG 929,{
if(getgmlevel()<20) { mes "[Voguale]"; mes "Hi!"; close; }
monster "prontera",156,176,"Poring",1002,1;
set .GID,[email protected][0];
setunitdata .GID,UMOB_HP,200000;
setunitdata .GID,UMOB_MAXHP,200000;
end;
}
I was playing with script commands I have never used, but for some reason I cannot get this to actually work. I have reviewed the script_commands.txt several times but none of my experimenting seems to work. Any ideas what I'm doing wrong? Thanks.
Peopleperson49
prontera,156,176,5 script Voguale#RoUG 929,{ if(getgmlevel()<20) { mes "[Voguale]"; mes "Hi!"; close; } monster "prontera",156,176,"Poring",1002,1; set .GID,[email protected][0]; setunitdata .GID,UMOB_HP,200000; setunitdata .GID,UMOB_MAXHP,200000; end; }Link to comment
Share on other sites