Jump to content
  • 0

request spawn monster every saturday at 07.00PM


kangfredy

Question


  • Group:  Members
  • Topic Count:  112
  • Topics Per Day:  0.03
  • Content Count:  388
  • Reputation:   4
  • Joined:  05/01/12
  • Last Seen:  

guys can i request script spawn monster?

i have some mob,but it's spawn every friday at 07.00PM???

and if monster break,will be announcemenet for all player.(sory my english is bad)

my mob is

//RasWar

2548,EMPELIUM,StoneOfGodAthena,StoneOfGodAthena

2549,EMPELIUM,StoneOfGodHades,StoneOfGodHades

StoneOfGodAthena spawn in "iz_dun05",225,23;

StoneOfGodHades spawn in "iz_dun05",13,207;

and if stone of god broke it will be announce global.

and

//hades guardian

2550,Ivan,Hades guardian,Hades guardian

//athena guardian

2551,Ivan,Athena guardian,Athena guardian,

will spawn at near of stone god..please help me.....or do you have some clue how to make spawn monster every 07.00PM with koordinat

Link to comment
Share on other sites

4 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:  

amatsu,13,152,4 script npcname 767,{
mes "Hi there";
close;

OnSat1930:
monster "iz_dun05",225,23,"Stone of God Athena",2548,1,"npcname::OnThisMobDeath";
end;

OnThisMobDeath:
announce "Hey, "+strcharinfo(0)+" just broke the stone!",bc_all;
end;
}

Use this as reference.

Edited by darristan
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  112
  • Topics Per Day:  0.03
  • Content Count:  388
  • Reputation:   4
  • Joined:  05/01/12
  • Last Seen:  

if i want to add mob.just add below OnSat1930:??

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:  

yes

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