Jump to content

Serboy

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Serboy

  1. On 9/8/2023 at 10:26 PM, hanakyouji said:

    Hello Just downloaded the GRP editor and I have this error(Lzma.dll), running on WIN10 and install various vc++, hoping getting some help thanks.

     

    image.png.22612c0512c53936fa7938ea77fec35f.png

    i got same error  i cant drag and drop   on my grf editor    somebody help?

  2. 23 hours ago, Winterfox said:

    Hello,

    this should do what you want.

    -	script	mob_cleaner	-1,{
    	OnTimer60000:
    		for(.@i = 0; .@i < getarraysize(.cleanMaps$); .@i++) 
    			if(getmapunits(BL_PC, .cleanMaps$[.@i]) == 0)
    				killmonsterall(.cleanMaps$[.@i]);
    
    		setnpctimer 0;
    	end;
    
    	OnInit:
    		setarray .cleanMaps$[0], "prontera", "payon";
    		initnpctimer;
    }

     

    ty

×
×
  • Create New...