| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 27 online users. » 0 Member(s) | 26 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: 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: 242
|
Looking for EP4 Guidance
Forum: General Discussion
Last Post: xHypnosiaa
01-19-2026, 08:33 AM
» Replies: 1
» Views: 174
|
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
|
|
|
| LCExtend.so |
|
Posted by: ucaff - 03-16-2015, 05:43 AM - Forum: Solved topics
- Replies (12)
|
 |
hello guys, one question.
as I can run the 64 bit centos extension?
32bit works fine, but in 64bit installing all the libraries also does not work
someone could help me with this?
|
|
|
| MobAll Editor 3.5.1 |
|
Posted by: XaMaX - 03-14-2015, 03:44 PM - Forum: Solved topics
- Replies (1)
|
 |
I just have a problem with this tool, the problem is that does not connect to the database, other tools, yes.
I'm under Windows 8.1.
OMG, solved.
Reason: It doesn't work with the root account, but yes with others. (at least my case)
|
|
|
| Hax the latest launcher |
|
Posted by: XaMaX - 03-13-2015, 11:03 PM - Forum: General Discussion
- No Replies
|
 |
So, i trying to hax the latest launcher from gamigo, but without lucky I tried with HxD but i don't have found nothing special.
So, anyone knows something about it?
|
|
|
| Reborn Fail Pls help me |
|
Posted by: JensMannheim - 03-13-2015, 12:38 PM - Forum: Coders Talk
- Replies (7)
|
 |
Hello Com
I have a problem and hope that you help me as I can
my player can not reborn
it always appears this message
In-game cash is only 0 but you need to 500000000 reborn . however, it is present in all enough gold
here the php scripts
<?php
session_start();
$file = 'reborn';
include "config/config.php";
include "styles/style.php";
include "core/plugin.php";
include 'core/functions.php';
include 'core/classes.php';
include 'core/post_check.php';
include "core/core.php";
$tpl->assignGlobal("page_title", "ReBorn System");
if( $User->LoggedIn == true ){
if ($S_rborn_online == "Enable"){
$Ctrl = new statpts();
$uid = $User->ID;
if( $Ctrl->isOnline( $uid ) ){
if( isset( $_POST['step'] ) && $_POST['step'] == md5('step2') ){
if( ctype_digit( $_POST['char'] ) ){
$cid = $_POST['char'];
$clevel = $_POST['level'];
$cname = $_POST['name'];
$creborns = $_POST['reborns'];
if ($clevel >= $S_rborn_level && $creborns <= $S_rborn_allow){
$Ctrl->GetGoldBalance( $cid, $row, $col, $amount );
if ($amount > $S_rborn_gold){
$dgold = $amount - $S_rborn_gold;
$query9T = sprintf("UPDATE %s.t_characters SET a_level=".$S_rborn_slevel.", a_exp=0, a_statpt_remain = (a_statpt_remain+".$S_rborn_rstats.") WHERE a_index = '".$cid."' ", $LC_Db );
$dbh9T = $con_cms_pdo->prepare( $query9T );
$dbh9T->execute();
$query10T = sprintf("UPDATE %s.t_reborn_log SET a_reborns=(a_reborns+1) WHERE a_index = '".$cid."' ", $LC_CMSDb );
$dbh10T = $con_cms_pdo->prepare( $query10T );
$dbh10T->execute();
$Ctrl->DeductGold( $cid, $row, $col, $dgold );
$tpl->newBlock('success');
$tpl->Assign('msg' , "<font color='green'><font class='main_font'>The reborn was a success! ".$cname." is now reborn <br/>Level ".$S_rborn_slevel." with your stat points + ".$S_rborn_rstats.", Skills not reset.<br/>".$S_rborn_gold." in-game gold has been deducted from ".$cname."</font></font>");
} else {
$tpl->newBlock('error');
$tpl->Assign('msg' , "<font color='#FFE600'><font class='main_font'>In-game cash is only ".$amount." but you need ".$S_rborn_gold." to reborn.</font></font>");
}} else {
$tpl->newBlock('error');
$tpl->Assign('msg' , "<font color='#FFE600'><font class='main_font'>Not met the requirements (Must be $S_rborn_level + under $S_rborn_allow reborns)</font></font>");
}} else {
$tpl->newBlock('error');
$tpl->Assign("msg", 'Please select a character');
}} else {
$tpl->newBlock('reborn_char');
$tpl->Assign("rlevel", $S_rborn_level);
$tpl->Assign("rcost", $S_rborn_gold);
$tpl->Assign("rrborns", $S_rborn_allow);
$actionz = md5('step2');
$rand1 = 1;
if( $Ctrl->GetCharacters( $uid ) > 0 ){
foreach( $Ctrl->chars as $curChar ){
$rand1++;
$cid = $curChar['id'];
$cname = $curChar['name'];
$clevel = $curChar['level'];
$query7T = sprintf("SELECT a_reborns FROM %s.t_reborn_log WHERE a_index = ".$cid."", $LC_CMSDb );
$dbh7T = $con_cms_pdo->prepare( $query7T );
$dbh7T->execute();
$rebornT = $dbh7T->fetch();
if($rebornT['a_reborns'] == NULL){
$rebornT = NULL;
$query8T = sprintf("INSERT INTO %s.t_reborn_log (a_index, a_reborns) VALUES ('".$cid."',0) ", $LC_CMSDb );
$dbh8T = $con_cms_pdo->prepare( $query8T );
$dbh8T->execute();
$query7T = sprintf("SELECT a_reborns FROM %s.t_reborn_log WHERE a_index = '".$cid."' ", $LC_CMSDb );
$dbh7T = $con_cms_pdo->prepare( $query7T );
$dbh7T->execute();
$rebornT = $dbh7T->fetch();
}
$tpl->Assign("listchars".$rand1, '<form method="post" id="'.$rand1.'"><tr>
<td style="text-align:center;"><input type="radio" name="char" value="'.$cid.'" onclick="this.form.submit();" /></td>
<td style="text-align:center;"><input type="hidden" name="name" value="'.$cname.'" /><font color="#927D61">'.$cname.'</font></td>
<td style="text-align:center;"><input type="hidden" name="level" value="'.$clevel.'" /><font color="#927D61">'.$clevel.'</font></td>
<td style="text-align:center;"><input type="hidden" name="reborns" value="'.$rebornT['a_reborns'].'" /><font color="#927D61"><font color=orange>'.$rebornT['a_reborns'].'</font> / <font color="#e78282">'.$S_rborn_allow.'</font></font></td>
</tr><input type="hidden" name="step" value="'.$actionz.'" /></form>');
}
}
}
} else {
$tpl->newBlock('error');
$tpl->Assign("msg", 'You need to log off the server to use the reborn.');
} } else {
$tpl->newBlock('error');
$tpl->Assign("msg", 'Sorry the reborn system is off-line.');
} } else {
$tpl->newBlock('error');
$tpl->Assign("msg", 'To use this system, you need to login the website.');
}
$tpl->printToScreen();
credit($cmsV,$Licence,$server_owner);
include 'styles/'.$style.'/tpl/extras/footer.html';
?>php
I ask you to help
thank you so much
and sry for my Bad english Google Translator 
|
|
|
| Monster GANG -.- |
|
Posted by: Zoro - 03-10-2015, 10:34 AM - Forum: Solved topics
- Replies (3)
|
 |
When adding a new mob
Close to any other new mob
if you attack one all of the other new mobs around it will attack.
For example
I copied Bogle and placed it somewhere else. Went to a different place and added their regen spots.
Now i go in game and attack 1 of them and all other new mobs also attack me.
How to fix this so they dont attack?
anyone knows?
|
|
|
| The server does not start |
|
Posted by: ivi1982 - 03-09-2015, 07:59 PM - Forum: Solved topics
- Replies (11)
|
 |
now restart the server after several days.
I did not start
not because it could have happened
reinstall the database again and nothing
this is de log x example in Connector
2015-03-09 19:25:59,200 INFO [ PrintExcuteInfo.cpp : 39] -
2015-03-09 19:25:59,200 INFO [ PrintExcuteInfo.cpp : 41] - -------------------------- Connector (USA / RELEASE / ) start ------------------------
2015-03-09 19:25:59,200 INFO [ PrintExcuteInfo.cpp : 42] -
2015-03-09 19:25:59,200 INFO [ PrintExcuteInfo.cpp : 45] - svn info : Last Changed Rev: 9116
2015-03-09 19:25:59,200 INFO [ PrintExcuteInfo.cpp : 46] - compile time : 1418978504
2015-03-09 19:25:59,200 INFO [ PrintExcuteInfo.cpp : 49] - openfiles = getdtablesize[1024]
2015-03-09 19:25:59,200 INFO [ PrintExcuteInfo.cpp : 56] - OS = sysname : Linux, release : 2.6.32-504.8.1.el6.x86_64, version : #1 SMP Wed Jan 28 21:11:36 UTC 2015, machine : x86_64
2015-03-09 19:25:59,200 INFO [ PrintExcuteInfo.cpp : 76] -
-- CPU INFORMATION --
processor : 0
model name : Intel Core i7 9xx (Nehalem Class Core i7)
processor : 1
model name : Intel Core i7 9xx (Nehalem Class Core i7)
2015-03-09 19:25:59,200 INFO [ PrintExcuteInfo.cpp : 89] -
-- MEMORY INFORMATION --
MemTotal: 5990212 kB
MemFree: 4611672 kB
Buffers: 39848 kB
Cached: 719264 kB
SwapCached: 0 kB
Active: 793320 kB
Inactive: 433976 kB
Active(anon): 468340 kB
Inactive(anon): 4684 kB
Active(file): 324980 kB
Inactive(file): 429292 kB
Unevictable: 0 kB
Mlocked: 0 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Dirty: 56 kB
Writeback: 0 kB
AnonPages: 468180 kB
Mapped: 107052 kB
Shmem: 4836 kB
Slab: 60056 kB
SReclaimable: 28664 kB
SUnreclaim: 31392 kB
KernelStack: 2616 kB
PageTables: 31580 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 2995104 kB
Committed_AS: 1501368 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 25844 kB
VmallocChunk: 34359708236 kB
HardwareCorrupted: 0 kB
AnonHugePages: 212992 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
DirectMap4k: 7252 kB
DirectMap2M: 6283264 kB
2015-03-09 19:25:59,200 INFO [ PrintExcuteInfo.cpp : 94] - MYSQL CLIENT VERSION : 5.1.73
2015-03-09 19:25:59,203 INFO [ Log.cpp : 86] - SYSTEM > Finding Connection Limit
2015-03-09 19:25:59,203 INFO [ Log.cpp : 86] - SYSTEM > Initialize Server Socket
2015-03-09 19:25:59,204 INFO [ Log.cpp : 86] - SYSTEM > Entering Connector Loop
2015-03-09 19:25:59,204 INFO [listen_sessionTcp.cpp : 86] - bnf - open listen socket. ip: 127.0.0.1, port: 24006, fd: 9, handle: 4000000
2015-03-09 19:25:59,204 DEBUG [rnsocketioserviceTcp.cpp : 77] - bnf - async connecting to 127.0.0.1:28888. fd: -1, handle: 1000000
2015-03-09 19:25:59,204 INFO [ timer_session.cpp : 39] - bnf - create timer. handle: 2000000, start_msec: 1000, period_msec: 1000
2015-03-09 19:25:59,204 INFO [ timer_session.cpp : 39] - bnf - create timer. handle: 2000001, start_msec: 120000, period_msec: 120000
2015-03-09 19:25:59,204 INFO [serverAuthentication.cpp :
dont see anithing error
|
|
|
|