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

Added new local variable in WOPSYSTEM LOCAL.WOPTalkMode and ini setti… #1356

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

raydienull
Copy link
Contributor

…ngs WOPTalkMode (#1325)

  • Added new local variable in WOPSYSTEM LOCAL.WOPTalkMode and ini settings WOPTalkMode

    In some clients, different operations can be performed in return for this, for example, if this talkmode went from sphere as TALKMODE SPELL, the operation is performed according to this incoming talk mode according to the client versions. Here, the possibility of changing the talkmode according to the client version used is given. By default, TALKMODE_SPELL
    Default talk mode: TALKMODE_SPELL = 10
    Sphere.ini;
    WOPTalkMode=0/14

    Trigger;
    @spellcast
    Local.WOPTalkMode=0/14

Tested.

  • initialize the new member variable in the cserverconfig

…ngs WOPTalkMode (#1325)

* Added new local variable in WOPSYSTEM LOCAL.WOPTalkMode and ini settings WOPTalkMode

	In some clients, different operations can be performed in return for this, for example, if this talkmode went from sphere as TALKMODE SPELL, the operation is performed according to this incoming talk mode according to the client versions. Here, the possibility of changing the talkmode according to the client version used is given. By default, TALKMODE_SPELL
	Default talk mode: TALKMODE_SPELL = 10
	Sphere.ini;
	WOPTalkMode=0/14

	Trigger;
	@spellcast
	Local.WOPTalkMode=0/14

Tested.

* initialize the new member variable in the cserverconfig

---------

Co-authored-by: cbnolok <[email protected]>
@raydienull raydienull merged commit 4db2d5e into master Dec 13, 2024
25 checks passed
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.

2 participants