Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
02-10-2023, xwerswoodx - Fixed: Re-Coded @KarmaChange and @FameChange triggers not setting variables correctly. (Issue #1118) ARGN1 now return as the amount of Karma/Fame being added. LOCAL.OLD and LOCAL.NEW removed, while ARGN1 is writeable, it's impossible to track that values in the trigger. ARGO now return the source of karma/fame income if exists. - Added: @KarmaChanged and @FameChanged triggers to track Karma/Fame changes after @KarmaChange/@FameChange triggered. ARGN1 returns the amount of Karma/Fame being added. LOCAL.OLD returns the karma value before added anything. LOCAL.NEW returns the current player karma. This trigger has no RETURN value to block hardcoded events while it triggers after everything finished. - Fixed: f_onchar_create_init is not called. (Issue: #1117) - Fixed: IF and QVAL statements cannot evaluate correctly 32bit+ bitwise conditions. (Issue: #1078) - Added: @PartyAdd trigger. (Feature Request: #1054) I: The player who is joining to the party. SRC: The player who is inviting. Return 1: Cancels the action. - Added: LOCAL.SOUND and LOCAL.ANIM under @start (Skill) and @SkillStart triggers to override sound and animations before start crafting or gathering.
- Loading branch information