Jump to content
Sign in to follow this  
OldHero

World and trade chats

Recommended Posts

Check groupserver.cfg for:

[chat]
MaxChatNumPerPlayer		=	30
maxPlayerPerChat		=	50
WorldInterval		=	60
TradeInterval		=	300
ToYouInterval		=	2
WorldFee		=	1000
WorldFeeInterval	=	1000

 

Share this post


Link to post
Share on other sites

@DangThao

but i have only this

MaxMsngPerPlayer    =30            // Max Number of Messenger a Player can Join (Max value = 30)
MaxPlayerPerMsng    =30            // Max Number of players Inside a Messenger (Max value = 100)
WrldChanSayInter    =20            // World Channel Say Interval (In Seconds)
TrdeChanSayInter    =20            // Trade Channel Say Interval (In Seconds)
WhprChanSayInter    =2            // Whisper Channel Say Interval (In Seconds)

Share this post


Link to post
Share on other sites

Hello, @OldHero!

 

Prices are hardcoded in GroupServer.exe


Share this post


Link to post
Share on other sites

@OldHero

 

Also, there is already a thread with the same question:

 

On 10/24/2016 at 9:31 PM, V3ct0r said:

@Shako

You can patch GroupServer.exe to change the cost of World and Trade chats.

 

For example, this code from 1.38 GroupServer.exe for World chat channel:

e911b9fdca05.png

 

Then you can change WorldFeeInterval and WorldFee in any HEX editor:

cf61de7c7715.png


Share this post


Link to post
Share on other sites

Hello, @OldHero!

 

Open your GroupServer.exe in program named HxD. Then find the sequence of bytes:

A0 86 01 00 7D 17 05

You will find two sequences. Then replace byte C8 to byte 00 after these sequences. After save file.

 

HEXGroup.gif

 

 

  • Like 2

Share this post


Link to post
Share on other sites

Hello @OldHero!

 

World chat channel

Find bytes in GroupServer.exe:

05 E8 03 00 00 89 86 0C 08 00 00 EB 0A C7 86 0C 08 00 00 E8 03 00 00

Replace to

05 00 00 00 00 89 86 0C 08 00 00 EB 0A C7 86 0C 08 00 00 00 00 00 00

 

Trade chat channel

Find bytes in GroupServer.exe:

05 E8 03 00 00 89 86 10 08 00 00 EB 0A C7 86 10 08 00 00 E8 03 00 00

Replace to

05 00 00 00 00 89 86 10 08 00 00 EB 0A C7 86 10 08 00 00 00 00 00 00

 

Bytes 0xE8 0x03 = value 0x03E8 = 1000g a message cost

 

message cost.png


Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

×
×
  • Create New...