• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

TERA EMU 2903 toGO!

Joined
Feb 2, 2012
Messages
413
Reaction score
249
Not much to say...
-started a complete new source
-created my own Packet Reading/Sending

Rev. Current 2903 Client

-LoginServer 90% done
-Launcher 90% done
Account Registration has to be completed...
(will be done when Char Creation is ready)
Launcher can be started normal only as Window...
or with command -debug with a debug console..

Launcher is complete standalone...
Start.. > Login > Receives Data form the LoginServer (included Serverlist Adress from configs)
Chooses from Language Selection the Serverlist..
will be automatic the game Language...

Gameserver:
-Complete new Source cleaned from all Dll Files
-A nice Mysql Database Manager
-Lobby Entry done,
-working on Char Creation and Saving PlayerData

LoginServer & Gameserver having a Console Command Imput..
for now... -Createaccount & Deleteaccount
more commands can be added later

Pic 1 from last week.. first trys...with a copy of an Account Stream
EgLFX1b - TERA EMU 2903 toGO! - RaGEZONE Forums


Pic 2 all Servers on work.. (Char Creation)
zSctfNE - TERA EMU 2903 toGO! - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Feb 2, 2012
Messages
413
Reaction score
249
Why do you want a download...?
you cant get even the lobby..

Im workin on th Character Creation and saving to database at the moment...
 
Joined
Feb 2, 2012
Messages
413
Reaction score
249
short Update...

Character Creation, with saving to SqlDb: Done!

Character Loading: On Work!
Char List Loading .. 80%.. some missmatch on stream... charname,zone etc missing... (some byte shifts)
at current state i load only a char Equip template...
when everythings fine on loading i will replace the template with item loading from database to load the right equip

QfAXbZb - TERA EMU 2903 toGO! - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Joined
Feb 2, 2012
Messages
413
Reaction score
249
update..
for now....

im Ducking up with the Ducking... News Window...^^
i dont know why but this witch wont put more than one line on the screen...

but there are other good news...
Loading Screen for World so far done...(dragon in the bachground..) ....Progressbar missing till now..
Char loading for World done...
(need result when i get in.. if everythings alllright.. but for the packet watcher.. the packet is 1:1 to the official server so it should work)

Chat system... (simple) implemented.. can´t check now if whisper system is working correct or all messages go to everyone...
we will see later when we get in...or.. the chats are sending to the right one... maybe its an allround worldchat for now..

I9RIzwl - TERA EMU 2903 toGO! - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Dec 20, 2004
Messages
62
Reaction score
0
How are you going to go about NPCs and the scripting for them?

And if you need anything P5yl0 ,like hosting, lemme know I'll do anything I can to help you :D
 
Joined
Feb 2, 2012
Messages
413
Reaction score
249
@cintapw
Im using the latest Tera EU Client
but its mostly the same version as the EnMasse client...
sometimes they are 1-3 weeks patches behind. but as the latest lvl 65 patch the EU client was 1-2 weeks before the NA client...
so there should be no problem if you use EU or NA they should be to 95% compatible..
max. 2 weeks after an update they are one and the same...Revision...

Nasedo
thats open for now...my first priority is for now to get ingame...
also to fix the missing/undone functions for account/player register/creation, character creation is working but needs some checks like
-duplicate names, duplicate Id´s, (already existing chars)
after that comes first inventory and item data

but for your answer... i thaught about to implement maybe a LUA scripting engine...
 
Experienced Elementalist
Joined
Apr 18, 2011
Messages
280
Reaction score
11
thanks, i will download latest EU client, but i cannot play the EU or NA servers because i live in Indonesia, they have IP blocked for Asia, i will wait your release to play offline server. I want to help, but i know nothing about c++ or java programing :(
 
Initiate Mage
Joined
Feb 24, 2014
Messages
1
Reaction score
0
Nice project. Also willing to help with something not too much complicated(packet structures i.e.)
 
Joined
Feb 2, 2012
Messages
413
Reaction score
249
VRudMOr - TERA EMU 2903 toGO! - RaGEZONE Forums


Server updates are not much ..
I played last days a bit around with olydbg... and found the Packets for the current client...
i now think i know how to get easy on the new packet offsets... ill try that way on the next update...

Lobby Update Complete!
-Char Creation done...
-Char Delete done
-Added FileManager for Loading *.csv / *.xml
-Restruct of Config Loading...
-Added Item Database (19 Items- Start Items)
-Added Version Database (If wrong Client disconnects)
-Added Zone Database (plan to be used later for Admin command teleport)
-Added a few more Ingame Packets (NPC,Quest,Topo) for now empty, loaded but not sending anything back...
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Feb 2, 2012
Messages
413
Reaction score
249
Update:
Current new Website for Account Registrations...
if anyone will check it out..(ip is not constant)

if you dont want to register try test account,
user: test
pass: test

Got new 30.09 Packets so ill update the Lobby to 30.09 today...
-Seems there are some changes on Character List, Achivement Points added..
need to look later on that...

I have updated now the old Website for Account Registrations, and a bit Account/Player Infos when logged in...
I will remove the Register function on the Launcher and LoginServer (cleaning the Sourcecode).

LoginServer will then be standalone for Account Login only!
Website will be for Account Registeration and Account/Character Infos (like a small InfoPanel for Players CharName, Class, Race...)
 
Joined
Feb 2, 2012
Messages
413
Reaction score
249
30.09 Update

Character List is loading again...
CharCreation updated!
CharDelete updated!

-some shift errors on charlist loading...
max. Rested EXP "7667810" is on Achivement Points

everything else is loading fine so far...

isBYI7e - TERA EMU 2903 toGO! - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Joined
Feb 2, 2012
Messages
413
Reaction score
249
Character list updated
-Added Equipment Loading from Sql for Character

-need to replace HexValues for AchivementPoints to Player
-need to replace HexValues for PlayerExp to Player/Data
-need to replace HexValues for PlayerZone to Player/Data
but so far CharacterList is loading completly fine!

i can start again to update world packets

CPocWa3 - TERA EMU 2903 toGO! - RaGEZONE Forums




Test: Loading Skin IDs from Database...
looks like the Item Equip Loading from Sql is working ^^ changed Ids of Head Skin and this happens...

FSL2LnW - TERA EMU 2903 toGO! - RaGEZONE Forums


212HWyU - TERA EMU 2903 toGO! - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Back
Top