| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 31 online users. » 0 Member(s) | 31 Guest(s)
|
| 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: 609
|
All in One Exporter
Forum: Tools
Last Post: Kain88
01-25-2026, 07:04 AM
» Replies: 4
» Views: 425
|
HELP! ReZasCashServer It ...
Forum: Ep4 Support
Last Post: Kain88
01-24-2026, 03:24 PM
» Replies: 2
» Views: 161
|
Hi, does anyone know the ...
Forum: Help
Last Post: Desarija
01-21-2026, 11:29 AM
» Replies: 1
» Views: 112
|
LastChaos Nemesis
Forum: Server Advertising
Last Post: Desarija
01-20-2026, 04:06 PM
» Replies: 3
» Views: 235
|
Looking for EP4 Guidance
Forum: General Discussion
Last Post: xHypnosiaa
01-19-2026, 08:33 AM
» Replies: 1
» Views: 170
|
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: 73
|
Last Chaos global server ...
Forum: Ep4 Guides
Last Post: xHypnosiaa
01-07-2026, 07:01 PM
» Replies: 0
» Views: 32
|
EP-2/EP-3 Mixed files
Forum: Archived General Server Releases
Last Post: TeKnodE
01-06-2026, 09:53 PM
» Replies: 1
» Views: 295
|
|
|
| Shop Problem |
|
Posted by: Yasou - 11-22-2011, 01:17 PM - Forum: General Discussion
- Replies (5)
|
 |
I will make a new shop with cash items.
and how can i change a shop (NPC SHOP) ?
Sry for Bad english
I come from germany.
i mean the npc(shop NPC) sell items heal pots but i will the Npc sells cash items.
omg i hate my english ._.
|
|
|
| Problem connecting gameserver |
|
Posted by: jonicena - 11-20-2011, 11:28 AM - Forum: General Discussion
- Replies (2)
|
 |
Hi i make my first ep1 server with hamachi, it run perfect in my pc, but when i try to log in, in other pc, login is correct but when i click start appear gameserverconnection failed
Any idea of what i have to do?
|
|
|
| User-Rank and Guild-Rank Script and Banlist [PHP] |
|
Posted by: reneh - 11-20-2011, 02:35 AM - Forum: Ep1 Guides
- Replies (4)
|
 |
Hey Guys i was create a Ranking Script !
User-Rank:
<?php
//currently an example, change to your desired infomation
$dbuser = "root";
$dbpass = "root";
$dbhost = "localhost";
$dbname = "newproject_db";
//connect to database
$msconn = mysql_connect($dbhost, $dbuser, $dbpass);
$db = mysql_select_db($dbname, $msconn);
mysql_query("set names UTF8");
$q = mysql_query("SELECT a_level, a_job, a_nick, a_job2 FROM t_characters WHERE a_job2>0 AND a_level>30 ORDER BY a_level DESC");
echo "</pre>
<table width="400" border="0" cellpadding="2" cellspacing="2">LevelNameClass</table>
<font color="#FF0000">Highlander</font>";} <br> elseif ($row["a_job"] == 0 && $row["a_job2"] == 2 ) {$class = "<font color="#FF0000">Warmaster</font>";} <br><br> //knight<br> elseif ($row["a_job"] == 1 && $row["a_job2"] == 1 ) {$class = "<font color="#0000FF">Royal Knight</font>";} <br> elseif ($row["a_job"] == 1 && $row["a_job2"] == 2 ) {$class = "<font color="#0000FF">Templar Knight</font>";} <br><br> //Healer<br> elseif ($row["a_job"] == 2 && $row["a_job2"] == 1 ) {$class = "<font color="#008000">Archer</font>";} <br> elseif ($row["a_job"] == 2 && $row["a_job2"] == 2 ) {$class = "<font color="#008000">Cleric</font>";} <br><br> //Mage<br> elseif ($row["a_job"] == 3 && $row["a_job2"] == 1 ) {$class = "<font color="#800080">Wizard</font>";} <br> elseif ($row["a_job"] == 3 && $row["a_job2"] == 2 ) {$class = "<font color="#800080">Witch</font>";} <br><br> //Rogue<br> elseif ($row["a_job"] == 4 && $row["a_job2"] == 1 ) {$class = "<font color="#FFA500">Assassin</font>";} <br> elseif ($row["a_job"] == 4 && $row["a_job2"] == 2 ) {$class = "<font color="#FFA500">Ranger</font>";}<br><br> //Sorcerer<br> elseif ($row["a_job"] == 5 && $row["a_job2"] == 1 ) {$class = "<font color="#9B30FF">Elementalist</font>";} <br> elseif ($row["a_job"] == 5 && $row["a_job2"] == 2 ) {$class = "<font color="#9B30FF">Specialist</font>";} <br><br> //Nightshadow<br> elseif ($row["a_job"] == 6 && $row["a_job2"] == 0 ) {$class = "NightShadow";}<br><br><br><br><br> echo "";<br> echo "<font size="3">".$row["a_level"]."</font>";<br> echo "<font size="3">".$row["a_nick"]."</font>";<br> echo "<font size="3">".$class."</font>";<br> }<br> echo "<br>";<br
Guild-Rank:
<?php
//currently an example, change to your desired infomation
$dbuser = "root";
$dbpass = "root";
$dbhost = "localhost";
$dbname = "newproject_db";
//connect to database
$msconn = mysql_connect($dbhost, $dbuser, $dbpass);
$db = mysql_select_db($dbname, $msconn);
mysql_query("set names UTF8");
$q = mysql_query("SELECT a_level, a_name FROM t_guild WHERE a_level>0 AND a_level>4 ORDER BY a_level DESC");
echo "</pre>
<table width="400" border="0" cellpadding="2" cellspacing="2">LevelName".$row["a_level"]."".$row["a_name"]."</table>
<br>";<br
Banlist:
<?php
//currently an example, change to your desired infomation
$dbuser = "root";
$dbpass = "root";
$dbhost = "localhost";
$dbname = "newproject_db";
//connect to database
$msconn = mysql_connect($dbhost, $dbuser, $dbpass);
$db = mysql_select_db($dbname, $msconn);
mysql_query("set names UTF8");
$q = mysql_query("SELECT a_idname, a_detail, a_modify_date FROM t_users_block");
echo "</pre>
<table width="450" border="0" cellpadding="2" cellspacing="2">AccountnameReasonBandate".$row["a_idname"]."".$row["a_detail"]."".$row["a_modify_date"]."</table>
<br>";<br
You only change the MySQL Connection Fields. Warning for Banlist: In your Database you must enter in "a_detail" your Reason and in "a_modify_date" the Bantime..
Only Works for EP1 Files !!
Howto:
You need a Webserver (eg. Xampp) on your PC, Root etc. Then you create a .php file (eg. ranking.php) . Open it and copy one of my Codes in it. Then edit the MySQL-Connection in the .php file. Then youre done!
(SORRY FOR BAD ENGLISH IM GERMAN)
|
|
|
| Castle Owner Script [PHP] |
|
Posted by: reneh - 11-20-2011, 02:28 AM - Forum: Ep1 Guides
- Replies (1)
|
 |
Hey Guys this is a Simple PHP Script for your Homepage to see the Castle-Owners. It shows Zone-Name (Merak and Dratan) , Owner-Guildname and the Owner-Charname (Guildleader)
This is the Code:
<?php
//currently an example, change to your desired infomation
$dbuser = "root";
$dbpass = "root";
$dbhost = "localhost";
$dbname = "newproject_db";
//connect to database
$msconn = mysql_connect($dbhost, $dbuser, $dbpass);
$db = mysql_select_db($dbname, $msconn);
mysql_query("set names UTF8");
$q = mysql_query("SELECT a_owner_guild_name, a_owner_char_name, a_zone_index FROM t_castle");
echo "</pre>
<table width="250" border="0" cellpadding="2" cellspacing="2">Zone GuildnameOwner</table>
<font color="#FFFF00">Dratan</font>";} <br> elseif ($row["a_zone_index"] == 7 && $row["a_zone_index"] == 7 ) {$class = "<font color="#FF0000">Merak</font>";} <br><br><br><br> echo "";<br> echo "<font size="3">".$class."</font>";<br> echo "<font size="3">".$row["a_owner_guild_name"]."</font>";<br> echo "<font size="3">".$row["a_owner_char_name"]."</font>";<br><br> }<br> echo "<br>";<br
You only need to edit the MySQL Data. Standart is
User: root
Passwort: root
IP: localhost or 127.0.0.1
Warning: Only works for EP1 Files!
|
|
|
| Simple Bloodseal Editor |
|
Posted by: Wizatek - 11-19-2011, 11:02 PM - Forum: Tools
- Replies (17)
|
 |
Hi
I had to make a bloodseal editor because i wanted to change some things in Option.lod.
I made it so simple that even my grandmother can use it!
Just click File -> Open and select the Option_xxx.lod file
Make the changes
Click File -> Save and u are done!
|
|
|
|