Skip to content

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

Merged
raydienull merged 1 commit intomasterfrom
dev
Dec 13, 2024
Merged

Added new local variable in WOPSYSTEM LOCAL.WOPTalkMode and ini setti…#1356
raydienull merged 1 commit intomasterfrom
dev

Conversation

@raydienull
Copy link
Copy Markdown
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 <cbnolok@gmail.com>
@raydienull raydienull merged commit 4db2d5e into master Dec 13, 2024
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