Skip to content

New @Deposit/@ItemDeposit trigger - #1324

Open
canerksk wants to merge 1 commit into
Sphereserver:devfrom
canerksk:trig-deposit
Open

New @Deposit/@ItemDeposit trigger#1324
canerksk wants to merge 1 commit into
Sphereserver:devfrom
canerksk:trig-deposit

Conversation

@canerksk

@canerksk canerksk commented Oct 26, 2024

Copy link
Copy Markdown
Member

SRC/I = Char (Player)
ARGO = Gold
RETURN 1 = Prevents depositing gold into the bank.
It works just like DROPON_ITEM/ITEMDROPON_ITEM.
When using the virtual gold feature, there was no trigger triggered when physical gold was deposited into the bank, the Dropon_Item was not working because it was triggered lower down, and instead of moving the Dropon_Item up, a separate trigger was added to track the money on the server more easily from another location.

Tested.

Issue #1150

	SRC/I = Char (Player)
	ARGO = Gold
	RETURN 1 = Prevents depositing gold into the bank.
	It works just like DROPON_ITEM/ITEMDROPON_ITEM.
	When using the virtual gold feature, there was no trigger triggered when physical gold was deposited into the bank, the Dropon_Item was not working because it was triggered lower down, and instead of moving the Dropon_Item up, a separate trigger was added to track the money on the server more easily from another location.

Tested.
@cbnolok

cbnolok commented Apr 22, 2025

Copy link
Copy Markdown
Contributor

If this should be only for virtual gold going into our bank account, shouldn't it be called something like VirtualGoldDeposit ro VirtualGoldDepositBank? What do you think?

@canerksk

Copy link
Copy Markdown
Member Author

If this should be only for virtual gold going into our bank account, shouldn't it be called something like VirtualGoldDeposit ro VirtualGoldDepositBank? What do you think?

If virtualization is made for copper or silver coins in the future, it can be used for all three types of currencies.

@Jhobean

Jhobean commented Apr 22, 2025

Copy link
Copy Markdown
Contributor

What I understant is it working for all gold. Virtual or not.

@cbnolok

cbnolok commented Apr 25, 2025

Copy link
Copy Markdown
Contributor

If this should be only for virtual gold going into our bank account, shouldn't it be called something like VirtualGoldDeposit ro VirtualGoldDepositBank? What do you think?

If virtualization is made for copper or silver coins in the future, it can be used for all three types of currencies.

You are right, maybe then something like VirtualCurrencyDeposit? The "Deposit" part is fine, but alone i fear it's a bit misleading, one could think it's related to any item.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants