Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

(Tera Project) Tera Emulator by P5yl0 Update 140315

Junior Spellweaver
Joined
Feb 27, 2011
Messages
113
Reaction score
9
Can you guys fix the known collision bug? when you attack monsters sometimes its like you're hitting the air, nothing happens
 
Junior Spellweaver
Joined
Mar 3, 2015
Messages
164
Reaction score
75
Who called it collision was wrong.
The code of npc battle is simple, it's only npc>player>npc
I will check it.
 
Junior Spellweaver
Joined
Feb 27, 2011
Messages
113
Reaction score
9
@tastyshots Thanks, its really important for a game like this where combat is 80% of the game, make sure you check it yourself and understand what i mean (incase you dont) and youll see you dont always hit the mob with every hit you make, its like a 40/60 chance or something, i dont know. but its not supposed to be that way, you hit the mob with every attack you make in the official game, p.s im not taking you as a stupid person im just saying this more clearly and simplified so itll be easier to understand and wont get to a place where i have to explain myself for the second, third now, time. thanks again, hope its easy to fix.
 
Junior Spellweaver
Joined
Mar 3, 2015
Messages
164
Reaction score
75
CrystalCoder how you can talk about stability without trying to use it xD.
Don't try to tell me about C# programming, i know what i'm coding.
The server is based on MetaWind's Tera, so... It was stable on 1000+ online.
About shop: the hell, i don't know what type of shop you are talking about.

mor339k, welcome.
 
Junior Spellweaver
Joined
Mar 3, 2015
Messages
164
Reaction score
75
Haha, no need sorry.
Cash shop, i understand now what you mean.
Well it's a routine work. The hell this need not code, but a lot of work with MySQL transactions between website/player database.
So this everything must be done by server administrator (i have no imagination how it must look and how it should work, also this is very huge work)
 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
so far
EvilEva - (Tera Project) Tera Emulator by P5yl0 Update 140315 - RaGEZONE Forums
 
Junior Spellweaver
Joined
Mar 3, 2015
Messages
164
Reaction score
75
It's a Cerium Unity tools.




Sure, everyone welcome, code, update and post here what you did, that's all!
 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
since being raged at pw section and all of shenanigans whats goes around that game, i'll gonna lookup a bit deeper into Tera.
Adriano ready to code a bit with famous Hycker? :D
 
Junior Spellweaver
Joined
Mar 3, 2015
Messages
164
Reaction score
75
ok, will check it



Yup, able to create char with already used nickname.
Actually, this is not so important, because character id will be different always, but we will do this as 2 option for server gm's (enable to use same names, or restrict and check name using MySQL reader, via checking name string)

EvilEva - (Tera Project) Tera Emulator by P5yl0 Update 140315 - RaGEZONE Forums
 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
so the compiled emu still runable in linux (tested on noobuntu with mono)
there is some steps how to do, if anyones preferable this op sys (like me)

upload the whole folder to linux whatever to where, example to home dir

installing and configure linux:

apt-get install mysql-server
use any password what you want for admin user

apt-get install phpmyadmin
set password what you provide in mysql for admin user

apt-get install php5
apt-get install mono-complete
apt-get install apache2

when done, open your linux adress in your fav browser (to get ip use: ifconfig)
ex: 192.168.1.122/phpmyadmin
login as root
create database tera
import sql file which is in first post somewhere
upload web folder to /var/www/html/ folder
edit neccessary xml files to match your IP

unpack ontera client
copy tera launcher and tera single to ontera folder
edit tera launcher with tool in first post to match the serverlist, be sure about 49 character

go back to linux and start the tera.exe with command like: mono tera.exe or simply tera.exe
open your linux ip adress in your fav browser:11101
launch tera in wincrap and enjoy.

do not put to public. its ultra unsecure.

this tut for advanced linux users, noobies do not try to bother with it
 
Newbie Spellweaver
Joined
Oct 21, 2014
Messages
6
Reaction score
0
Hmm, I have this error when I try to go to the webserver address (127.0.0.1/Web):

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)' in C:\xampp\htdocs\Web\core\connect\database.php:10 Stack trace: #0 C:\xampp\htdocs\Web\core\connect\database.php(10): PDO->__construct('mysql:host=127....', 'root', '') #1 C:\xampp\htdocs\Web\core\init.php(3): require('C:\\xampp\\htdocs...') #2 C:\xampp\htdocs\Web\index.php(2): require('C:\\xampp\\htdocs...') #3 {main} thrown in C:\xampp\htdocs\Web\core\connect\database.php on line 10

I wonder if it is because I am using port 3307, so my other mysql installation doesn't conflict. Can you let me know where in the web client configurable I can change my port? I see:

$config = array( 'host' => '127.0.0.1',
'username' => 'root',
'password' => '',
'dbname' => 'tera'
);

But, no port setting.
 
Junior Spellweaver
Joined
Mar 3, 2015
Messages
164
Reaction score
75
Create database and set port in MySQL forwardly, not in config.
 
Back
Top