Jump to content

Question

Posted

hello im here again :D


i requesting about summon mobs


what script for ramdom summon mobs in field


 


lets say


i  want ramdom summon mobs in 1 town or 1 field


like


poring - fabre - kukre - lunatic


every 8hrs


1 of them of mobs ramdom summon


 


 


 


sorry for my bad english


2 answers to this question

Recommended Posts

Posted
-	script	summon	-1,{
OnMinute32:
    sleep rand(6) * 0 *60*1000;
    monster "prontera",154,173, "--ja--", .mobid[ rand(.mobidsize) ], 1;
    end;
OnInit:
    setarray .mobid, 1002, 1113, 1031;
    set .mobidsize, getarraysize(.mobid);
}

i have script for ramdom mobs how can add the annouce ??

 

lets say

Time for kill ramdom mobs in Prontera

 

then after start summon

 

 

the hunt for ramdom mob and kill with annouce?

[" + strcharinfo(0) + "]

 

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...