mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 23:09:02 +00:00
Changed: Synchronization with SVN
This commit is contained in:
parent
6085e9bba4
commit
790bd4d0ef
3 changed files with 3 additions and 2 deletions
|
@ -100,6 +100,7 @@ summon :DEV:SGM:GM:VG:SG:EM: // Summon a player in front of the CSR: <pla
|
||||||
targetInfos :DEV:SGM:GM:EM: // Give infos on the target
|
targetInfos :DEV:SGM:GM:EM: // Give infos on the target
|
||||||
teamInvite // Send a team invite to a player character
|
teamInvite // Send a team invite to a player character
|
||||||
connectUserChannel // Connect to User Channel Chat
|
connectUserChannel // Connect to User Channel Chat
|
||||||
|
connectLangChannel // Connect to Lang Channel Chat
|
||||||
webExecCommand // Execute web command (need HMAC signature)
|
webExecCommand // Execute web command (need HMAC signature)
|
||||||
webDelCommandsIds // Delete web transactions for web_app
|
webDelCommandsIds // Delete web transactions for web_app
|
||||||
webAddCommandsIds // Add web command transactions for web_app
|
webAddCommandsIds // Add web command transactions for web_app
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<xml>
|
<xml>
|
||||||
<_Date type="UINT32" value="0"/>
|
<UTC__Date type="UINT32" value="0"/>
|
||||||
<_Name type="STRING" value=""/>
|
<_Name type="STRING" value=""/>
|
||||||
<_EventFaction1Name type="STRING" value=""/>
|
<_EventFaction1Name type="STRING" value=""/>
|
||||||
<_EventFaction2Name type="STRING" value=""/>
|
<_EventFaction2Name type="STRING" value=""/>
|
||||||
|
|
|
@ -126,7 +126,7 @@ SystemCmd = {};
|
||||||
ReadTranslationWork = 0;
|
ReadTranslationWork = 0;
|
||||||
TranslationWorkPath = "translation/work";
|
TranslationWorkPath = "translation/work";
|
||||||
|
|
||||||
//Paths = { "data_leveldesign/leveldesign/Game_elem" };
|
//Paths += { "data_leveldesign/leveldesign/Game_elem" };
|
||||||
|
|
||||||
// Global shard bot name translation file. You sould overide this
|
// Global shard bot name translation file. You sould overide this
|
||||||
// in input_output_service.cfg to specialize the file
|
// in input_output_service.cfg to specialize the file
|
||||||
|
|
Loading…
Reference in a new issue