v0.309 LastChaos Emulator
#51
good release of emulator

#52

can someone give the link for this client? tq

 

i got error with this :

 

2012/01/18 09:30:48 :: [GameServer] > GameServer 0.0309 USA (by Wizatek & DevTeam)2012/01/18 09:30:48 :: [config] > Loading Config File [DONE]

2012/01/18 09:30:48 :: [config] > Loading NewCharacter Config File [DONE]

2012/01/18 09:30:49 :: [ERROR] > Testing mySQL Connection [FAIL]

2012/01/18 09:30:49 :: [ERROR] > GameServer not loaded. Repair the errors first

#53

The Client is LastChaosUSA

 

The error you need to fix self can be in the GameServer.cfg MySQL settings can be also an other programm that is blocking it but that u need find out self

#54
I had the same problem. I resolved it by uninstalling xxamp and reinstalled it. Worked fine for me after that. if it dont still dont work julianzzz try using xxamp or wamp and see if you can open up MySQL through them. If you cant itll give you a error message and just google the error. Thats how I fixed mine

#55

can someone give the link for this client? tq 

2012/01/18 09:30:48 :: [GameServer] > GameServer 0.0309 USA (by Wizatek & DevTeam)

2012/01/18 09:30:48 :: [config] > Loading Config File [DONE]

2012/01/18 09:30:48 :: [config] > Loading NewCharacter Config File [DONE]

2012/01/18 09:30:49 :: [ERROR] > Testing mySQL Connection [FAIL]

2012/01/18 09:30:49 :: [ERROR] > GameServer not loaded. Repair the errors first

i got error with this :

 

FIX "GameServer.cfg"

#56

## GAMESERVERIP=192.168.1.2

PORT=4110

 

## GAMESERVER EXE NAME

EXE=EP2 Gameserver.exe

 

## UserName That can use the admin tool

# Name

# Name Has to be the same like on the user database

ADMINLOGIN=GM

 

# PW

# PW has to be the same like on the userdatabase

ADMINPASSWORD=admin

 

# Secure Question

SECUREQUESTION=LogMeIn

 

## MYSQL

SQL_HOST=localhost

SQL_DBASE=lcep2

SQL_USER=root

SQL_PASSWORD=1234

 

## RATES

EXP_RATE=5

SP_RATE=5

DROP_RATE=5

GOLD_RATE=5

 

##DT Stuff

DUNGEONTIME=true

DTR=60

DTP=100

 

## UPGRADE RATES in %

## 80 = 80% Chance for +1

SUCCESS=50

 

## IF UPGRADE FAIL

## success=80 = 20% chance to fail

## if it fails, u have 15% to break the item and 85% chance that nothing happens

ITEMBREAK=50

 

## Maximum upgrade with stones (heavenstone, smeltingstone etc. etc.)

MAXUPGRADE=20

 

## Level Cap

MAX_LEVEL=165

 

## Char Create Auto SP 1 = On / 0 = off

AUTOSP=1

SP=100000000

 

## Login Message

LOGINMSG=true

MSG=Welcome to Wizatek + Dev EP2 Server!!!

MSG1=Here you go, enjoy

 

well, this is my gameserver.cfg...

#57

im using navicat i go to execute the lcep2.sql and i hit start and this is what is says any help pls.

bytes

[Err] -- phpMyAdmin SQL Dump

-- version 3.4.5

-- 2

--

-- Host: localhost

-- Erstellungszeit: 12. Jan 2012 um 00:58

-- Server Version: 5.5.16

-- PHP-Version: 5.3.8

 

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

SET time_zone = "+00:00";

 

 

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;

/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;

/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;

/*!40101 SET NAMES utf8 */;

 

--

-- Datenbank: `lc`

--

 

-- --------------------------------------------------------

 

--

-- Tabellenstruktur für Tabelle `t_bigpet`

--

 

CREATE TABLE IF NOT EXISTS `t_bigpet` (

`a_index` int(11) unsigned NOT NULL AUTO_INCREMENT,

`a_type` int(11) NOT NULL,

`a_level` int(11) NOT NULL DEFAULT 1,

`a_name` varchar(50) NOT NULL,

`a_curhp` int(11) NOT NULL DEFAULT 100,

`a_maxhp` int(11) NOT NULL DEFAULT 100,

`a_str` int(11) NOT NULL DEFAULT 0,

`a_dex` int(11) NOT NULL DEFAULT 0,

`a_con` int(11) NOT NULL DEFAULT 0,

`a_int` int(11) NOT NULL DEFAULT 0,

`a_exp` int(32) NOT NULL,

`a_skills` varchar(255) NOT NULL,

`a_levels` varchar(255) NOT NULL,

`a_aicom1` varchar(255) NOT NULL,

`a_aicom2` varchar(255) NOT NULL,

`a_aicom3` varchar(255) NOT NULL,

PRIMARY KEY (`a_index`),

KEY `a_index` (`a_index`)

) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

 

-- --------------------------------------------------------

 

--

-- Tabellenstruktur für Tabelle `t_castle`

--

 

CREATE TABLE IF NOT EXISTS `t_castle` (

`a_index` int(11) NOT NULL,

`a_guild` int(32) NOT NULL,

`a_tax` int(11) NOT NULL,

`a_tomb` tinyint(1) NOT NULL,

`a_tomb0` int(11) NOT NULL,

`a_tomb1` int(11) NOT NULL,

`a_time` datetime NOT NULL

) ENGINE=InnoDB DEFAULT CHARSET=utf8;

 

-- --------------------------------------------------------

 

--

-- Tabellenstruktur für Tabelle `t_characters`

--

 

CREATE TABLE IF NOT EXISTS `t_characters` (

`a_index` int(11) unsigned NOT NULL AUTO_INCREMENT,

`a_user_index` int(11) NOT NULL,

`a_charname` varchar(16) NOT NULL,

`a_class` int(1) NOT NULL,

`a_face` int(1) NOT NULL,

`a_hair` int(1) NOT NULL,

`a_level` int(11) NOT NULL,

`a_curhp` int(11) NOT NULL,

`a_maxhp` int(11) NOT NULL,

`a_curmp` int(11) NOT NULL,

`a_maxmp` int(11) NOT NULL,

`a_str` int(11) NOT NULL,

`a_dex` int(11) NOT NULL,

`a_int` int(11) NOT NULL,

`a_con` int(11) NOT NULL,

`a_curexp` bigint(22) NOT NULL,

`a_maxexp` bigint(22) NOT NULL,

`a_sp` bigint(22) NOT NULL,

`a_charcreation` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,

`a_wearing_id` varchar(255) NOT NULL,

`a_wearing_plus` varchar(255) NOT NULL,

`a_good_evil` int(11) NOT NULL,

`a_pkvalue` int(11) NOT NULL,

`a_reputation` int(11) NOT NULL,

`a_statpoints` int(11) NOT NULL DEFAULT 0,

`a_skill_id` varchar(255) NOT NULL,

`a_skill_level` varchar(255) NOT NULL,

`a_c2_helm` int(11) NOT NULL DEFAULT 0,

`a_c2_shirt` int(11) NOT NULL DEFAULT 0,

`a_c2_weapon` int(31) NOT NULL DEFAULT 0,

`a_c2_pants` int(11) NOT NULL DEFAULT 0,

`a_c2_shield` int(11) NOT NULL DEFAULT 0,

`a_c2_gloves` int(11) NOT NULL DEFAULT 0,

`a_c2_boots` int(11) NOT NULL DEFAULT 0,

`a_c2_wing` int(11) NOT NULL DEFAULT 0,

`a_job` int(1) NOT NULL DEFAULT 0,

`a_title` int(11) NOT NULL DEFAULT 0,

`a_hp_gentime` int(11) NOT NULL DEFAULT 18000,

`a_mp_gentime` int(11) NOT NULL DEFAULT 18000,

`a_hpgenpow` int(11) NOT NULL DEFAULT 6,

`a_mpgenpow` int(11) NOT NULL DEFAULT 6,

`a_raid` int(11) NOT NULL DEFAULT 0,

`a_char_active` int(11) NOT NULL DEFAULT 0,

`a_friendlist_colour` int(11) NOT NULL DEFAULT 0,

PRIMARY KEY (`a_index`),

KEY `a_index` (`a_index`)

) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

 

-- --------------------------------------------------------

 

--

-- Tabellenstruktur für Tabelle `t_event`

--

 

CREATE TABLE IF NOT EXISTS `t_event` (

`a_index` int(11) NOT NULL,

`a_event` int(11) NOT NULL,

`a_eventname` varchar(255) NOT NULL,

`a_enabled` tinyint(1) NOT NULL,

`a_start` datetime NOT NULL

[Msg] Finished - Unsuccessfully

--------------------------------------------------

#58
ok so i used ur launcer and it went to 1546 now what do i do i fked up and there is no wiza download link sl data and vmt.brn changer and the other one isnt compatible with 64 bit operation system.

#59

i did bring out a new Launcher.

2

#60

## MYSQLSQL_HOST=localhost

SQL_DBASE=lcep2

SQL_USER=root

SQL_PASSWORD=1234

 

Try a lowercase on SQL_DBASE (icep2) instead of (Icep2)



Forum Jump:


Users browsing this thread: 2 Guest(s)