Jump to content
  • 0

random mobs


Phantom Of Rogue-Gon

Question


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  181
  • Reputation:   0
  • Joined:  08/07/13
  • Last Seen:  

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


Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  270
  • Reputation:   20
  • Joined:  12/10/11
  • Last Seen:  

Sounds like an invasion script, try searching for a monster invasion script, there are a couple that I've seen

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  181
  • Reputation:   0
  • Joined:  08/07/13
  • Last Seen:  

-	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) + "]

 

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