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

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 3,914
» Latest member: ztylersulze9583
» Forum threads: 5,153
» Forum posts: 41,375

Full Statistics

Online Users
There are currently 27 online users.
» 1 Member(s) | 25 Guest(s)
Bing, kdy

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: 440
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: 118
LastChaos Nemesis
Forum: Server Advertising
Last Post: Desarija
01-20-2026, 04:06 PM
» Replies: 3
» Views: 241
Looking for EP4 Guidance
Forum: General Discussion
Last Post: xHypnosiaa
01-19-2026, 08:33 AM
» Replies: 1
» Views: 173
We're in need of creative...
Forum: Project Recruitment
Last Post: RGT
01-16-2026, 12:48 AM
» Replies: 0
» Views: 121
Last Chaos build deployme...
Forum: Ep4 Guides
Last Post: xHypnosiaa
01-08-2026, 11:14 AM
» Replies: 0
» Views: 81
Last Chaos global server ...
Forum: Ep4 Guides
Last Post: xHypnosiaa
01-07-2026, 07:01 PM
» Replies: 0
» Views: 36
EP-2/EP-3 Mixed files
Forum: Archived General Server Releases
Last Post: TeKnodE
01-06-2026, 09:53 PM
» Replies: 1
» Views: 300

 
  How to add new item by Full LOD Export 2015
Posted by: kimpobin02 - 04-09-2015, 05:28 PM - Forum: Solved topics - Replies (4)


i try add a new item in DB and use LOD Export 2015 for create the .lod file

 

new itemAll.lod not have item 11023+

 

Pls guide for this solution

Print this item

  Tutorial add armors + seals on LastChaos
Posted by: RomainLastChaos - 04-09-2015, 04:01 PM - Forum: General Guides - No Replies


i have make a tutorial about add armors + seals have fun and good learning 

 

2

Print this item

  Full String Export 2015 can't Open[STAFF CLOSED]
Posted by: kimpobin02 - 04-09-2015, 03:21 PM - Forum: Solved topics - Replies (12)


I try open 2 It's not happen

 

I don't know What a ploblem?

 

Pls Help me.

Print this item

  TUTORIAL Modification Costume LastChaos
Posted by: RomainLastChaos - 04-09-2015, 10:49 AM - Forum: General Guides - No Replies


GUIDE MODIFICATION LASTCHAOS TEXTURES

 

 

Hello i have do a Tutorial for teach you how to edit/add Costume (without touch original one have fun (you can use alot photo editor like photoshop cs6 GIMP free photo edit on Google etc... Good Watching and learning for optimal quality put 720p

 

2

Print this item

  Full String Export 2015
Posted by: ZaTii - 04-08-2015, 08:19 PM - Forum: Archived Tools - Replies (2)


String Exporter for the str files in Local/[NATION]/String/

 

 

It export its from the Database, So config ur MySQL hit the String Files u wanna Export and the Nation. I Delete the Korea Export cause i think no one will export in that Big Grin

Now the package is complete as DamonA already released a smc.lod Editor. 

 

The help one selects from t_help1 database. Dunno what that thing is o.O

 

If you got some Improvements then just write me a message here or in Skype.

 

Have fun with it.

 

Screen of the Tool:

 

 

 

UPDATED LINK 9.4 18:23

 

Download: 2!VMZV0RxZ!Z8vHVrRtSw7gqja1NQHHHOdGFMstwTS437ti3oFvSCA     like and thx would be cool

Print this item

  Anti Hack Needed
Posted by: dethunter12 - 04-08-2015, 12:30 PM - Forum: Solved topics - Replies (3)

hey all i was wondering if it at all possible to prevent players from editing the skill_usa.lod file client side  and also if there is a fix for the packet editor . if any of this is possible please let me know how  i can  get ahold of this fix or what i can do, thank you for your time.

Print this item

  [php] setup script
Posted by: peter3301 - 04-07-2015, 06:35 PM - Forum: General Tools Releases - No Replies


Hi,

an old project, its not 100% finish, if you have fun you can complete it, its only little edits.

[hide]

 

the Include.php

<?php

$mysqlip = 'localhost';
$mysqluser = 'root';
$mysqlpassword = '';
$database_data = 'newproject_data';
$database_auth = 'newproject_db_auth';
$database_user = 'newproject_db_user';
$database_db = 'newproject_db';
$database_post = 'newproject_post';
$database_data_sql = 'newproject_data.sql';
$database_auth_sql = 'newproject_db_auth.sql';
$database_user_sql = 'newproject_db_user.sql';
$database_db_sql = 'newproject_db.sql';
$database_post_sql = 'newproject_post.sql';
$ep2_us = false;
$ep2_ger = false;
#$ep3 = $_POST["ep3_datenbank"];
$wait_ep2_ger = false;
$wait_ep2_us = false;
$Done = false;

#Don't edit below!#

$exp_inc = '';
$exp_dec = '';
$sp_inc = '';
$sp_dec = '';
$price_inc = '';
$price_dec = '';
$drop_inc = '';
$drop_dec = '';
$aff_inc = '';
$aff_dec = '';
$hs_add = '';

$log_gs_1 = '';
$tmp = '';

    
### EXPERIENCE ###    
    
#Exp inc
if ($exp_inc == true)
{
$exp_query = "UPDATE t_exp SET a_exp = a_exp / $exp_inc";
$exp_ergebnis = mysql_query($exp_query);
if ($exp_ergebnis == true)
{
    echo "Done";
}
}

if ($exp_dec == true)
{
#Exp dec
$exp_query = "UPDATE t_exp SET a_exp = a_exp * $exp_dec";
$exp_ergebnis = mysql_query($exp_query);
if ($exp_ergebnis == true)
{
    echo "Done";
}

### SKILLPOINT ###

}
#Sp inc
if ($sp_inc == true)
{
$sp_query = "UPDATE t_npc SET a_skill_point = a_skill_point * $sp_inc";
$sp_ergebnis = mysql_query($sp_query);
if ($sp_ergebnis == true)
{
    echo "Done";
}
}

if ($sp_dec == true)
{
#Sp dec
$sp_query = "UPDATE t_npc SET a_skill_point = a_skill_point / $sp_dec";
$sp_ergebnis = mysql_query($sp_query);
if ($sp_ergebnis == true)
{
    echo "Done";
}
}

### PRICE ###

#Price inc
if ($price_inc == true)
{
$price_query = "UPDATE t_npc SET a_prize = a_prize * $price_inc";
$price_ergebnis = mysql_query($price_query);
if ($price_ergebnis == true)
{
    echo "Done";
}
}

if ($price_dec == true)
{
#Price dec
$price_query = "UPDATE t_npc SET a_prize = a_prize / $price_dec";
$price_ergebnis = mysql_query($price_query);
if ($price_ergebnis == true)
{
    echo "Done";
}
}

### DROP ###

#Drop inc
if ($drop_inc == true)
{
$drop_query = "
UPDATE t_npc SET a_item_percent_0 = a_item_percent_0 * $drop_inc;
UPDATE t_npc SET a_item_percent_1 = a_item_percent_1 * $drop_inc;
UPDATE t_npc SET a_item_percent_2 = a_item_percent_2 * $drop_inc;
UPDATE t_npc SET a_item_percent_3 = a_item_percent_3 * $drop_inc;
UPDATE t_npc SET a_item_percent_4 = a_item_percent_4 * $drop_inc;
UPDATE t_npc SET a_item_percent_5 = a_item_percent_5 * $drop_inc;
UPDATE t_npc SET a_item_percent_6 = a_item_percent_6 * $drop_inc;
UPDATE t_npc SET a_item_percent_7 = a_item_percent_7 * $drop_inc;
UPDATE t_npc SET a_item_percent_8 = a_item_percent_8 * $drop_inc;
UPDATE t_npc SET a_item_percent_9 = a_item_percent_9 * $drop_inc;
UPDATE t_npc SET a_item_percent_10 = a_item_percent_10 * $drop_inc;
UPDATE t_npc SET a_item_percent_11 = a_item_percent_11 * $drop_inc;
UPDATE t_npc SET a_item_percent_12 = a_item_percent_12 * $drop_inc;
UPDATE t_npc SET a_item_percent_13 = a_item_percent_13 * $drop_inc;
UPDATE t_npc SET a_item_percent_14 = a_item_percent_14 * $drop_inc;
UPDATE t_npc SET a_item_percent_15 = a_item_percent_15 * $drop_inc;
UPDATE t_npc SET a_item_percent_16 = a_item_percent_16 * $drop_inc;
UPDATE t_npc SET a_item_percent_17 = a_item_percent_17 * $drop_inc;
UPDATE t_npc SET a_item_percent_18 = a_item_percent_18 * $drop_inc;
UPDATE t_npc SET a_item_percent_19 = a_item_percent_19 * $drop_inc;";
$drop_ergebnis = mysql_query($drop_query);
if ($drop_ergebnis == true)
{
    echo "Done";
}
}

if ($drop_dec == true)
{
#Drop dec
$drop_query = "
UPDATE t_npc SET a_item_percent_0 = a_item_percent_0 / $drop_dec;
UPDATE t_npc SET a_item_percent_1 = a_item_percent_1 / $drop_dec;
UPDATE t_npc SET a_item_percent_2 = a_item_percent_2 / $drop_dec;
UPDATE t_npc SET a_item_percent_3 = a_item_percent_3 / $drop_dec;
UPDATE t_npc SET a_item_percent_4 = a_item_percent_4 / $drop_dec;
UPDATE t_npc SET a_item_percent_5 = a_item_percent_5 / $drop_dec;
UPDATE t_npc SET a_item_percent_6 = a_item_percent_6 / $drop_dec;
UPDATE t_npc SET a_item_percent_7 = a_item_percent_7 / $drop_dec;
UPDATE t_npc SET a_item_percent_8 = a_item_percent_8 / $drop_dec;
UPDATE t_npc SET a_item_percent_9 = a_item_percent_9 / $drop_dec;
UPDATE t_npc SET a_item_percent_10 = a_item_percent_10 / $drop_dec;
UPDATE t_npc SET a_item_percent_11 = a_item_percent_11 / $drop_dec;
UPDATE t_npc SET a_item_percent_12 = a_item_percent_12 / $drop_dec;
UPDATE t_npc SET a_item_percent_13 = a_item_percent_13 / $drop_dec;
UPDATE t_npc SET a_item_percent_14 = a_item_percent_14 / $drop_dec;
UPDATE t_npc SET a_item_percent_15 = a_item_percent_15 / $drop_dec;
UPDATE t_npc SET a_item_percent_16 = a_item_percent_16 / $drop_dec;
UPDATE t_npc SET a_item_percent_17 = a_item_percent_17 / $drop_dec;
UPDATE t_npc SET a_item_percent_18 = a_item_percent_18 / $drop_dec;
UPDATE t_npc SET a_item_percent_19 = a_item_percent_19 / $drop_dec;";
$drop_ergebnis = mysql_query($drop_query);
if ($drop_ergebnis == true)
{
    echo "Done";
}
}

### AFFINITY ###

#Affinity inc
if ($aff_inc == true)
{
$aff_query = "UPDATE t_affinity_work SET a_value = a_value * $aff_inc;";
$aff_ergebnis = mysql_query($aff_query);
if ($aff_ergebnis == true)
{
    echo "Done";
}
}

if ($aff_dec == true)
{
#Affinity dec
$aff_query = "UPDATE t_affinity_work SET a_value = a_value / $aff_dec;";
$aff_ergebnis = mysql_query($aff_query);
if ($aff_ergebnis == true)
{
    echo "Done";
}
}

### HS ADD ###
if ($hs_add == true)
{
$hs_query = "UPDATE t_npc SET a_item_19 = 85;";
$hs_ergebnis = mysql_query($hs_query);
if ($hs_ergebnis == true)
{
    echo "Done";
}
}

?>
the setup.php

<?php
$check = mkdir('/home/Server');

$zip = new ZipArchive;
if ($zip->open('ep3/Server.zip') === TRUE) {
    $zip->extractTo('/home/Server');
    $zip->close();
    echo 'ok';
    shell_exec('chmod -R 0777 /home/Server');
} else {
    echo 'Fehler';
}

include("include.php");

$Setup_ip = $_SERVER['SERVER_NAME'];

###GameServer newStobm edit###
$lines = file ("/home/Server/GameServer/GameServer1/data/newStobm.bin");
#Server#
$lines[3] = "IP=$Setup_ip\n";
#Catalog#
$lines[10] = "DBName=$database_data\n";
$lines[11] = "User=$mysqluser\n";
$lines[12] = "Password=$mysqlpassword\n";
#Post#
$lines[32] = "DBName=$database_post\n";
$lines[33] = "User=$mysqluser\n";
$lines[34] = "Password=$mysqlpassword\n";

$handle = fopen ("/home/Server/GameServer/GameServer1/data/newStobm.bin", "w");
fwrite($handle, implode('',$lines));
fclose($handle);

###LoginServer newStobm edit###
$lines = file ("/home/Server/LoginServer/LoginServer/newStobm.bin");
#Server#
$lines[2] = "IP=$Setup_ip\n";
#User DB#
$lines[8] = "DBName=$database_user\n";
$lines[9] = "User=$mysqluser\n";
$lines[10] = "Password=$mysqlpassword\n";
#Data DB#
$lines[14] = "DBName=$database_data\n";
$lines[15] = "User=$mysqluser\n";
$lines[16] = "Password=$mysqlpassword\n";
#Auth DB#
$lines[20] = "DBName=$database_auth\n";
$lines[21] = "User=$mysqluser\n";
$lines[22] = "Password=$mysqlpassword\n";

$handle = fopen ("/home/Server/LoginServer/LoginServer/newStobm.bin", "w");
fwrite($handle, implode('',$lines));
fclose($handle);

###Connector newStobm edit###
$lines = file ("/home/Server/Connector/Connector/newStobm.bin");
#User DB#
$lines[8] = "DBName=$database_user\n";
$lines[9] = "User=$mysqluser\n";
$lines[10] = "Password=$mysqlpassword\n";
#Auth DB#
$lines[14] = "DBName=$database_auth\n";
$lines[15] = "User=$mysqluser\n";
$lines[16] = "Password=$mysqlpassword\n";
#Event DB#
$lines[20] = "DBName=$database_auth\n";
$lines[21] = "User=$mysqluser\n";
$lines[22] = "Password=$mysqlpassword\n";

$handle = fopen ("/home/Server/Connector/Connector/newStobm.bin", "w");
fwrite($handle, implode('',$lines));
fclose($handle);

###Helper newStobm edit###
$lines = file ("/home/Server/Helper/Helper/newStobm.bin");
#Char DB#
$lines[7] = "DBName=$database_db\n";
$lines[8] = "User=$mysqluser\n";
$lines[9] = "Password=$mysqlpassword\n";

$handle = fopen ("/home/Server/Helper/Helper/newStobm.bin", "w");
fwrite($handle, implode('',$lines));
fclose($handle);

###SubHelper newStobm edit###
$lines = file ("/home/Server/SubHelper/SubHelper/newStobm.bin");
#Char DB#
$lines[9] = "DBName=$database_db\n";
$lines[10] = "User=$mysqluser\n";
$lines[11] = "Password=$mysqlpassword\n";
#Post DB#
$lines[15] = "DBName=$database_post\n";
$lines[16] = "User=$mysqluser\n";
$lines[17] = "Password=$mysqlpassword\n";

$handle = fopen ("/home/Server/SubHelper/SubHelper/newStobm.bin", "w");
fwrite($handle, implode('',$lines));
fclose($handle);
### ICH BIN DER GEILSTE, PASS MA UF DU MUSST EP3 NOCH RAUS NEHMEN DIGGA###
$ep3 = true;

if ($ep3)
{
$wait_ep3 = true;    
}

$verbindung = mysql_connect("$mysqlip","$mysqluser","$mysqlpassword");
if (!$verbindung)
{
#    echo "Das war wohl nichts Sad";    
}
else
{

### CREATE database_data ###
$connect_data = mysql_select_db("$database_data");
if(!$connect_data)
{
    echo "Creating $database_data";
$verbindung_data = mysql_query("CREATE DATABASE $database_data");
if (!$verbindung_data)
    {
#        echo "<br>Can't create $database_data";
    }    
}
else
{
#    echo "<br>Database $database_data is exist!";
}

### CREATE database_auth ###
$connect_auth = mysql_select_db("$database_auth");
if(!$connect_auth)
{
#    echo "<br>Create $database_auth";
$verbindung_auth = mysql_query("CREATE DATABASE $database_auth");
if (!$verbindung_auth)
    {
#        echo "<br>Can't create $database_auth";
    }
}
else
{
#    echo "<br>Database $database_auth is exist!";
}

### CREATE database_user ###
$connect_user = mysql_select_db("$database_user");
if(!$connect_user)
{
#    echo "<br>Create $database_user";
$verbindung_user = mysql_query("CREATE DATABASE $database_user") or die("<br>Can't create $database_user");
}
else
{
#    echo "<br>Database $database_user is exist!";
}

### CREATE database_db ###
$connect_db = mysql_select_db("$database_db");
if(!$connect_db)
{
#    echo "<br>Create $database_db";
$verbindung_db = mysql_query("CREATE DATABASE $database_db");
    if(!$verbindung_db)
    {
#    echo "<br>Can't create $database_db";
    }
}
else
{
#    echo "<br>Database $database_db is exist!";
}

### CREATE database_post ###
$connect_post = mysql_select_db("$database_post");
if(!$connect_post)
{
    echo ("<br>Create $database_post");
$verbindung_post = mysql_query("CREATE DATABASE $database_post");
    if(!$verbindung_post)
    {
#            echo "<br>Can't create $database_post";
    }
}
else
{
#    echo "<br>Database $database_post is exist!";
}

}    

#    echo "<br> load ep3 database!";
        $ep3_out_data = shell_exec("mysql --user=$mysqluser --password=$mysqlpassword '$database_data' < ep3/'$database_data_sql'");
        $ep3_out_db = shell_exec("mysql --user=$mysqluser --password=$mysqlpassword '$database_db' < ep3/'$database_db_sql'");
        $ep3_out_auth = shell_exec("mysql --user=$mysqluser --password=$mysqlpassword '$database_auth' < ep3/'$database_auth_sql'");
        $ep3_out_user = shell_exec("mysql --user=$mysqluser --password=$mysqlpassword '$database_user' < ep3/'$database_user_sql'");
        $ep3_out_post = shell_exec("mysql --user=$mysqluser --password=$mysqlpassword '$database_post' < ep3/'$database_post_sql'");
        
if (!$ep3_out_data AND !$ep3_out_db AND !$ep3_out_auth AND !$ep3_out_user AND !$ep3_out_post)
{
    $wait_ep3 = false;

}    

?>
 

 

[/hide]

salute,

peter

Print this item

  MySql problem
Posted by: KochanyMis - 04-07-2015, 01:45 PM - Forum: Solved topics - Replies (3)


Hello Community !¬

 

So I've been out of Last Chaos development for some time. I'm back now and here is a problem

My friend made me an account for MySQL and somehow i cannot connect to it. He can easily connect on his computer. 

 

Print this item

  Full LOD Export 2015
Posted by: ZaTii - 04-07-2015, 12:17 PM - Forum: Archived Tools - Replies (18)


Hey guys

 

As there is atm no full free Lod exporter i compiled the official one and release it. Also added Tari Parameter Tool (thx for that my booooooooooy <3 )  :

 

 

So open that one, Change the Db Setting, choose ur Language and the Lod's and MAKE IT HAPPEN =)

 

Hf with it

 

 

 

DL v1.5 : 2

 

It export this files :

 

 

 

 

INFO: When u export the item is also export the setItem and Fortune Item. hf

Print this item

  im searching string editor to open Strquest.lod
Posted by: SibaN - 04-06-2015, 09:39 PM - Forum: Solved topics - Replies (3)


hello guys 

 

im searching string editor to open StrQuest.lod 

 

i have download the released one but not open Strquest.lod 

 

becaus t_quest not complet with name 

 

 

there are many quest have no name if i add new quest and i exporter strquest.lod 

 

many quest have no name only the Id from quest 

 

or if somone have complted t_quest with all name please can you post it here 

 

 

 

 

 

Print this item