How to disable Pin Code System?

 
 
Hercules Emulator:
 
Find the following at Trunk/conf/char-server.conf and replace pincode_enabled: 1 into pincode_enabled: 0
 
//==================================================================
// Pincode system
//==================================================================
 
// A window is opened before you can select your character and you will have to enter a pincode by using only your mouse
// NOTE: Requires client 2011-03-09aragexeRE or newer.
// 0: disabled
// 1: enabled
pincode_enabled: 1

DONE, restart your server.



 
rAthena Emulator:
 
Find the following at Trunk/conf/char_athena.conf and replace pincode_enabled: yes into pincode_enabled: no
 
//===================================
// Pincode system
//===================================
// NOTE: Requires client 2011-03-09aragexeRE or newer.
// A window is opened before you can select your character and you will have to enter a pincode by using only your mouse.
// Default: yes
pincode_enabled: yes
 
DONE, restart your server.


 
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Custom Items

Alternative Video Tutorial: https://youtu.be/cV11LJ0VDakFirst, let's take a look at the item_db...

Ragnarok Developer Tools

Hercules Forumhttp://hercules.ws/board/rAthena Forumhttp://rathena.org/board/GRF ToolBest GRF...

Tips for Ragnarok Newbie Developer

  1. Setup your Offline Server and practice:...

How to delete Specific Item from all accounts in your Ragnarok database

1. Login to your phpmyadmin2. Click to ragnarok database3. Click to SQL4. Copy and paste the...

How to Change the Server Configuration

Changing the Max Level:» https://gomanilahost.net/knowledgebase/119/Edit-Max-Level.htmlChanging...