Conversation: npc_banker
Triggered by
- creature NPC Banker — in Bank of Bree
- creature NPC Banker — in Bank of Bree
- creature NPC Banker — in Bank of Bree
Scripts referenced
| Script | Slot | In module | Notes |
|---|---|---|---|
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_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 | ✓ |
Custom tokens
These runtime tokens are filled by NWScript via SetCustomToken(N, text). The scripts listed set each token; the actual value depends on game state at runtime.
| Token | Set by script(s) |
|---|---|
<CUSTOM6000> | bank_100gp_set, bank_100k_set, bank_10gp_set, bank_10k_set, bank_1gp_set, bank_1k_set, bank_1mil_set, bank_all_set, bank_flag_1_1, bank_flag_1_2 |
Starting entries
- entry #9 (if
bank_noaccount) — Hello, Is there something I can do for you? - entry #2 — Good day . 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 #9 (if bank_noaccount) ¶
Hello, Is there something I can do for you?
reply #27 ¶
Could you tell me some things about the bank?
entry #10 ¶
What is it you wish to know?
reply #31 ¶
How do I get a bank account?
entry #13 ¶
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 #30 ¶
What happens when I "make a deposit"?
entry #12 ¶
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"?
entry #2 ¶
Good day <StartHighlight><FullName></Start>. Is there something you require?
reply #23 ¶
Could you tell me some things about the bank?
entry #6 ¶
Most certainly. What is it you wish to know?
reply #26 ¶
What happens when I "make a deposit"?
entry #8 ¶
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 #24 ¶
I'd like to use my bank account now.
entry #0 ¶
What do you need?
↩ reply #23 “Could you tell me some things about the bank?”
reply #13 → bank_flag_1_1 ¶
I'd like to make a deposit.
entry #5 ¶
Alright. How much would you like to deposit? (<CUSTOM6000>[bank_100gp_set, bank_100k_set, bank_10gp_set, bank_10k_set, bank_1gp_set, bank_1k_set, bank_1mil_set, bank_all_set, bank_flag_1_1, bank_flag_1_2]gp In your account)
reply #22 → bank_1gp_set (if bank_1gp_chk) ¶
1gp.
↩ entry #5 “Alright. How much would you like to deposit? (gp In your account)”
reply #21 → bank_10gp_set (if bank_10gp_chk) ¶
10gp.
↩ entry #5 “Alright. How much would you like to deposit? (gp In your account)”
reply #20 → bank_100gp_set (if bank_100gp_chk) ¶
100gp
↩ entry #5 “Alright. How much would you like to deposit? (gp In your account)”
reply #19 → bank_1k_set (if bank_1k_chk) ¶
1,000gp.
↩ entry #5 “Alright. How much would you like to deposit? (gp In your account)”
reply #18 → bank_10k_set (if bank_10k_chk) ¶
10,000gp.
↩ entry #5 “Alright. How much would you like to deposit? (gp In your account)”
reply #17 → bank_100k_set (if bank_100k_chk) ¶
100,000gp.
↩ entry #5 “Alright. How much would you like to deposit? (gp In your account)”
reply #16 → bank_1mil_set (if bank_1mil_chk) ¶
1,000,000gp.
↩ entry #5 “Alright. How much would you like to deposit? (gp In your account)”
reply #15 → bank_all_set (if bank_all_chk) ¶
Deposit all of my gold.
↩ entry #5 “Alright. How much would you like to deposit? (gp In your account)”
reply #14 ¶
That's all for now.
entry #1 ¶
Is there anything else you need?
↩ reply #23 “Could you tell me some things about the bank?”
↩ reply #13 “I'd like to make a deposit.”
reply #4 → bank_flag_1_2 ¶
I'd like to make a withdrawl.
entry #4 ¶
Alright. How much would you like to withdraw? (<CUSTOM6000>[bank_100gp_set, bank_100k_set, bank_10gp_set, bank_10k_set, bank_1gp_set, bank_1k_set, bank_1mil_set, bank_all_set, bank_flag_1_1, bank_flag_1_2]gp In your account)
reply #12 → bank_1gp_set (if bank_1gp_chk) ¶
1gp.
↩ entry #4 “Alright. How much would you like to withdraw? (gp In your account)”
reply #11 → bank_10gp_set (if bank_10gp_chk) ¶
10gp.
↩ entry #4 “Alright. How much would you like to withdraw? (gp In your account)”
reply #10 → bank_100gp_set (if bank_100gp_chk) ¶
100gp
↩ entry #4 “Alright. How much would you like to withdraw? (gp In your account)”
reply #9 → bank_1k_set (if bank_1k_chk) ¶
1,000gp.
↩ entry #4 “Alright. How much would you like to withdraw? (gp In your account)”
reply #8 → bank_10k_set (if bank_10k_chk) ¶
10,000gp.
↩ entry #4 “Alright. How much would you like to withdraw? (gp In your account)”
reply #7 → bank_100k_set (if bank_100k_chk) ¶
100,000gp.
↩ entry #4 “Alright. How much would you like to withdraw? (gp In your account)”
reply #6 → bank_1mil_set (if bank_1mil_chk) ¶
1,000,000gp.
↩ entry #4 “Alright. How much would you like to withdraw? (gp In your account)”
reply #5 → bank_all_set (if bank_all_chk) ¶
Withdraw all of my gold.
↩ entry #4 “Alright. How much would you like to withdraw? (gp In your account)”
↩ reply #14 “That's all for now.”
↩ reply #4 “I'd like to make a withdrawl.”
reply #25 ¶
What happens when I "make a withdrawl"?
↩ reply #24 “I'd like to use my bank account now.”
↩ reply #13 “I'd like to make a deposit.”
↩ reply #4 “I'd like to make a withdrawl.”
↩ reply #2 “Not at the moment.”
↩ 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.”
- → 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.”
- → reply #1 “No, thank you.”
entry #2
Good day <StartHighlight><FullName></Start>. Is there something you require?
- → reply #23 “Could you tell me some things about the bank?”
- → reply #13 “I'd like to make a deposit.”
- → reply #4 “I'd like to make a withdrawl.”
- → reply #2 “Not at the moment.”
entry #4
Alright. How much would you like to withdraw? (<CUSTOM6000>[bank_100gp_set, bank_100k_set, bank_10gp_set, bank_10k_set, bank_1gp_set, bank_1k_set, bank_1mil_set, bank_all_set, bank_flag_1_1, bank_flag_1_2]gp In your account)
- → reply #12 “1gp.” (if
bank_1gp_chk) - → reply #11 “10gp.” (if
bank_10gp_chk) - → reply #10 “100gp” (if
bank_100gp_chk) - → reply #9 “1,000gp.” (if
bank_1k_chk) - → reply #8 “10,000gp.” (if
bank_10k_chk) - → reply #7 “100,000gp.” (if
bank_100k_chk) - → reply #6 “1,000,000gp.” (if
bank_1mil_chk) - → reply #5 “Withdraw all of my gold.” (if
bank_all_chk) - → child “That's all for now.”
entry #5
Alright. How much would you like to deposit? (<CUSTOM6000>[bank_100gp_set, bank_100k_set, bank_10gp_set, bank_10k_set, bank_1gp_set, bank_1k_set, bank_1mil_set, bank_all_set, bank_flag_1_1, bank_flag_1_2]gp In your account)
- → reply #22 “1gp.” (if
bank_1gp_chk) - → reply #21 “10gp.” (if
bank_10gp_chk) - → reply #20 “100gp” (if
bank_100gp_chk) - → reply #19 “1,000gp.” (if
bank_1k_chk) - → reply #18 “10,000gp.” (if
bank_10k_chk) - → reply #17 “100,000gp.” (if
bank_100k_chk) - → reply #16 “1,000,000gp.” (if
bank_1mil_chk) - → reply #15 “Deposit all of my gold.” (if
bank_all_chk) - → reply #14 “That's all for now.”
entry #6
Most certainly. What is it you wish to know?
- → reply #26 “What happens when I "make a deposit"?”
- → reply #25 “What happens when I "make a withdrawl"?”
- → reply #24 “I'd like to use my bank account now.”
entry #7
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.
- → child “I'd like to use my bank account now.”
entry #8
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.
- → child “I'd like to use my bank account now.”
entry #9
Hello, Is there something I can do for you?
- → reply #27 “Could you tell me some things about the bank?”
- → child “Not at the moment.”
entry #10
What is it you wish to know?
- → reply #31 “How do I get a bank account?”
- → reply #30 “What happens when I "make a deposit"?”
- → reply #29 “What happens when I "make a withdrawl"?”
- → reply #28 “That's all I need for now.”
entry #11
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 #12
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 #13
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 #33 “I have some other questions.”
- → reply #32 “Alright, thank you.”
PC replies — flat index
reply #3
(no text)
reply #4 →
bank_flag_1_2I'd like to make a withdrawl.
- → entry #4 “Alright. How much would you like to withdraw? (gp In your account)”
reply #5 →
bank_all_setWithdraw all of my gold.
- → child “Alright. How much would you like to withdraw? (gp In your account)”
reply #6 →
bank_1mil_set1,000,000gp.
- → child “Alright. How much would you like to withdraw? (gp In your account)”
reply #7 →
bank_100k_set100,000gp.
- → child “Alright. How much would you like to withdraw? (gp In your account)”
reply #8 →
bank_10k_set10,000gp.
- → child “Alright. How much would you like to withdraw? (gp In your account)”
reply #9 →
bank_1k_set1,000gp.
- → child “Alright. How much would you like to withdraw? (gp In your account)”
reply #10 →
bank_100gp_set100gp
- → child “Alright. How much would you like to withdraw? (gp In your account)”
reply #11 →
bank_10gp_set10gp.
- → child “Alright. How much would you like to withdraw? (gp In your account)”
reply #12 →
bank_1gp_set1gp.
- → child “Alright. How much would you like to withdraw? (gp In your account)”
reply #13 →
bank_flag_1_1I'd like to make a deposit.
- → entry #5 “Alright. How much would you like to deposit? (gp In your account)”
reply #15 →
bank_all_setDeposit all of my gold.
- → child “Alright. How much would you like to deposit? (gp In your account)”
reply #16 →
bank_1mil_set1,000,000gp.
- → child “Alright. How much would you like to deposit? (gp In your account)”
reply #17 →
bank_100k_set100,000gp.
- → child “Alright. How much would you like to deposit? (gp In your account)”
reply #18 →
bank_10k_set10,000gp.
- → child “Alright. How much would you like to deposit? (gp In your account)”
reply #19 →
bank_1k_set1,000gp.
- → child “Alright. How much would you like to deposit? (gp In your account)”
reply #20 →
bank_100gp_set100gp
- → child “Alright. How much would you like to deposit? (gp In your account)”
reply #21 →
bank_10gp_set10gp.
- → child “Alright. How much would you like to deposit? (gp In your account)”
reply #22 →
bank_1gp_set1gp.
- → child “Alright. How much would you like to deposit? (gp In your account)”
reply #23
Could you tell me some things about the bank?
- → entry #6 “Most certainly. What is it you wish to know?”
reply #25
What happens when I "make a withdrawl"?
- → entry #7 “When you "make a withdrawl" I will take the selected ammount of gold from your b…”
reply #26
What happens when I "make a deposit"?
- → entry #8 “When you ask to "make a deposit" I will take the selected ammount of gold from y…”
reply #29
What happens when I "make a withdrawl"?
- → entry #11 “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 #12 “When you ask to "make a deposit" I will take the selected ammount of gold from y…”
reply #31
How do I get a bank account?
- → entry #13 “For that you'll have to go into the back room and talk to the bank manager. It…”