Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 3,918
» Latest member: StevenBroat
» Forum threads: 5,154
» Forum posts: 41,376

Full Statistics

Online Users
There are currently 33 online users.
» 0 Member(s) | 32 Guest(s)
Bing

Latest Threads
Last Chaos Server Sale
Forum: The Black Market (Buy, Sell, Trade)
Last Post: XWrongX2
01-26-2026, 11:07 PM
» Replies: 3
» Views: 618
All in One Exporter
Forum: Tools
Last Post: Kain88
01-25-2026, 07:04 AM
» Replies: 4
» Views: 442
HELP! ReZasCashServer It ...
Forum: Ep4 Support
Last Post: Kain88
01-24-2026, 03:24 PM
» Replies: 2
» Views: 171
Hi, does anyone know the ...
Forum: Help
Last Post: Desarija
01-21-2026, 11:29 AM
» Replies: 1
» Views: 120
LastChaos Nemesis
Forum: Server Advertising
Last Post: Desarija
01-20-2026, 04:06 PM
» Replies: 3
» Views: 242
Looking for EP4 Guidance
Forum: General Discussion
Last Post: xHypnosiaa
01-19-2026, 08:33 AM
» Replies: 1
» Views: 175
We're in need of creative...
Forum: Project Recruitment
Last Post: RGT
01-16-2026, 12:48 AM
» Replies: 0
» Views: 123
Last Chaos build deployme...
Forum: Ep4 Guides
Last Post: xHypnosiaa
01-08-2026, 11:14 AM
» Replies: 0
» Views: 83
Last Chaos global server ...
Forum: Ep4 Guides
Last Post: xHypnosiaa
01-07-2026, 07:01 PM
» Replies: 0
» Views: 39
EP-2/EP-3 Mixed files
Forum: Archived General Server Releases
Last Post: TeKnodE
01-06-2026, 09:53 PM
» Replies: 1
» Views: 300

 
  Search EP3 2013 files
Posted by: redfryone - 02-01-2015, 08:38 PM - Forum: General Discussion - Replies (2)


Someone colud you link me EP3 2013 enough cleaned and fixed, please

 

THanks

Print this item

  Title Issue
Posted by: CDWriter - 02-01-2015, 12:49 PM - Forum: Solved topics - Replies (1)


Does anyone have a good idea how to fix the log out title removes from toon issue ?

 

 

and leaves a blank square ??

 

 

 

any info would be great ....

 

 

 

Print this item

  Working GM Command helper?
Posted by: Zoro - 02-01-2015, 10:56 AM - Forum: Solved topics - Replies (1)


2

 

Any of you have a fully working GM Command Helper?

Everything but the Item Drop section works.
 

Only one item appears

id 3- leader pants

 

even after changing the folder itemall with your client one

Print this item

  CashServer Problem
Posted by: XaMaX - 01-31-2015, 10:48 PM - Forum: Solved topics - Replies (3)


Hi, when i run the CashServer of the new 2014 server files, i get an error...

 

Failed to connect to database: Error: Client does not support authentication protocol requested by server; consider upgrading MySQL clientLoad setting file....
 

The version of MySQL is 5.1.73. Anyone have the same problem?

 

Greetings.

Print this item

  Problem enter alber!
Posted by: BlaSteDGames - 01-31-2015, 04:40 PM - Forum: Solved topics - Replies (5)


I can not enter alber, to give click to teleport gets bugged the game, please help

 

Thx

Print this item

  How to fix read juno city
Posted by: oddyolsen - 01-31-2015, 12:29 AM - Forum: Solved topics - Replies (5)


Hey, there, hmm... when iam going/teleport to juno city i got error or what i cna say, anyway the problem is, the program can read i fain the juno, or somting Sad 

But if any can help me with it, it will be nice!

 

Like he did 2 same problem i think Tongue 

 

Diden understand as much from there xD

 

Thx and sry for my GOOD english OSmile

Print this item

  any ideas
Posted by: oddyolsen - 01-30-2015, 10:39 PM - Forum: Solved topics - Replies (8)

any have some ideas XD 2

Print this item

  Missing tables in Data
Posted by: CDWriter - 01-30-2015, 02:30 PM - Forum: General Guides - Replies (9)


Went thru all the tools Source and found many missing tables .........Working on Server tables next .... We all know about the missing columns need to be added ....but how many Tables are missing ????   Smile

 

 

 

 

 
ALTER TABLE t_npc ADD a_lifetime int(11) NOT NULL DEFAULT '0' AFTER a_bound;

 
CREATE TABLE `t_db_list` (
  `a_index` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `a_name` int(11) NOT NULL DEFAULT '0',
  `a_lang` int(11) NOT NULL DEFAULT '0',
  `a_ip` int(11) NOT NULL DEFAULT '0',
  `a_db` int(11) NOT NULL DEFAULT '0',
  `a_uid` int(11) NOT NULL DEFAULT '0',
  `a_upw` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`a_index`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
 
 
 
CREATE TABLE `t_lang_list` (
  `a_index` int(11)  unsigned NOT NULL AUTO_INCREMENT,
  `a_lang` int(11) NOT NULL DEFAULT '0',
  `a_str_suffix` int(11) NOT NULL DEFAULT '0',
  `a_lod_suffix` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`a_index`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
 
CREATE TABLE `t_item_exchange` (
  `a_index` int(11)  unsigned NOT NULL AUTO_INCREMENT,
  `a_enable` int(11) NOT NULL DEFAULT '0',
  `a_npc_index` int(11) NOT NULL DEFAULT '0',
  `a_result_itemIndex` int(11) NOT NULL DEFAULT '0',
  `a_result_itemCount` int(11) NOT NULL DEFAULT '0',
  `source_itemIndex0` int(11) NOT NULL DEFAULT '0',
  `source_itemIndex1` int(11) NOT NULL DEFAULT '0',
  `source_itemIndex2` int(11) NOT NULL DEFAULT '0',
  `source_itemIndex3` int(11) NOT NULL DEFAULT '0',
  `source_itemIndex4` int(11) NOT NULL DEFAULT '0',
  `source_itemCount0` int(11) NOT NULL DEFAULT '0',
  `source_itemCount1` int(11) NOT NULL DEFAULT '0',
  `source_itemCount2` int(11) NOT NULL DEFAULT '0',
  `source_itemCount3` int(11) NOT NULL DEFAULT '0',
  `source_itemCount4` int(11) NOT NULL DEFAULT '0',
  `a_name` int(11) NOT NULL DEFAULT '0',
  `a_desc` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`a_index`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
 
CREATE TABLE `t_product` (
  `a_index` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `a_name` int(11) NOT NULL DEFAULT '0',
  `a_delay_msec` int(11) NOT NULL DEFAULT '0',
  `a_product_item_idx` int(11) NOT NULL DEFAULT '0',
  `a_product_item_mini` int(11) NOT NULL DEFAULT '0',
  `a_product_item_maxi` int(11) NOT NULL DEFAULT '0',
  `a_product_item_prob` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`a_index`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
 
 
CREATE TABLE `t_new_promoitem` (
  `a_index` int(11)  unsigned NOT NULL AUTO_INCREMENT,
  `a_section_type` int(11) NOT NULL DEFAULT '0',
  `a_item_idx` int(11) NOT NULL DEFAULT '0',
  `a_item_count` int(11) NOT NULL DEFAULT '0',
  `a_item_plus` int(11) NOT NULL DEFAULT '0',
  `a_item_flag` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`a_index`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
 
 
 
CREATE TABLE `t_raid_zone_data` (
  `a_index` int(11)  unsigned NOT NULL AUTO_INCREMENT,
  `a_district_name` int(11) NOT NULL DEFAULT '0',
  `a_raid_no` int(11) NOT NULL DEFAULT '0',
  `a_district_sub_no` int(11) NOT NULL DEFAULT '0',
  `a_left` int(11) NOT NULL DEFAULT '0',
  `a_top` int(11) NOT NULL DEFAULT '0',
  `a_right` int(11) NOT NULL DEFAULT '0',
  `a_bottom` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`a_index`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
 
 
CREATE TABLE `t_requital_setup` (
  `a_index` int(11)  unsigned NOT NULL AUTO_INCREMENT,
  `a_event_name` int(11) NOT NULL DEFAULT '0',
  `a_event_log_ColumnNum` int(11) NOT NULL DEFAULT '0',
  `a_start_time` int(11) NOT NULL DEFAULT '0',
  `a_end_time` int(11) NOT NULL DEFAULT '0',
  `a_item_idx` int(11) NOT NULL DEFAULT '0',
  `a_item_count` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`a_index`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
 
 
CREATE TABLE `t_speed_zone` (
  `a_zone_index` int(11) NOT NULL DEFAULT '0',
  `a_exp` int(11) NOT NULL DEFAULT '0',
  `a_sp` int(11) NOT NULL DEFAULT '0',
  `a_drop` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`a_zone_index`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
 
CREATE TABLE `t_crafting` (
  `a_index` int(11)  unsigned NOT NULL AUTO_INCREMENT,
  `a_name` int(11) NOT NULL DEFAULT '0',
  `a_category` int(11) NOT NULL DEFAULT '0',
  `a_type` int(11) NOT NULL DEFAULT '0',
  `a_subtype` int(11) NOT NULL DEFAULT '0',
  `a_need_job` int(11) NOT NULL DEFAULT '0',
  `a_need_cp` int(11) NOT NULL DEFAULT '0',
  `a_need_money` int(11) NOT NULL DEFAULT '0',
  `a_delay_msec` int(11) NOT NULL DEFAULT '0',
  `a_need_item_idx` int(11) NOT NULL DEFAULT '0',
  `a_need_item_count` int(11) NOT NULL DEFAULT '0',
  `a_result_item_idx` int(11) NOT NULL DEFAULT '0',
  `a_result_item_count` int(11) NOT NULL DEFAULT '0',
  `a_result_item_prob` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`a_index`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
 
 
 
CREATE TABLE `t_decompose` (
  `a_item_idx` int(11) unsigned NOT NULL DEFAULT '0',
  `a_need_money` tinyint(3) unsigned DEFAULT '0',
  `a_need_cp` int(11) unsigned DEFAULT '0',
  `a_delay_msec` int(11) unsigned DEFAULT '0',
  `a_result_item_idx` int(11) unsigned DEFAULT '0',
  `a_result_item_plus` int(11) unsigned DEFAULT '0',
  `a_result_item_flag` int(11) unsigned DEFAULT '0',
  `a_result_item_mini` int(11) unsigned DEFAULT '0',
  `a_result_item_maxi` int(11) unsigned DEFAULT '0',
  PRIMARY KEY (`a_item_idx`),
  UNIQUE KEY `a_item_idx` (`a_item_idx`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
 
CREATE TABLE `t_lacaRette` (
  `a_index` int(11) unsigned NOT NULL DEFAULT '0',
  `a_name` varchar(50) NOT NULL DEFAULT '',
  `a_enable` int(11) unsigned NOT NULL DEFAULT '0',
  `a_useCoinCount` int(11) unsigned NOT NULL DEFAULT '0',
  `a_coinIndex`  int(11) NOT NULL DEFAULT '0',
  `a_coinDefCount`  int(11) NOT NULL DEFAULT '0',
  `a_coinAddCount`  int(11) NOT NULL DEFAULT '0',
  `a_giveItem_1` int(11) NOT NULL DEFAULT '0',
  `a_giveItem_2` int(11) NOT NULL DEFAULT '0',
  `a_giveItem_3` int(11) NOT NULL DEFAULT '0',
  `a_giveItem_4` int(11) NOT NULL DEFAULT '0',
  `a_giveItem_5` int(11) NOT NULL DEFAULT '0',
  `a_giveItem_6` int(11) NOT NULL DEFAULT '0',
  `a_giveItem_7` int(11) NOT NULL DEFAULT '0',
  `a_giveItem_8` int(11) NOT NULL DEFAULT '0',
  `a_giveItem_9` int(11) NOT NULL DEFAULT '0',
  `a_giveItem_10` int(11) NOT NULL DEFAULT '0',
  `a_name_ger` varchar(50) NOT NULL DEFAULT '',
  `a_name_mex` varchar(50) NOT NULL DEFAULT '',
  `a_name_brz` varchar(50) NOT NULL DEFAULT '',
  `a_name_jpn` varchar(50) NOT NULL DEFAULT '',
  `a_name_usa` varchar(50) NOT NULL DEFAULT '',
  `a_name_hk` varchar(50) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 

 

 

 

 

 

 

See any problems please tell me .....  Oh and these are DATA tables ....so some of them should have something in them ....create the new tools to match and fix any bugs needed for these tables ...... Smile If you can reply with the correct table filled GREAT ..........

 

 

2

These tables are not really missing they are just no longer used or for other nations, Thai for example, which is also no longer used.

 

2with this said Use them our not up too you .....Iam going to leave them .....

Print this item

  [FIX] Build all server,Countri [FRA] 30.01.2015
Posted by: ☣ WARFACE ☣ - 01-30-2015, 07:57 AM - Forum: Archived Server Side - Replies (1)


The server collected under the tongue of France, fixed packets between server and client.

 

Download - 2

Print this item

  Juno problem
Posted by: beckata - 01-29-2015, 08:42 PM - Forum: Solved Topics - Replies (5)

all add juno v1 and all my npcs are on mountain Big Grin and spawn charapthers there pls help 

Print this item