Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- name: '<room>',
- title: 'Room Tag',
- signature: '<room name="#ROOM KEY#" file="#PATH#" music="#MUSIC SWF OR ID#"/>',
- description: 'Replaces the room specified by the name attribute.',
- example: '<room name="town" file="town.swf" music="232"/>'
- }
- {
- name: '<map>',
- title: 'Map Tag',
- signature: '<map path="#PATH#" />',
- description: 'Replaces the map window specified by the path attribute.',
- example: '<map path="map.swf" />'
- }
- {
- name: '<clothing>',
- title: 'Clothing Item Tag',
- signature: '<clothing id="#ID#" icon="#PATH#" paper="#PATH#" sprites="#PATH#" />',
- description: 'Replaces any clothing items. Not including backgrounds.',
- example: '<clothing id="413" icon="i413.swf" paper="p413.swf" sprites="s413.swf" />'
- }
- {
- name: '<background>',
- title: 'Background Item Tag',
- signature: '<background id="#ID#" icon="#PATH#" photo="#PATH#" />',
- description: 'Replaces the background item on the player.',
- example: '<background id="904" icon="i904.swf" photo="p904.swf" />'
- }
- {
- name: '<penguin>',
- title: 'Penguin Sprite Tag',
- signature: '<penguin path="#PATH#" />',
- description: 'Replaces the penguin avatar swf.',
- example: '<penguin path="robotPenguin.swf" />'
- }
- {
- name: '<custom>',
- title: 'Custom Swf Tag',
- signature: '<custom name="#NAME#" path="#PATH#" />',
- description: 'Allows you to load a custom SWF. To load the file, use the URL http://media1.clubpenguin.com/texture/(name ).swf where (name) is the custom SWF name you used in the XML. If you follow the example, the URL to use will be http://media1.clubpenguin.com/texture/pirateMusic.swf .',
- example: '<custom name="pirateMusic" path="pirate.swf" />'
- }
- {
- name: '<poster>',
- title: 'Party Poster Window Tag',
- signature: '<poster #LANG#="#PATH#" />',
- description: 'Changes the party poster. en (Required): English version of the file. pt (Optional): Portuguese version of the file. es (Optional): Spanish version of the file. fr (Optional): French version of the file.',
- example: '<poster en="poster.swf" />'
- }
- {
- name: '<hotelElevator>',
- title: 'hotelElevator Window Tag',
- signature: '<hotelElevator #LANG#="#PATH#" />',
- description: 'Changes the puffle hotel elevator window. en (Required): English version of the file. pt (Optional): Portuguese version of the file. es (Optional): Spanish version of the file. fr (Optional): French version of the file.',
- example: '<hotelElevator en="elevator.swf" />'
- }
- {
- name: '<mapNote>',
- title: 'mapNote Sprite Tag',
- signature: '<mapNote #LANG#="#PATH#" />',
- description: 'Changes the party note on the map. en (Required): English version of the file. pt (Optional): Portuguese version of the file. es (Optional): Spanish version of the file. fr (Optional): French version of the file.',
- example: '<mapNote en="note.swf" />'
- }
- {
- name: '<questInterface>',
- title: 'questInterface Window Tag',
- signature: '<questInterface #LANG#="#PATH#" />',
- description: 'Changes the quest interface (party icon's menu). en (Required): English version of the file. pt (Optional): Portuguese version of the file. es (Optional): Spanish version of the file. fr (Optional): French version of the file.',
- example: '<questInterface en="partyInterface.swf" />'
- }
- {
- name: '<partyIcon>',
- title: 'partyIcon Tag',
- signature: '<partyIcon path="#PATH#" />',
- description: 'Changes the party icon (the icon left of the moderator icon).',
- example: '<partyIcon path="icon.swf" />'
- }
- {
- name: '<telescope>',
- title: 'Telescope Window Tag',
- signature: '<partyIcon #ATTRIBUTES#="#PATH#" />',
- description: 'Changes the telescope view. path (Optional): Path to the file. party (Optional): Path to the party telescope file.',
- example: '<partyIcon path="icon.swf" />'
- }
- {
- name: '<membershipNotice>',
- title: 'membershipNotice Window Tag',
- signature: '<membershipNotice party1="#PATH#" party2="#PATH#" />',
- description: 'Changes the "Become a member" notice. party1 (Optional): Path to the first notice file. party2 (Optional): Path to the second notice file.',
- example: '<membershipNotice party1="member1.swf" party2="member2.swf" />'
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement