테스트

aion-server 4.8

Gitteol
최고관리자 · 1 · 💬 0 클론/새로받기
 4.8 61f661d · 1 commits 새로받기(Pull)
game-server/data/static_data/mail_templates.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
Formatting rules:
       mail name parameter is the sender from the packet
       template name is for searching required mail template
       sender currently is just for an information
       other mail parts are joined together using "," separator

       if any part contains parameters, they are appended after each part,
       also joined using "," separator.
       if the part id is 0, it is ommitted; in such case only parameters
       are appended.
       thus, if id is 0, and no parameters exist, the part is completely
       not used.
-->
<mails>
	<!-- For $$ABYSS_REWARD_MAIL -->
	<!--
		resultid:
			defender - Defense Reward Notice
			protect - Defending Legion Reward Notice
			defense - Reward Statement
			occupy - Siege Reward Notice
			empty - Official Announcement
			fail - Official Announcement
		fieldabyss_reward:
			sender: Inggison HQ, Gelkmaros HQ
			resultid - defender, protect, defense, occupy, empty, fail
		abyss_reward:
			sender: Sanctum Headquarters, Pandaemonium Headquarters
			resultid - defender, protect, defense, occupy, empty, fail
		fieldboss_reward:
			sender: Inggison HQ, Gelkmaros HQ
			resultid: occupy
		ldf4b_reward: 
			sender: Tiamaranta Headquarters
			resultid: occupy
	-->
	<mail name="$$ABYSS_REWARD_MAIL">
		<template name="" race="PC_ALL">
			<sender id="0"/>
			<title id="0">
				<param id="siegelocid"/>
				<param id="resultid"/>
				<param id="raceid"/>
			</title>
			<header id="0"/>
			<body id="0">
				<param id="datetime"/>
				<param id="rankid"/>
			</body>
			<tail id="0"/>
		</template>
	</mail>
	
	<mail name="$$HS_OVERDUE_1ST">
		<template name="" race="PC_ALL">
			<sender id="904143"/> <!-- House Administration -->
			<title id="904144"/> <!-- Notice of Overdue Maintenance Fee -->
			<header id="904145"/>
			<body id="904146"/>
			<tail id="904147">
				<param id="datetime"/>
				<param id="address"/>
			</tail>
		</template>
	</mail>
	<mail name="$$HS_OVERDUE_2ND">
		<template name="" race="PC_ALL">
			<sender id="904148"/> <!-- House Administration -->
			<title id="904149"/> <!-- Final Notice of Overdue Maintenance Fee -->
			<header id="904150"/>
			<body id="904151"/>
			<tail id="904152">
				<param id="datetime"/>
				<param id="address"/>
			</tail>
		</template>
	</mail>
	<mail name="$$HS_OVERDUE_3RD">
		<template name="" race="PC_ALL">
			<sender id="904153"/> <!-- House Administration -->
			<title id="904154"/> <!-- Notice of House Impoundment -->
			<header id="904155"/>
			<body id="904156"/>
			<tail id="904157">
				<param id="datetime"/>
				<param id="address"/>
			</tail>
		</template>
	</mail>

	<mail name="$$HS_AUCTION_MAIL">
		<template name="" race="ASMODIANS">
			<sender id="903901"/> <!-- Pernon Administration -->
			<title id="0"> <!-- Depends on the resultid -->
				<param id="resultid"/>
				<param id="raceid"/>
			</title>
			<header id="0"/> <!-- 903903 -->
			<body id="0"> <!-- 903904 -->
				<param id="datetime"/>
				<param id="address"/>
			</body>
			<tail id="0"/>
		</template>
		<template name="" race="ELYOS">
			<sender id="903401"/> <!-- Oriel Administration -->
			<title id="0"> <!-- Depends on the resultid -->
				<param id="resultid"/>
				<param id="raceid"/>
			</title>
			<header id="0"/>
			<body id="0">
				<param id="datetime"/>
				<param id="address"/>
				<param id="datetime"/> <!-- only for AuctionResult.GRACE_START / AuctionResult.GRACE_SUCCESS: they need first param at pos 3... -->
			</body>
			<tail id="0"/>
		</template>
	</mail>

	<mail name="$$CASH_ITEM_MAIL">
		<template name="" race="PC_ALL">
			<sender id="901526"/> <!-- Black Cloud -->
			<title id="0">
				<param id="itemid"/>
				<param id="count"/>
			</title>
			<header id="0"/>
			<body id="0"> <!-- 901527 -->
				<param id="unk1"/>
				<param id="purchasedate"/>
			</body>
			<tail id="0"/>
		</template>
	</mail>

	<mail name="$$VNDR_BUY_MAIL">
		<template name="" race="PC_ALL">
			<sender id="0"/> <!-- 903075: Trade Broker -->
			<title id="0"/> <!-- 903076: Buy -->
			<header id="0"/>
			<body id="0"/> <!-- 903077 -->
			<tail id="0"/>
		</template>
	</mail>
	<mail name="$$VNDR_RETURN_MAIL">
		<template name="" race="PC_ALL">
			<sender id="1300724"/> <!-- Trade Broker -->
			<title id="0"/> <!-- 160020: The sales period has ended. -->
			<header id="0"/>
			<body id="0"/> <!-- 1300725 -->
			<tail id="0"/>
		</template>
	</mail>
	<mail name="$$VENDOR_RETURN_MAIL">
		<template name="" race="PC_ALL">
			<sender id="1300724"/> <!-- Trade Broker -->
			<title id="0"/> <!-- 160020: The sales period has ended. -->
			<header id="0"/>
			<body id="0"/> <!-- 1300725 -->
			<tail id="0"/>
		</template>
	</mail>
	
	<mail name="$$HS_OVERDUE_FIRST">
		<template name="" race="PC_ALL">
			<sender id="903793"/> <!-- House Administration -->
			<title id="903794"/> <!-- Notice of Overdue Maintenance Fee -->
			<header id="903795"/>
			<body id="903796"/>
			<tail id="903797">
				<param id="datetime"/>
				<param id="address"/>
			</tail>
		</template>
	</mail>
	<mail name="$$HS_OVERDUE_SECOND">
		<template name="" race="PC_ALL">
			<sender id="903798"/> <!-- House Administration -->
			<title id="903799"/> <!-- Second Notice of Overdue Maintenance Fee -->
			<header id="903800"/>
			<body id="903801"/>
			<tail id="903802">
				<param id="datetime"/>
				<param id="address"/>
			</tail>
		</template>
	</mail>
	<mail name="$$HS_OVERDUE_FINAL">
		<template name="" race="PC_ALL">
			<sender id="903990"/> <!-- House Administration -->
			<title id="903991"/> <!-- Notice of House Impoundment -->
			<header id="903992"/>
			<body id="903993"/>
			<tail id="903994">
				<param id="datetime"/>
				<param id="address"/>
			</tail>
		</template>
	</mail>
	<mail name="$$CT_REWARD_MAIL">
        <template name="" race="ELYOS">
            <sender id="904453"/>
            <title id="904454"/>
            <header id="904455">
                <param id="level"/><!-- level?-->
                <param id="taskId"/><!-- taskname? -->
                <param id="datetime"/><!-- time -->
            </header>
            <body id="904456">
                <param id="count"/><!-- reward count -->
                <param id="item"/><!-- reward -->
            </body>
            <tail id="904457"/>
        </template>
        <template name="" race="ASMODIANS">
            <sender id="904458"/>
            <title id="904459"/>
            <header id="904460">
                <param id="level"/><!-- level?-->
                <param id="taskId"/><!-- taskname? -->
                <param id="datetime"/><!-- time -->
            </header>
            <body id="904461">
                <param id="count"/><!-- reward count -->
                <param id="itemId"/><!-- reward -->
            </body>
            <tail id="904462"/>
        </template>
    </mail>
	<mail name="$$GD_REWARD_MAIL">
		<template name="" race="ELYOS">
			<sender id="905975" />
			<title id="905976" />
			<header id="0" />
			<body id="905977">
				<param id="month" />
				<param id="day" />
				<param id="territorial" />
				<param id="legionName" />
			</body>
			<tail id="905978" />
		</template>
		<template name="" race="ASMODIANS">
			<sender id="905979" />
			<title id="905980" />
			<header id="0" />
			<body id="905981">
				<param id="month" />
				<param id="day" />
				<param id="territorial" />
				<param id="legionName" />
			</body>
			<tail id="905982" />
		</template>
	</mail>
</mails>

📎 첨부파일

댓글 작성 권한이 없습니다.
🏆 포인트 랭킹 TOP 10
순위 닉네임 포인트
1 no_profile 타키야겐지쪽지보내기 자기소개 아이디로 검색 전체게시물 100,792
2 no_profile 동가리쪽지보내기 자기소개 아이디로 검색 전체게시물 58,079
3 no_profile 라프텔쪽지보내기 자기소개 아이디로 검색 전체게시물 51,771
4 no_profile 불멸의행복쪽지보내기 자기소개 아이디로 검색 전체게시물 36,366
5 서번트쪽지보내기 자기소개 아이디로 검색 전체게시물 35,011
6 no_profile 보거스쪽지보내기 자기소개 아이디로 검색 전체게시물 29,969
7 no_profile 닥터스쪽지보내기 자기소개 아이디로 검색 전체게시물 29,470
8 no_profile 검은고양이쪽지보내기 자기소개 아이디로 검색 전체게시물 29,077
9 no_profile Revolution쪽지보내기 자기소개 아이디로 검색 전체게시물 28,199
10 no_profile 호롤롤로쪽지보내기 자기소개 아이디로 검색 전체게시물 17,020
알림 0