Jump to content
  • 0

Character Creation Limitation


Question

Posted (edited)

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

5 answers to this question

Recommended Posts

  • 0
Posted

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 

 

  • 0
Posted
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!!!!

  • 0
Posted (edited)

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
  • 0
Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...