Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New @Deposit/@ItemDeposit trigger #1324

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

canerksk
Copy link
Contributor

@canerksk canerksk commented Oct 26, 2024

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.
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.

1 participant