Jump to content
  • 0

Custom Flag with Emblem


Question

Posted (edited)

What should I edit here to have a customize flag with the guild's current emblem..

And also, about the CastleData, can I just change it to GuildData?
Thank You in Advance!

 

 


lhz_in03,112,25,4,2	script	Unknown HQ	722,{
	set .@GID, GetCastleData("aldeg_cas03",1);
		{
		mes "[ Unknown HQ ]";
		mes "Welcome to the Headquarters of the Unknown Guild!";
		mes " ";
		mes "The current Guild Leader of Unknown Guild is ^FF0000" + GetGuildMaster(.@GID) + "^000000.";
		mes " ";
	}
	close;

OnRecvCastleA03:
	FlagEmblem GetCastleData("aldeg_cas03",1);
	end;
}
Edited by Henesy

7 answers to this question

Recommended Posts

Posted (edited)

But it says

   // This will change the emblem on the flag to that of the guild that owns   // "guildcastle"   flagemblem GetCastleData("guildcastle",1);

 

But it how will I be able to change it to guild name/ID?

 

EDIT: Should I use this?

Syntax

  • flagemblem <guild id>;
Edited by Henesy

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