• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows problems invalid parameters

elo1989

New Member
Joined
Jun 30, 2010
Messages
56
Reaction score
2
hello,
I installed nicaw acc maker and i have some problem. If i want create character i have problems "invalid parameters" i try everything and i cant repair this error. could you can help me please?
i show you my files voc.xml and config.inc.php

PHP:
<?xml version="1.0" encoding="UTF-8"?>
<vocations>
  <vocation id="0" name="None" description="Admin" needpremium="0" gaincap="5" gainhp="10" gainmana="10" gainhpticks="6" gainhpamount="1" gainmanaticks="6" gainmanaamount="1" manamultiplier="4.0" attackspeed="500" soulmax="200" gainsoulticks="1" fromvoc="0" attackable="no">
    <formula meleeDamage="1.5" distDamage="1.0" wandDamage="1.0" magDamage="1.5" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/>
    <skill fist="1.1" club="1.1" sword="1.0" axe="1.1" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/>
  </vocation>
 <!-- ICHIGO --> 
  <vocation id="1" name="Kurosaki Ichigo" description="a human" needpremium="0" gaincap="20" gainhp="50" gainmana="40" gainhpticks="3" gainhpamount="150" gainmanaticks="3" gainmanaamount="100" manamultiplier="1.1" attackspeed="2500" soulmax="200" gainsoulticks="1" fromvoc="1">
    <formula meleeDamage="1.5" distDamage="1.0" wandDamage="1.0" magDamage="1.5" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/>
<skill fist="1.1" club="1.1" sword="1.1" axe="1.1" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/>
  </vocation>
....
</vocations>

and

PHP:
<?php 
##################################################
#                 CONFIGURATION                  #
##################################################
# Congratulations on finding configuration file. #
# This is very simililar to config.lua as it     #
# follows same basic principles. Text in between #
# /* */ or starting with # is ignored. Text      #
# values must be 'qouted'. Logical values are    #
# true/false. All statements end with ;          #
##################################################

# Set data directory of your OT server
$cfg['dirdata'] = 'E:/world of bleach/silnik/data/';

$cfg['house_file'] = 'world/world of bleach-house.xml';

# MySQL server settings
$cfg['SQL_Server'] = 'localhost';
$cfg['SQL_User'] = '';
$cfg['SQL_Password'] = '';
$cfg['SQL_Database'] = 'world of bleach';

# Must correspond to your OTServ configuration
# Options: plain, md5, sha1
$cfg['password_type'] = 'plain';

# Not currently supported by OTServ, leave empty
$cfg['password_salt'] = '';

/*
 * Look skins/ to find out which skins you have
 * Available skins:
 * default - First skin ever created, white
 * swamp - Green skin with swamp theme
 * swamp-mini - Same as swamp.css, but with compact menu
 * dark - Dark version of default.css
 * conquest - Customized skin, renaissance theme
 * essense - Clean skin with green/blue motives
 * inferno - Darker skin with menu on the right
 * silica - Green skin, technology theme
 * Need more? Look http://otfans.net/ and
 * http://sourceforge.net/projects/nicaw-acc/files/
 */
$cfg['skin'] = 'silica';

# In case you want to upload skins somewhere else
$cfg['skin_url'] = 'skins/';

/*
 * Captcha is used to prevent automated software from
 * flooding server with accounts
 * GD2 PHP extension is required
 */
$cfg['use_captcha'] = true;

# Secure session will disable 'remember me' box
$cfg['secure_session'] = false;

# Seconds until session expires
$cfg['timeout_session'] = 15*60;

# Maximum number of characters on account
$cfg['maxchars'] = 10;

# Players per highscore page
$cfg['ranks_per_page'] = 100;

# This access and above will not be in highscores
$cfg['ranks_access'] = 2;

# Home page
$cfg['start_page'] = 'news.php';

# Name shown in window title
$cfg['server_name'] = 'World of Bleach';

# Server ip and port for getting status. 
# In most cases localhost should be used
$cfg['server_ip'] = '';
$cfg['server_port'] = 7171;

# Allow teleportation to temple?
$cfg['char_repair'] = true;

# Force users to validate their emails when registering?
# For email functions to work, SMTP server must be configured correctly
$cfg['Email_Validate'] = false;

# Allow email based account recovery?
$cfg['Email_Recovery'] = false;

# SMTP server configuration, use this to send emails
$cfg['SMTP_Host'] = '127.0.0.1';
$cfg['SMTP_Port'] = 25;
$cfg['SMTP_Auth'] = false;
$cfg['SMTP_User'] = '[email protected]';
$cfg['SMTP_Password'] = 'user';
$cfg['SMTP_From'] = '[email protected]';

/*
# Example configuration for gmail
# Don't forget to enable extension=php_openssl.dll in php.ini
$cfg['SMTP_Host'] = 'ssl://smtp.gmail.com';
$cfg['SMTP_Port'] = 465;
$cfg['SMTP_Auth'] = true;
$cfg['SMTP_User'] = '[email protected]';
$cfg['SMTP_Password'] = 'user';
$cfg['SMTP_From'] = '[email protected]';
*/

# Whether to show skills in character search
$cfg['show_skills'] = true;

# Whether to show deathlist in character search
$cfg['show_deathlist'] = true;

$cfg['skill_names'] = array('strenght', 'walking speed', 'zanjutsu', 'attack speed', 'distance fighting', 'defence', 'fishing');

# Banned names
$cfg['invalid_names'] = array('^gm','^god','admin','fuck','gamemaster', 'owner');

# Accounts that are allowed to access admin panel
# Example: array('account1', 'account2');
$cfg['admin_accounts'] = array('1');

# Listed IPs always allowed to access admin panel, no matter if it has account or not
$cfg['admin_ip'] = array('');

# Player can only delete himself after specified inactivitiy time (seconds)
$cfg['player_delete_interval'] = 24*3600;

# Minimum level to create own guild. Cannot be lower than $cfg['guild_level']
$cfg['guild_leader_level'] = 100;

# Please disable guild manager if your server features guild editing
$cfg['guild_manager_enabled'] = true;

# Online status update interval (seconds). Should match statustimeout in your otserv configuration
$cfg['status_update_interval'] = 5*60;

# Shows more informatin when exception occurs. WARNING! Can reveal sensitive information.
$cfg['debug_backtrace'] = false;

# Schema control override. Disables/enables compatibility check for OTServ schema version.
$cfg['schema_check'] = false;

/*
 * This will affect date displaying
 * Look http://www.google.com/search?q=php+timezones for supported timezones.
 */
$cfg['timezone'] = 'UTC';

##################################################
#                 Town Config                    #
##################################################
/*
NOTICE
Town IDs must be correct and match those in your map
*/
# Town names
$cfg['temple'][1]['name'] = 'Karakura';
$cfg['temple'][2]['name'] = 'Soul Society';

# Now set which town(s) you want to use in character making
$cfg['temple'][1]['x'] = 754;
$cfg['temple'][1]['y'] = 672;
$cfg['temple'][1]['z'] = 7;
$cfg['temple'][1]['enabled'] = true;

$cfg['temple'][2]['x'] = 1003;
$cfg['temple'][2]['y'] = 1024;
$cfg['temple'][2]['z'] = 6;
$cfg['temple'][2]['enabled'] = false;

$cfg['temple'][3]['x'] = 1003;
$cfg['temple'][3]['y'] = 1024;
$cfg['temple'][3]['z'] = 6;
$cfg['temple'][3]['enabled'] = false;

$cfg['temple'][4]['x'] = 1489;
$cfg['temple'][4]['y'] = 859;
$cfg['temple'][4]['z'] = 6;
$cfg['temple'][4]['enabled'] = false;

##################################################
#                 Vocation Config                #
##################################################
/*
Notice:
It's only one item per slot. You need to script special onLogin
event in OTServ to add more items to new players. Look http://otfans.net/
for more information.
*/

################# No Vocation ####################
$id = 0;
$cfg['vocations'][$id]['name'] = 'Admin';
$cfg['vocations'][$id]['level'] = 1000;
$cfg['vocations'][$id]['group'] = 6;
$cfg['vocations'][$id]['maglevel'] = 250;
$cfg['vocations'][$id]['health'] = 1;
$cfg['vocations'][$id]['mana'] = 1000;
$cfg['vocations'][$id]['cap'] = 400;
$cfg['vocations'][$id]['temple'] = 3;
$cfg['vocations'][$id]['enabled'] = false;

$cfg['vocations'][$id]['look'][0] = 138;
$cfg['vocations'][$id]['look'][1] = 130;

$cfg['vocations'][$id]['skills'][0] = 1;
$cfg['vocations'][$id]['skills'][1] = 1;
$cfg['vocations'][$id]['skills'][2] = 1;
$cfg['vocations'][$id]['skills'][3] = 1;
$cfg['vocations'][$id]['skills'][4] = 1;
$cfg['vocations'][$id]['skills'][5] = 1;
$cfg['vocations'][$id]['skills'][6] = 1;


################# Ichigo #######################
$id = 1;
$cfg['vocations'][$id]['name'] = 'Kurosaki Ichigo';
$cfg['vocations'][$id]['level'] = 1;
$cfg['vocations'][$id]['group'] = 1;
$cfg['vocations'][$id]['maglevel'] = 0;
$cfg['vocations'][$id]['health'] = 250;
$cfg['vocations'][$id]['mana'] = 250;
$cfg['vocations'][$id]['cap'] = 500;
$cfg['vocations'][$id]['enabled'] = true;

$cfg['vocations'][$id]['look'][0] = 138;
$cfg['vocations'][$id]['look'][1] = 130;

$cfg['vocations'][$id]['skills'][0] = 10;
$cfg['vocations'][$id]['skills'][1] = 10;
$cfg['vocations'][$id]['skills'][2] = 10;
$cfg['vocations'][$id]['skills'][3] = 10;
$cfg['vocations'][$id]['skills'][4] = 10;
$cfg['vocations'][$id]['skills'][5] = 10;
$cfg['vocations'][$id]['skills'][6] = 10;

$cfg['vocations'][$id]['equipment'][1] = 2480;
$cfg['vocations'][$id]['equipment'][2] = 2172;
$cfg['vocations'][$id]['equipment'][3] = 2000;
$cfg['vocations'][$id]['equipment'][4] = 2464;
$cfg['vocations'][$id]['equipment'][6] = 2530;
$cfg['vocations'][$id]['equipment'][7] = 2468;
$cfg['vocations'][$id]['equipment'][8] = 2643;

?>
 
Back
Top