Jump to content
  • 0

request spawn monster every saturday at 07.00PM


Question

Posted

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

4 answers to this question

Recommended Posts

Posted (edited)

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

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