Skip to content
Snippets Groups Projects
Commit ffb4e352 authored by Zoey76's avatar Zoey76
Browse files

BETA: Wedding Manager implementation.

parent 61536f49
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 53 deletions
<html><body>%npcname%:<br>
Congratulations you are married!
</body></html>
\ No newline at end of file
<html><body>%npcname%:<br>
You don't have enough adena for marriage. You need %replace% adena.
</body></html>
\ No newline at end of file
<html><body>%npcname%:<br>
Go away, you are already married!
</body></html>
\ No newline at end of file
<html><body>%npcname%:<br>
Your partner %replace% asked to marry you.<br>
<center>
<a action="bypass -h npc_%objectId%_AcceptWedding">Accept Wedding</a><br>
<a action="bypass -h npc_%objectId%_DeclineWedding">Decline Wedding</a><br>
</center>
</body></html>
\ No newline at end of file
<html><body>%npcname%:<br>
The request of marriage was declined.
</body></html>
\ No newline at end of file
<html><body>Andromeda:<br>
In order to get married you first have to be engaged. To get engaged simply target your desired partner and type in the command ".engage" without the quotes. For this to work, you both need to be on each other's friends list. To do this, you need to type "/friendinvite PlayerName" without the quotes where PlayerName is the name of your partner.<br><br>
Once engaged, you ask me to get married. You both have to be wearing Formal wear in order for this to work as well as the wedding will cost 1,000,000,000 (1 Billion) adena.<br><br>
Once married, you can use the command ".gotolove" without the quotes, to teleport to your partner at anytime. If you wish to divorce, simply type the command ".divorce" without the quotes.<br>
<center>
<a action="bypass -h npc_%objectId%_start">Back</a><br>
</center>
</body></html>
\ No newline at end of file
<html><body>%npcname%:<br>
You are not wearing formal wear, go get formal wear and come back later.
If dont know where get it, then <font color="LEVEL">Trader Alexis</font> in Aden town can help you.
</body></html>
\ No newline at end of file
<html><body>%npcname%:<br>
You don't have partner, you need to be engaged before you can marry.
</body></html>
\ No newline at end of file
<html><body>%npcname%:<br>
No partner found, your friend must be online.
</body></html>
\ No newline at end of file
<html><body>%npcname%:<br>
You requested %replace% to marry you.
</body></html>
\ No newline at end of file
<html><body>Andromeda:<br>
I understand that you want to get married? Marriage is an expensive ceremony! Are you sure you want to go ahead with it ?<br>
<center>
<a action="bypass -h npc_%objectId%_AskWedding">I want to marry</a><br>
</center>
<br>Instructions :<br><br>
In order to get married you first have to be engaged. To get engaged simply target your desired partner and type in the command ".engage" without the quotes. For this to work, you both need to be on each other's friends list. To do this, you need to type "/friendinvite PlayerName" without the quotes where PlayerName is the name of your partner.<br><br>
Once engaged, you ask me to get married. You both have to be wearing Formal wear in order for this to work as well as the wedding will cost %replace% adena.<br><br>
Once married, you can use the command ".gotolove" without the quotes, to teleport to your partner at anytime. If you wish to divorce, simply type the command ".divorce" without the quotes.
</body></html>
\ No newline at end of file
<html><body>%npcname%:<br>
You asked your partner to marry you, wait till your partner accepted or declined your request.
</body></html>
\ No newline at end of file
......@@ -328,6 +328,7 @@ custom/events/Elpies/Elpies.java
custom/events/Rabbits/Rabbits.java
custom/events/Race/Race.java
custom/events/TvT/TvTManager/TvTManager.java
custom/events/Wedding/Wedding.java
# Vehicles
vehicles/BoatTalkingGludin.java
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment