Conversation: npc_banker
Triggered by
- instance NPC Banker (blueprint Banker) — in Bank of Bree
- instance NPC Banker (blueprint Banker) — in Bank of Bree
- instance NPC Banker (blueprint Banker) — in Bank of Bree
Scripts referenced
| Script | Slot | In module | Notes |
|---|---|---|---|
bank_box_close | action | ✓ | |
bank_1gp_chk | active | ✓ | |
bank_10gp_chk | active | ✓ | |
bank_100gp_chk | active | ✓ | |
bank_1k_chk | active | ✓ | |
bank_10k_chk | active | ✓ | |
bank_100k_chk | active | ✓ | |
bank_1mil_chk | active | ✓ | |
bank_all_chk | active | ✓ | |
bank_box_open | action | ✓ | |
bank_box_nobox | active | ✓ | |
bank_flag_1_2 | action | ✓ | |
bank_all_set | action | ✓ | |
bank_1mil_set | action | ✓ | |
bank_100k_set | action | ✓ | |
bank_10k_set | action | ✓ | |
bank_1k_set | action | ✓ | |
bank_100gp_set | action | ✓ | |
bank_10gp_set | action | ✓ | |
bank_1gp_set | action | ✓ | |
bank_flag_1_1 | action | ✓ | |
bank_noaccount | active | ✓ | |
bank_box_hasbox | active | ✓ |
Starting entries
- entry #15 (if
bank_noaccount) — Hello, Is there something I can do for you? - entry #13 (if
bank_box_hasbox) — Are you ready to close your vault? - entry #2 — Good day <StartHighlight><FullName></Start>. Is there something you require?
- entry #1 — Is there anything else you need?
- entry #0 — What do you need?
Conversation flow
Each starting entry is expanded recursively. Repeated nodes (cycles, shared continuations) appear inline as ↩ link backrefs to the first occurrence.
entry #15 (if bank_noaccount) ¶
Hello, Is there something I can do for you?
reply #36 ¶
Could you tell me some things about the bank?
entry #16 ¶
What is it you wish to know?
reply #41 ¶
How do I get a bank account?
entry #20 ¶
For that you'll have to go into the back room and talk to the bank manager. It costs a little bit of gold to get an account, and you also have to have atleast 1,000gp to make it worth our time to make you an account.
reply #40 ¶
What happens when I "make a deposit"?
entry #19 ¶
When you ask to "make a deposit" I will take the selected ammount of gold from you and store it for you untill a later date. This is useful because if you die you will lose gold. If your gold is here then there isn't anything to worry about.
reply #39 ¶
What happens when I "make a withdrawl"?
reply #38 ¶
What happens when I "open my bank-vault"?
entry #17 ¶
When I open your bank-vault I will give you a Strongbox. You can put items into this Strongbox and they will be stored here for safe keeping. This is useful for inventory management, and also frees up room for you to carry other items. When you finish using your Strongbox bring it back to me.
entry #13 (if bank_box_hasbox) ¶
Are you ready to close your vault?
reply #35 → bank_box_close ¶
Yes.
entry #1 ¶
Is there anything else you need?
reply #26 ¶
Could you tell me some things about the bank?
entry #8 ¶
Most certainly. What is it you wish to know?
reply #31 ¶
My bank vault seems rather small. Is there any way to buy additional Strongboxes?
entry #12 ¶
Actually, yes. You will have to go into the Bank Manager's office and speak with him about it.
reply #27 ¶
I'd like to use my bank account now.
entry #0 ¶
What do you need?
↩ reply #26 “Could you tell me some things about the bank?”
reply #16 → bank_flag_1_1 ¶
I'd like to make a deposit.
entry #7 ¶
Alright. How much would you like to deposit? (<CUSTOM6000>gp In your account)
reply #25 → bank_1gp_set (if bank_1gp_chk) ¶
1gp.
↩ entry #7 “Alright. How much would you like to deposit? (<CUSTOM6000>gp In your account)”
reply #24 → bank_10gp_set (if bank_10gp_chk) ¶
10gp.
↩ entry #7 “Alright. How much would you like to deposit? (<CUSTOM6000>gp In your account)”
reply #23 → bank_100gp_set (if bank_100gp_chk) ¶
100gp
↩ entry #7 “Alright. How much would you like to deposit? (<CUSTOM6000>gp In your account)”
reply #22 → bank_1k_set (if bank_1k_chk) ¶
1,000gp.
↩ entry #7 “Alright. How much would you like to deposit? (<CUSTOM6000>gp In your account)”
reply #21 → bank_10k_set (if bank_10k_chk) ¶
10,000gp.
↩ entry #7 “Alright. How much would you like to deposit? (<CUSTOM6000>gp In your account)”
reply #20 → bank_100k_set (if bank_100k_chk) ¶
100,000gp.
↩ entry #7 “Alright. How much would you like to deposit? (<CUSTOM6000>gp In your account)”
reply #19 → bank_1mil_set (if bank_1mil_chk) ¶
1,000,000gp.
↩ entry #7 “Alright. How much would you like to deposit? (<CUSTOM6000>gp In your account)”
reply #7 → bank_flag_1_2 ¶
I'd like to make a withdrawl.
entry #6 ¶
Alright. How much would you like to withdraw? (<CUSTOM6000>gp In your account)
reply #15 → bank_1gp_set (if bank_1gp_chk) ¶
1gp.
↩ entry #6 “Alright. How much would you like to withdraw? (<CUSTOM6000>gp In your account)”
reply #14 → bank_10gp_set (if bank_10gp_chk) ¶
10gp.
↩ entry #6 “Alright. How much would you like to withdraw? (<CUSTOM6000>gp In your account)”
reply #13 → bank_100gp_set (if bank_100gp_chk) ¶
100gp
↩ entry #6 “Alright. How much would you like to withdraw? (<CUSTOM6000>gp In your account)”
reply #12 → bank_1k_set (if bank_1k_chk) ¶
1,000gp.
↩ entry #6 “Alright. How much would you like to withdraw? (<CUSTOM6000>gp In your account)”
reply #11 → bank_10k_set (if bank_10k_chk) ¶
10,000gp.
↩ entry #6 “Alright. How much would you like to withdraw? (<CUSTOM6000>gp In your account)”
reply #10 → bank_100k_set (if bank_100k_chk) ¶
100,000gp.
↩ entry #6 “Alright. How much would you like to withdraw? (<CUSTOM6000>gp In your account)”
reply #9 → bank_1mil_set (if bank_1mil_chk) ¶
1,000,000gp.
↩ entry #6 “Alright. How much would you like to withdraw? (<CUSTOM6000>gp In your account)”
reply #8 → bank_all_set (if bank_all_chk) ¶
Withdraw all of my gold.
↩ entry #6 “Alright. How much would you like to withdraw? (<CUSTOM6000>gp In your account)”
↩ reply #17 “That's all for now.”
reply #4 → bank_box_open ¶
Open my bank-vault please.
reply #30 ¶
What happens when I "make a deposit"?
entry #11 ¶
When you ask to "make a deposit" I will take the selected ammount of gold from you and store it for you untill a later date. This is useful because if you die you will lose gold. If your gold is here then there isn't anything to worry about.
reply #29 ¶
What happens when I "make a withdrawl"?
reply #28 ¶
What happens when I "open my bank-vault"?
entry #9 ¶
When I open your bank-vault I will give you a Strongbox. You can put items into this Strongbox and they will be stored here for safe keeping. This is useful for inventory management, and also frees up room for you to carry other items. When you finish using your Strongbox bring it back to me.
↩ reply #27 “I'd like to use my bank account now.”
↩ reply #16 “I'd like to make a deposit.”
↩ reply #7 “I'd like to make a withdrawl.”
↩ reply #4 “Open my bank-vault please.”
entry #2 ¶
Good day <StartHighlight><FullName></Start>. Is there something you require?
↩ entry #1 “Is there anything else you need?”
↩ entry #0 “What do you need?”
NPC lines (entries) — flat index
entry #0
What do you need?
- → child “Could you tell me some things about the bank?”
- → child “I'd like to make a deposit.”
- → child “I'd like to make a withdrawl.”
- → child “Open my bank-vault please.”
- → reply #0 “Nothing right now.”
entry #1
Is there anything else you need?
- → child “Could you tell me some things about the bank?”
- → child “I'd like to make a deposit.”
- → child “I'd like to make a withdrawl.”
- → child “Open my bank-vault please.”
- → reply #1 “No, thank you.”
entry #2
Good day <StartHighlight><FullName></Start>. Is there something you require?
- → reply #26 “Could you tell me some things about the bank?”
- → reply #16 “I'd like to make a deposit.”
- → reply #7 “I'd like to make a withdrawl.”
- → reply #4 “Open my bank-vault please.”
- → reply #2 “Not at the moment.”
entry #6
Alright. How much would you like to withdraw? (<CUSTOM6000>gp In your account)
- → reply #15 “1gp.” (if
bank_1gp_chk) - → reply #14 “10gp.” (if
bank_10gp_chk) - → reply #13 “100gp” (if
bank_100gp_chk) - → reply #12 “1,000gp.” (if
bank_1k_chk) - → reply #11 “10,000gp.” (if
bank_10k_chk) - → reply #10 “100,000gp.” (if
bank_100k_chk) - → reply #9 “1,000,000gp.” (if
bank_1mil_chk) - → reply #8 “Withdraw all of my gold.” (if
bank_all_chk) - → child “That's all for now.”
entry #7
Alright. How much would you like to deposit? (<CUSTOM6000>gp In your account)
- → reply #25 “1gp.” (if
bank_1gp_chk) - → reply #24 “10gp.” (if
bank_10gp_chk) - → reply #23 “100gp” (if
bank_100gp_chk) - → reply #22 “1,000gp.” (if
bank_1k_chk) - → reply #21 “10,000gp.” (if
bank_10k_chk) - → reply #20 “100,000gp.” (if
bank_100k_chk) - → reply #19 “1,000,000gp.” (if
bank_1mil_chk) - → reply #18 “Deposit all of my gold.” (if
bank_all_chk) - → reply #17 “That's all for now.”
entry #8
Most certainly. What is it you wish to know?
- → reply #31 “My bank vault seems rather small. Is there any way to buy additional Strongboxe…”
- → reply #30 “What happens when I "make a deposit"?”
- → reply #29 “What happens when I "make a withdrawl"?”
- → reply #28 “What happens when I "open my bank-vault"?”
- → reply #27 “I'd like to use my bank account now.”
entry #9
When I open your bank-vault I will give you a Strongbox. You can put items into this Strongbox and they will be stored here for safe keeping. This is useful for inventory management, and also frees up room for you to carry other items. When you finish using your Strongbox bring it back to me.
entry #10
When you "make a withdrawl" I will take the selected ammount of gold from your bank account and give it to you. You may then use the gold for whatever you wish.
entry #11
When you ask to "make a deposit" I will take the selected ammount of gold from you and store it for you untill a later date. This is useful because if you die you will lose gold. If your gold is here then there isn't anything to worry about.
entry #12
Actually, yes. You will have to go into the Bank Manager's office and speak with him about it.
- → reply #32 “I have some more questions.”
- → child “I'd like to use my bank account now.”
entry #15
Hello, Is there something I can do for you?
- → reply #36 “Could you tell me some things about the bank?”
- → child “Not at the moment.”
entry #16
What is it you wish to know?
- → reply #41 “How do I get a bank account?”
- → reply #40 “What happens when I "make a deposit"?”
- → reply #39 “What happens when I "make a withdrawl"?”
- → reply #38 “What happens when I "open my bank-vault"?”
- → reply #37 “That's all I need for now.”
entry #17
When I open your bank-vault I will give you a Strongbox. You can put items into this Strongbox and they will be stored here for safe keeping. This is useful for inventory management, and also frees up room for you to carry other items. When you finish using your Strongbox bring it back to me.
entry #18
When you "make a withdrawl" I will take the selected ammount of gold from your bank account and give it to you. You may then use the gold for whatever you wish.
entry #19
When you ask to "make a deposit" I will take the selected ammount of gold from you and store it for you untill a later date. This is useful because if you die you will lose gold. If your gold is here then there isn't anything to worry about.
entry #20
For that you'll have to go into the back room and talk to the bank manager. It costs a little bit of gold to get an account, and you also have to have atleast 1,000gp to make it worth our time to make you an account.
- → reply #43 “I have some other questions.”
- → reply #42 “Alright, thank you.”
PC replies — flat index
reply #3
(no text)
reply #4 →
bank_box_openOpen my bank-vault please.
- → entry #5 “You need to make room in your inventory first.” (if
bank_box_nobox) - → entry #4 “Alright, here's your strongbox. Tell me when you're finished.”
reply #5
Thank you.
reply #7 →
bank_flag_1_2I'd like to make a withdrawl.
- → entry #6 “Alright. How much would you like to withdraw? (<CUSTOM6000>gp In your account)”
reply #8 →
bank_all_setWithdraw all of my gold.
- → child “Alright. How much would you like to withdraw? (<CUSTOM6000>gp In your account)”
reply #9 →
bank_1mil_set1,000,000gp.
- → child “Alright. How much would you like to withdraw? (<CUSTOM6000>gp In your account)”
reply #10 →
bank_100k_set100,000gp.
- → child “Alright. How much would you like to withdraw? (<CUSTOM6000>gp In your account)”
reply #11 →
bank_10k_set10,000gp.
- → child “Alright. How much would you like to withdraw? (<CUSTOM6000>gp In your account)”
reply #12 →
bank_1k_set1,000gp.
- → child “Alright. How much would you like to withdraw? (<CUSTOM6000>gp In your account)”
reply #13 →
bank_100gp_set100gp
- → child “Alright. How much would you like to withdraw? (<CUSTOM6000>gp In your account)”
reply #14 →
bank_10gp_set10gp.
- → child “Alright. How much would you like to withdraw? (<CUSTOM6000>gp In your account)”
reply #15 →
bank_1gp_set1gp.
- → child “Alright. How much would you like to withdraw? (<CUSTOM6000>gp In your account)”
reply #16 →
bank_flag_1_1I'd like to make a deposit.
- → entry #7 “Alright. How much would you like to deposit? (<CUSTOM6000>gp In your account)”
reply #18 →
bank_all_setDeposit all of my gold.
- → child “Alright. How much would you like to deposit? (<CUSTOM6000>gp In your account)”
reply #19 →
bank_1mil_set1,000,000gp.
- → child “Alright. How much would you like to deposit? (<CUSTOM6000>gp In your account)”
reply #20 →
bank_100k_set100,000gp.
- → child “Alright. How much would you like to deposit? (<CUSTOM6000>gp In your account)”
reply #21 →
bank_10k_set10,000gp.
- → child “Alright. How much would you like to deposit? (<CUSTOM6000>gp In your account)”
reply #22 →
bank_1k_set1,000gp.
- → child “Alright. How much would you like to deposit? (<CUSTOM6000>gp In your account)”
reply #23 →
bank_100gp_set100gp
- → child “Alright. How much would you like to deposit? (<CUSTOM6000>gp In your account)”
reply #24 →
bank_10gp_set10gp.
- → child “Alright. How much would you like to deposit? (<CUSTOM6000>gp In your account)”
reply #25 →
bank_1gp_set1gp.
- → child “Alright. How much would you like to deposit? (<CUSTOM6000>gp In your account)”
reply #26
Could you tell me some things about the bank?
- → entry #8 “Most certainly. What is it you wish to know?”
reply #28
What happens when I "open my bank-vault"?
- → entry #9 “When I open your bank-vault I will give you a Strongbox. You can put items into…”
reply #29
What happens when I "make a withdrawl"?
- → entry #10 “When you "make a withdrawl" I will take the selected ammount of gold from your b…”
reply #30
What happens when I "make a deposit"?
- → entry #11 “When you ask to "make a deposit" I will take the selected ammount of gold from y…”
reply #31
My bank vault seems rather small. Is there any way to buy additional Strongboxes?
- → entry #12 “Actually, yes. You will have to go into the Bank Manager's office and speak wit…”
reply #34
(no text)
reply #38
What happens when I "open my bank-vault"?
- → entry #17 “When I open your bank-vault I will give you a Strongbox. You can put items into…”
reply #39
What happens when I "make a withdrawl"?
- → entry #18 “When you "make a withdrawl" I will take the selected ammount of gold from your b…”
reply #40
What happens when I "make a deposit"?
- → entry #19 “When you ask to "make a deposit" I will take the selected ammount of gold from y…”
reply #41
How do I get a bank account?
- → entry #20 “For that you'll have to go into the back room and talk to the bank manager. It…”