Marrage NPC for 1.4

Crazyfist

Dedicated Member
Dedicated Member
Jan 30, 2005
17
0
28
Can any1 send me a Marrage NPC for 1.4 please i have 1.9 but im not sure if its same and the beauty NPC please

Thanks ^^
 

IceMan

Hero's Act Mir 2
Legendary
Apr 17, 2003
8,544
2
375
330
wasnt hard m8 i just have to look

[@main]
#IF
checkmarry alre
#ACT
goto @unmarry
#ELSEACT
goto @marry

[@marry]
#say
SERVERNAME - Marry NPC\ \
This is the server wedding NPC, please\
come here to marry your beloved one.\
When married, your name will show as\
"s man" or "s wife".\
<Click to Marry/@marry1> - <Close Window/@exit>

[@marry1]
#IF
gender man
#ACT
goto @man_marry
#ELSEACT
goto @woman_marry

[@man_marry]
#say
SERVERNAME - Seramoney\
Please face your bride. When facing, ask her to marry you.\
<Marry Me!/@man_marry1> - <Close Window/@exit>\

[@woman_marry]
#say
SERVERNAME - Seramoney\
Please face your groom. When faced, ask him to marry you.\

<Marry Me!/@woman_marry1> - <Close Window/@exit>

[@man_marry1]
#if
checklevel 20
#elseact
goto @level_error1
break

#if
checkmarry poin
#elseact
goto @place_error1
break

#if
checkmarry opelevel 20
#elseact
goto @level_error2
break

#if
checkmarry marriedl
#act
goto @marry_error
break

#if
#act
marry Aski
#say
Simulation - Awaiting your partner...\
#elsesay
You don't want to pay the $$? huh?\ \ \
<Exit/@exit>

[@woman_marry1]
#if
checklevel 20
#elseact
goto @level_error1
break

#if
checkmarry poin
#elseact
goto @place_error1
break

#if
checkmarry opelevel 20
#elseact
goto @level_error2
break

#if
checkmarry marriedl
#act
goto @marry_error
break

#if
#act
marry aski
#say
All You Can do now is wait...\
#elsesay
You don't want to pay $$? huh?\\
<Exit/@exit>

[@level_error1]
#say
You are not high enough level to be married.\\
<Exit/@exit>

[@level_error2]
#say
Go and help he/she level up first!\\
<Exit/@exit>

[@marry_error]
#say
Sorry, he/she get married\\
<Exit/@exit>

[@place_error1]
#say
Face her and she will give you her answer! You must face!\\
<Exit/@exit>

[@agree_marry]
#if
checkmarry sure
#say
Congratsulations! May You Both Live In Peace\ \
<Thanks You/@exit>
#act
marry sure
#elsesay
You can't marry\ \
<Exit/@exit>

[@unmarry]
#say
Simulation - Greetings!\ \
Hey, I hope your marrige is going okay.\
<We are getting along fine/@exit>\
<I We'd like to break up./@unmarry1>\

[@unmarry1]
#if
gender man
#act
goto @man_unmarry
#elseact
goto @woman_unmarry
[@man_unmarry]
#say
I take it you have problems with each other.\
Face your wife you can ask her to <BreakUp/@unmarry2>£¬\
If she says OK then you will be single again!\ \
<No.I dont want to leave her/@exit>

[@woman_unmarry]
#say
I take it you have problems with each other.\
Face your husband you can ask him to <BreakUp/@unmarry2>£¬\
If she says OK then you will be single again!\\
<No. I dont want to leave him/@exit>

[@unmarry2]
#if
checkmarry poin
#elseact
goto @place_error2
break

#if
checkmarry hanw
#say
All you can do now is wait!\
#act
marry disw

#elsesay
You two are not married\\
<Exit/@exit>

;ÓɶԷ½µ¯³öµÄ´°¿Ú·µ»Ø
[@agree_unmarry]
#if
checkmarry hanw
#act
marry diso
#elsesay
You can't marry\ \
<Exit/@exit>

[@place_error2]
#SAY
If you two aren't facing, how can I break you up?\\
<He or She didnt stay on for a long time./@unmarry3>\
<Exit/@exit>

[@unmarry3]
#if
gender man
#say
If you want to break up now. I will tell her\
about this when she is next on,\\
<I want to break up now!/@unmarry4>\
<I better wait my wife on/@exit>
#elsesay
If you want to break up now. I will tell him\
about this when he is next on,\\
<I want to break up now!/@unmarry4>\ \
<I better wait my man on/@exit>

[@unmarry4]
#if
#act
marry diso
#say
Ok, now you are single again!\ \
#elsesay
You must pay for it!...\ \ \
<Exit/@exit>

[@ring]
#if
gender man
goto @manring
#elseact
goto @womanring

[@manring]
#IF
checknamelist ManRing.txt
#SAY
You already have claimed a wedding ring from me. Go Away!
<Exit./@exit>
#ELSEACT
give WeddRing(M)
addnamelist ManRing.txt
#SAY
There is your wedding ring. Wear it and feel loved =D.
<I Will./@exit>

[@womanring]
#IF
checknamelist WomanRing.txt
#SAY
You already have claimed a wedding ring from me. Go Away!
<Exit./@exit>
#ELSEACT
give WeddRing(F)
addnamelist WomanRing.txt
#SAY
There is your wedding ring. Wear it and feel loved =D.
<I Will./@exit>
 
Upvote 0

Ragnar

Hallowed be thy name
Legendary
Golden Oldie
Loyal Member
Jul 20, 2004
5,258
3
275
The search function is there for a reason BTW. and wrong section also.

Code:
[@main]
 #IF
 checkmarry alre
 #ACT
 goto @unmarry
 #ELSEACT
 goto @marry
 
 [@marry]
 #say
 SERVERNAME - Marry NPC\ \
 This is the server wedding NPC, please\
 come here to marry your beloved one.\
 When married, your name will show as\
 "s man" or "s wife".\
 <Click to Marry/@marry1>  -  <Close Window/@exit>
 
 [@marry1]
 #IF
 gender man
 #ACT
 goto @man_marry
 #ELSEACT
 goto @woman_marry
 
 [@man_marry]
 #say
 SERVERNAME - Seramoney\
 Please face your bride. When facing, ask her to marry you.\
 <Marry Me!/@man_marry1>  -  <Close Window/@exit>\
 
 [@woman_marry]
 #say
 SERVERNAME - Seramoney\
 Please face your groom. When faced, ask him to marry you.\
 
 <Marry Me!/@woman_marry1>  -  <Close Window/@exit>
 
 [@man_marry1]
 #if
 checklevel 20
 #elseact
 goto @level_error1
 break
 
 #if
 checkmarry poin
 #elseact
 goto @place_error1
 break
 
 #if
 checkmarry opelevel 20
 #elseact
 goto @level_error2
 break
 
 #if
 checkmarry marriedl
 #act
 goto @marry_error
 break
 
 #if
 #act
 marry Aski 
 #say
 Simulation - Awaiting your partner...\
 #elsesay
 You don't want to pay the $$? huh?\ \ \
 <Exit/@exit>
 
 [@woman_marry1]
 #if
 checklevel 20
 #elseact
 goto @level_error1
 break
 
 #if
 checkmarry poin
 #elseact
 goto @place_error1
 break
 
 #if
 checkmarry opelevel 20
 #elseact
 goto @level_error2
 break
 
 #if
 checkmarry marriedl
 #act
 goto @marry_error
 break
 
 #if
 #act
 marry aski
 #say
 All You Can do now is wait...\
 #elsesay
 You don't want to pay $$? huh?\\
 <Exit/@exit>
 
 [@level_error1]
 #say
 You are not high enough level to be married.\\
  <Exit/@exit>
 
 [@level_error2]
 #say
 Go and help he/she level up first!\\
  <Exit/@exit>
 
 [@marry_error]
 #say
 Sorry, he/she get married\\
  <Exit/@exit>
 
 [@place_error1]
 #say
 Face her and she will give you her answer! You must face!\\
  <Exit/@exit>
 
 [@agree_marry]
 #if
 checkmarry sure
 #say
 Congratsulations! May You Both Live In Peace\ \
  <Thanks You/@exit>
 #act
 marry sure
 #elsesay
 You can't marry\ \
  <Exit/@exit>
 
 [@unmarry]
 #say
 Simulation - Greetings!\ \
 Hey, I hope your marrige is going okay.\
 <We are getting along fine/@exit>\
 <I We'd like to break up./@unmarry1>\
 
 [@unmarry1]
 #if
 gender man
 #act
 goto @man_unmarry
 #elseact
 goto @woman_unmarry
 [@man_unmarry]
 #say
 I take it you have problems with each other.\
 Face your wife you can ask her to <BreakUp/@unmarry2>£¬\
 If she says OK then you will be single again!\ \
  <No.I dont want to leave her/@exit>
 
 [@woman_unmarry]
 #say
 I take it you have problems with each other.\
 Face your husband you can ask him to <BreakUp/@unmarry2>£¬\
 If she says OK then you will be single again!\\
  <No. I dont want to leave him/@exit>
 
 [@unmarry2]
 #if
 checkmarry poin
 #elseact
 goto @place_error2
 break
 
 #if
 checkmarry hanw
 #say
 All you can do now is wait!\
 #act
 marry disw
 
 #elsesay
 You two are not married\\
  <Exit/@exit>
 
 ;ÓɶԷ½µ¯³öµÄ´°¿Ú·µ»Ø
 [@agree_unmarry]
 #if
 checkmarry hanw
 #act
 marry diso
 #elsesay
 You can't marry\ \
  <Exit/@exit>
 
 [@place_error2]
 #SAY
 If you two aren't facing, how can I break you up?\\
 <He or She didnt stay on for a long time./@unmarry3>\ 
 <Exit/@exit>
 
 [@unmarry3]
 #if
 gender man
 #say
 If you want to break up now. I will tell her\
 about this when she is next on,\\
  <I want to break up now!/@unmarry4>\
  <I better wait my wife on/@exit>
 #elsesay
 If you want to break up now. I will tell him\
 about this when he is next on,\\
  <I want to break up now!/@unmarry4>\ \
  <I better wait my man on/@exit>
 
 [@unmarry4]
 #if
 #act
 marry diso
 #say
 Ok, now you are single again!\ \
 #elsesay
 You must pay for it!...\ \ \
  <Exit/@exit>
 
 [@ring]
 #if
 gender man
 goto @manring
 #elseact
 goto @womanring
 
 [@manring]
 #IF
 checknamelist ManRing.txt
 #SAY
 You already have claimed a wedding ring from me. Go Away!
 <Exit./@exit>
 #ELSEACT
 give WeddRing(M)
 addnamelist ManRing.txt
 #SAY
 There is your wedding ring. Wear it and feel loved =D.
 <I Will./@exit>
 
 [@womanring]
 #IF
 checknamelist WomanRing.txt
 #SAY
 You already have claimed a wedding ring from me. Go Away!
 <Exit./@exit>
 #ELSEACT
 give WeddRing(F)
 addnamelist WomanRing.txt
 #SAY
 There is your wedding ring. Wear it and feel loved =D.
 <I Will./@exit>
 
Upvote 0