Jump to content
  • 0

permanent monster spawn


stydianx

Question


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  390
  • Reputation:   27
  • Joined:  07/12/12
  • Last Seen:  

requesting a script that will spawn 100 Dark_Priest in 127,158 every 6 hours starting at 12am UST.

and announces the event.

thanks to who will help :)

Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  782
  • Reputation:   82
  • Joined:  01/01/12
  • Last Seen:  

If using permanent monster spawn you can't spawn them accurately in 6 hour. Use this script and change pay_fild04 to ur nap name.

- script DarkPriestSpawn -1,{
OnInit:
OnHour0000:
OnHour0600:
OnHour1200:
OnHour1800:
monster "pay_fild04",127,158,"Dark Priest",1198,100;
announce "Dark Priest has spawned!",BC_ALL;
end;
}

Edited by darristan
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

its better to make those monster not spawn more than 100 at any time

monster "pay_fild04",127,158,"Dark Priest",1198,100 - mobcount("pay_fild04", strnpcinfo(3)+"::Onaa"), strnpcinfo(3)+"::Onaa";

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  782
  • Reputation:   82
  • Joined:  01/01/12
  • Last Seen:  

Ah how come I didn't remember to add a variable counter to the script.....

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   1
  • Joined:  10/24/12
  • Last Seen:  

Good Day!

If I may, I would just like to ask something about this?

Where should I edit this scripts If I want to try them out?

Thanks!

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

Good Day!

If I may, I would just like to ask something about this?

Where should I edit this scripts If I want to try them out?

Thanks!

refer this Monster ?

or what you want to edit in the script ? be specify ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   1
  • Joined:  10/24/12
  • Last Seen:  

Hi there sir. It's just that...

We couldn't find any monsters on any map?

We were able to set the server up. Be "in" the game..

But while exploring.. We noticed that there were no monsters that roam the maps..

I thought that we might be missing some scripts so I wanted to know where to edit them. But if scripts weren't the problem..

Could you help us out?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

tested with post#2 and post#3 script...

work fine..no problem at all...

SlFAo.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   1
  • Joined:  10/24/12
  • Last Seen:  

Thanks for the quick reply sir Emistry..

Am going to try it again.. Wish me luck!

Thanks again! :D

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