| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 27 online users. » 1 Member(s) | 25 Guest(s) Bing, HernBart
|
| 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: 606
|
All in One Exporter
Forum: Tools
Last Post: Kain88
01-25-2026, 07:04 AM
» Replies: 4
» Views: 424
|
HELP! ReZasCashServer It ...
Forum: Ep4 Support
Last Post: Kain88
01-24-2026, 03:24 PM
» Replies: 2
» Views: 154
|
Hi, does anyone know the ...
Forum: Help
Last Post: Desarija
01-21-2026, 11:29 AM
» Replies: 1
» Views: 110
|
LastChaos Nemesis
Forum: Server Advertising
Last Post: Desarija
01-20-2026, 04:06 PM
» Replies: 3
» Views: 233
|
Looking for EP4 Guidance
Forum: General Discussion
Last Post: xHypnosiaa
01-19-2026, 08:33 AM
» Replies: 1
» Views: 167
|
We're in need of creative...
Forum: Project Recruitment
Last Post: RGT
01-16-2026, 12:48 AM
» Replies: 0
» Views: 116
|
Last Chaos build deployme...
Forum: Ep4 Guides
Last Post: xHypnosiaa
01-08-2026, 11:14 AM
» Replies: 0
» Views: 69
|
Last Chaos global server ...
Forum: Ep4 Guides
Last Post: xHypnosiaa
01-07-2026, 07:01 PM
» Replies: 0
» Views: 30
|
EP-2/EP-3 Mixed files
Forum: Archived General Server Releases
Last Post: TeKnodE
01-06-2026, 09:53 PM
» Replies: 1
» Views: 293
|
|
|
| GM Commands |
|
Posted by: cooldude - 10-03-2011, 03:33 PM - Forum: Ep1 Guides
- Replies (38)
|
 |
here is The List of GM Commands list made by Falo
/whoami
/hpmp {hp} {mp}
/guildpoint {number1} {number2}
/messenger {invite/out/chat} {number1} {number2} {text}
/group add {text}
/group del {number}
/block {text}
/release {text}
/setwartime {year (bigger than 1900)} {month} {day} {hour} {min}
/setwartime2 {year (bigger than 1900)} {month} {day} {hour} {min}
/setwartime2end
/setowner {text}
/lordchat {admin/goto/pos}
/petlevelup {level}
/petdeadtime {number}
/petreset
/petexpup {number 0 - 100}
/petmountreset
/petchangename {text}
/ap
/dp
/itemuse
/cashbalance
/cashpurchase {number} {number1-n}
/cashpurchaselist
/cashbring {number} {number1-n}
/cashpurchasehistory {number1} {number2} {number3}
gm commands, that require a level:
/itemdrop {itemid} {flag1} {flag2} {amount} {numSeals} {sealId1-5} {sealValue1-5}
/levelup {number}
/statpoint {number} {str} {dex} {int} {con}
/skillpoint {number}
/double_event {all/cur} {start/ing/stop} {drop_rate} {get_rate} {exp_rate} {sp_rate} {produce_rate} {produce_num}
/doubleexp_event {all/cur} {start/ing/stop}
/recommend {serverid}
/summon {npcid}
/summon {amount 1-10} {npcid}
/goto {x} {y} {number}
/echo {server/channel} {text}
/immortal
/visible
/go_pc {charname}
/go_npc {npcid}
/common {charname}
/kill_npc {amount}
/kick {charname}
/go_zone {main_mapid} {sub_mapid}
/count_pc
/buggy_count_npc //buggy will crash the gameserver
/buggy_silence // buggy will crash the gameserver
/questcomplete
/setregensec {number1} {number2}
/npcregen {number}
/expup {number 1-100}
/bloodpoint {number}
/endgame {number}
/observe
/chatmonitor
/event {itemdrop/xmas2005/newyear2006/valentine2006/oxevent/gball}
/shutdown {number1} {number2} {number3}
/exp_limit {no/all/cur} {number}
/chat {text}
/speedup {number, 200 = 20,0}
/fameup {number}
/reward {rankinit/rewardinit/rewardend}
/kick_id {charid}
/resurrection {charname}
/disguise
/loginserver {open/close/reboot}
/kick_pc {charid}
/gmchatmonitor {name} {on/off}
/kick_area {range}
/reboot {all/server/subserver} {number}
/applyskill {skillid}
/applyskill {skillid} {level}
/applyskill {skillid} {level} "charname"
/applyskill "cure" {skillid}
/applyskill "cure" {skillid} {level}
/applyskill "cure" {skillid} {level} "charname"
/kickguildmember {guildname} {charname}
/unka {number1} {number2} // dont know what it does
|
|
|
| [Release] PlayerCounter |
|
Posted by: fabi202cool - 10-03-2011, 11:08 AM - Forum: Tools
- Replies (3)
|
 |
hey guys,
today i would like release my new tool.
It counts all online Players and displays her names and zone.
Screen:
The ODBC MySQL Driver is required, you can download it here: 2
Download: 2
Fabi
|
|
|
| serial calculation |
|
Posted by: Falo - 10-02-2011, 11:44 PM - Forum: Ep1 Guides
- Replies (4)
|
 |
<p>You maybe noticed, in t_inven or t_stash you see a strange number example: "LR9JCa08R", this is the serial,
you can decode this into:
itemguid: 523
creation date: 19.09.2011
creation time: 12:36
server: 1
channel 1
but how is it calculated ? it's usefull to know this for a webmall, here a sample php code:
how to use: 2 any number
function calcSerial($item_guid){
$arrSerial = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';
$year = (int)date("Y");
$month = (int)date("m");
$day = (int)date("d");
$hour = (int)date("G");
$minute = (int)date("i");
$second = (int)date("s");
$server = (int)1;
$channel = (int)1;
$serial = array(20);
// calculate Server + Channel
$temp1 = (20 * $server + $channel) % 62;
if ($temp1 < 0 ) $temp1 = 0;
$serial[0] = $arrSerial[$temp1 % 62];
// calculate time
$serial[1] = $arrSerial[$year % 62];
$serial[2] = $arrSerial[$month % 62];
$serial[3] = $arrSerial[$day % 62];
$serial[4] = $arrSerial[$hour % 62];
$serial[5] = $arrSerial[$minute % 62];
$serial[6] = $arrSerial[$second % 62];
// avoid negative guid
If ($item_guid < 0) $item_guid = -$item_guid;
// calculate item guid
$temp2 = $item_guid % 238328;
$temp3 = (int)($temp2 / 62);
$temp4 = (int)($temp3 / 62);
$serial[7] = $arrSerial[$temp4 % 62];
$serial[8] = $arrSerial[$temp3 % 62];
$serial[9] = $arrSerial[$temp2 % 62];
//return
return $serial[0].$serial[1].$serial[2].$serial[3].$serial[4].$serial[5].$serial[7].$serial[8].$serial[9];
}
|
|
|
| Fastlist for 2008?? |
|
Posted by: DyzE - 10-02-2011, 09:31 PM - Forum: General Discussion
- Replies (3)
|
 |
Is there something like the "fastlist" tool from wizatek for the 2008er files or can i get the item id`s from anywhere??
|
|
|
| Gamerserver error |
|
Posted by: Bradox - 10-02-2011, 09:48 AM - Forum: General Discussion
- Replies (10)
|
 |
Hello,
I update my Server with Some fix and if i start the Gamerserver i get the error " Cant´Create NPC Nm 521-524"
[ATTACH=CONFIG]338[/ATTACH]
|
|
|
| Some Informations |
|
Posted by: DyzE - 10-01-2011, 11:09 PM - Forum: General Discussion
- Replies (1)
|
 |
Hi
Can you help me and say which Admin Commands are working.
How to get money?
How to get cash?
And where i can find the right item id`s of this old version.
|
|
|
| Admin PHP LC EP2 |
|
Posted by: HateMe - 09-30-2011, 02:54 PM - Forum: Client Side
- Replies (13)
|
 |
I made a little php script its not realy good codet but ill thought i still set it in if some need or search for such a thing to edit.
extract it and upload it to your webspace.
open /options/functions.php
edid there
<?php
$user="USERNAME"; // mysql username
$password="PASSWORD"; // mysql Password
$database="lcep2"; // database
$ip="UR IP ADRESS"; // ip adress where the mysql server is to connect
?>
Feel free to edit it.
its non password protected.
Futured
Can add/edit/delete accounts or chars
Ban accounts
show ban list
Add/delete/edit a role
add/remove Player from a role
and some more
2
|
|
|
|