Jump to content
  • 0

Character Creation Limitation


FelGate

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  10/21/17
  • Last Seen:  

Hello guys. I need some help. Can you help me on how to Limit Character Creation per Account? For example: I know 9 Characters Can be Created per Account (Default), I want to Reduce it to just 3 Characters Per Account. Thanks!!

 

Reason: Prevent Cash Point Stack due to that I'm using Zeny to Cash Point Conversion Kafra. And It seems that You can stack Cash Point as much as you can by Creating New Characters. Using a 1000 Zeny to 1 Cash Point conversion and a start zeny of 500k. I don;t want to modify the Conversion and the start zeny. I just really want to Limit the Character creation per Account.

Edited by FelGate
Additional Information
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1678
  • Reputation:   703
  • Joined:  12/21/14
  • Last Seen:  

rAthena/src/common/mmo.h

/** Max number of characters per account. Note that changing this setting alone is not enough if the client is not hexed to support more characters as well.
* Max value tested was 265 */
#define MAX_CHARS 9 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

not   related   to Script Discussion

moved to proper section 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  10/21/17
  • Last Seen:  

3 hours ago, sader1992 said:

rAthena/src/common/mmo.h


/** Max number of characters per account. Note that changing this setting alone is not enough if the client is not hexed to support more characters as well.
* Max value tested was 265 */
#define MAX_CHARS 9 

 

Thank you so much!!!!

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  10/21/17
  • Last Seen:  

I somehow edit the mmo.h, max_char to 3 but still doesn't work. where can I hex the client to make this activate.? Thanks.

 

Edited by FelGate
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

Also changed this ?

/ How many characters are allowed per account?

// You cannot exceed the limit of MAX_CHARS slots, defined in mmo.h, or chars_per_account

// will default to MAX_CHARS.

// 0 will default to the value of MIN_CHARS. (default)

chars_per_account: 0

 

 

Make sure to recompile your server

Link to comment
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
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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.

×
×
  • Create New...