Jump to content
  • 0

Guild every 30mins announcement


Question

Posted

Sir I would like to request a NPC that announce in every 30 minutes.It will announce random messages.the castle is kriemhild.

[winningguild]=color red

[announcement]=color yellow or Blue

sample: [owner of kriemhild] + [announcement blah blah blah blah]

6 answers to this question

Recommended Posts

Posted

you cant....

either a separate announcement..or get use to it...

- script Sample -1,{
OnMinute30:
set .Map$,"prtg_cas03";
announce "[ "+getguildname( getcastledata( .Map$,1 ) )+" ]",0,0x0000FF;
announce "Owned the Castle of [ "+getcastlename( .Map$ )+" ].",0,0xFF0000;
end;
}

Posted

like this ??

- script Sample -1,{
OnMinute30:
set .Map$,"prtg_cas03";
announce "[ "+getguildname( getcastledata( .Map$,1 ) )+" ] Owned the Castle of [ "+getcastlename( .Map$ )+" ].",bc_blue;
end;
}

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