The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Packets from server to client
Author Message
Breaker
Apprentice
*

Posts: 20
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Mar 2012
Reputation: 2



Post: #6
RE: Packets from server to client
i want now hook packets: [0x1C] Send Speech, [0xAE] Unicode Speech message, i want make multi language support
or i want change replace sphere hardcore text for [DEFMESSAGES MESSAGES]
for example now we have
Code:
[DEFMESSAGE MESSAGES]
alchemy_dunno                "You have no clue how to make this potion."
alchemy_lack                "Hmmm, you lack %s for this potion."
alchemy_nobottles            "You have no bottles for your potion."
alchemy_not_reg                "That is not a reagent."
alchemy_pour                "pour the completed potion into a bottle"
....

i want make
Code:
[DEFMESSAGE MESSAGES_ENG] // all messages on english language
ENG_alchemy_dunno                "You have no clue how to make this potion."
ENG_alchemy_lack                "Hmmm, you lack %s for this potion."
ENG_alchemy_nobottles            "You have no bottles for your potion."
ENG_alchemy_not_reg                "That is not a reagent."
ENG_alchemy_pour                "pour the completed potion into a bottle"
....

[DEFMESSAGE MESSAGES_DEU]  // all messages on german language
DEU_alchemy_dunno                "You have no clue how to make this potion."
DEU_alchemy_lack                "Hmmm, you lack %s for this potion."
DEU_alchemy_nobottles            "You have no bottles for your potion."
DEU_alchemy_not_reg                "That is not a reagent."
DEU_alchemy_pour                "pour the completed potion into a bottle"
....

[DEFMESSAGE MESSAGES_RUS] // all messages on russian language
RUS_alchemy_dunno                "You have no clue how to make this potion."
RUS_alchemy_lack                "Hmmm, you lack %s for this potion."
RUS_alchemy_nobottles            "You have no bottles for your potion."
RUS_alchemy_not_reg                "That is not a reagent."
RUS_alchemy_pour                "pour the completed potion into a bottle"
...
(This post was last modified: 05-25-2013 10:10 PM by Breaker.)
05-25-2013 10:06 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Packets from server to client - Breaker - 05-24-2013, 05:52 PM
RE: Packets from server to client - Wap - 05-25-2013, 12:48 AM
RE: Packets from server to client - Breaker - 05-25-2013 10:06 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)