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!

[DEV] Tera Ryzen - last client rev Na!!

Newbie Spellweaver
Joined
Oct 28, 2012
Messages
83
Reaction score
28
Hi everyone,

I'm here because I have begin to create a Server.


It's writed in Java 8 . For make this server, i have take my inspiration from C# server and i use a adapted DB on MySQL.

My Server is dev for this actual Tera NA.

Actually on my test server, i can :

- Login and auto create account
- Create a caracter
- Delete caracter
- Change Character Name
- Go in World
- Walk in world
- HP / MP / EXP / Stats work
- All new class can work
- Check inventory (can't have item info)
- NPC spawns


23/11/17 Update to last NA REV :

wankers14 - [DEV] Tera Ryzen - last client rev Na!! - RaGEZONE Forums


ADD VIP System :D

wankers14 - [DEV] Tera Ryzen - last client rev Na!! - RaGEZONE Forums


23/11/17 Update

Add channel for area and channel switch
add item Info

24/11/17 UPDATE
add item template
equip and unequip item work
contact system added

25/11/17 Update
Add FriendList

wankers14 - [DEV] Tera Ryzen - last client rev Na!! - RaGEZONE Forums


26/11/17 Update
add Sumon Pet
Some update packet

wankers14 - [DEV] Tera Ryzen - last client rev Na!! - RaGEZONE Forums



27/11/17 Update

add Npc dialogue
add Pegasus Packet

Pegasus Work !! :D

wankers14 - [DEV] Tera Ryzen - last client rev Na!! - RaGEZONE Forums


wankers14 - [DEV] Tera Ryzen - last client rev Na!! - RaGEZONE Forums


01/12/17 UPDATE

Skill List Work

wankers14 - [DEV] Tera Ryzen - last client rev Na!! - RaGEZONE Forums


18/12/17

Update to last version 63.03
Add NPC MOVE with Server synchro !!



21/12/17

Item Update

Inventory full working (move item, delete item, add item, equip and unequip, sort)
Item Tooltip working
Bank full Working (move item, get item, put item, put and get gold, change tab , sort)


wankers14 - [DEV] Tera Ryzen - last client rev Na!! - RaGEZONE Forums


24/12/2017 Big updte

Combat system work for no range classe
Drop after mob Killing work
Check aggro damage and more work
Skill system work(damage. Affect. Cooldown)
Collect ressource working with fatigue point
Quest system started tonight and work 50%

Merry Christmas RG

28/02/18

- Project Restart with new struct.
- Need some guys to parse opcode
- Switch to NA btw


25/04/18

- Project Restart with new struct success.
- Last Tera Version Working
- Start Achievements System

25/04/18 Part 2
- Remove old Spawn System
- Add New Spawn system based on channeling (each spawns in an independent channel)

wankers14 - [DEV] Tera Ryzen - last client rev Na!! - RaGEZONE Forums


26/04/18
- add Fly System

wankers14 - [DEV] Tera Ryzen - last client rev Na!! - RaGEZONE Forums


27/04/18
- Add Craft System
wankers14 - [DEV] Tera Ryzen - last client rev Na!! - RaGEZONE Forums


29/04/18
- add Party System
- add Guild System

Contributor :

- @TheNak
- @TieLay

Discord :

Best regards.

Wnkrz14
 
Last edited:
Joined
Dec 10, 2011
Messages
477
Reaction score
27
Re: [DEV] Tera Ryzen - last client rev

Hi everyone,

I'm here because I have begin to create a Server.


It's writed in Java 8 . For make this server, i have take my inspiration from C# server and i use a adapted DB on MySQL.

My Server is dev for this actual Tera EU.

Actually on my test server, i can :

- Login and auto create account
- Create a caracter
- Delete caracter
- Change Character Name
- Go in World
- Walk in world
- HP / MP / EXP / Stats work
- All new class can work
- Check inventory (can't have item info)
- NPC spawns

some screenshoot for my work :

wankers14 - [DEV] Tera Ryzen - last client rev Na!! - RaGEZONE Forums


wankers14 - [DEV] Tera Ryzen - last client rev Na!! - RaGEZONE Forums


wankers14 - [DEV] Tera Ryzen - last client rev Na!! - RaGEZONE Forums


edit 17/11/17 : 20:20

- Add ban Account

wankers14 - [DEV] Tera Ryzen - last client rev Na!! - RaGEZONE Forums


Best regards.

Wnkrz14

nicejob,i think you will finish it perfectly.
cheers

btw,did you know how to repack the resource files? at least repack the language files.do you write a tool ?
 
Joined
Dec 10, 2011
Messages
477
Reaction score
27
Re: [DEV] Tera Ryzen - last client rev

Hi Thanks, for build ? I use ANT compiler

ANT compiler??no i don't say about your server code.i mean this :if iwant to translate its language to another one,do you have a tool to repack the translate- language file to the package??i am chinese,i want to translate english to chinese.i know 1725en is canbe play :attack monster+quest,even it have no equips to use .but i want to translate it.

btw,i think you need to save your suit client to your netdisk like mega or other.so when you finish the code and you can share it,we can download the suit client .

another question,this is my request,i want to play this game :code105,i have server and some client and .sql file which some friend help me to fix it.but i also can't login.because the client can't connect to server.are you good at sniff packet ? http://forum.ragezone.com/f857/release-code105-ol-server-client-1118718/
 
Newbie Spellweaver
Joined
May 9, 2014
Messages
43
Reaction score
8
Re: [DEV] Tera Ryzen - last client rev

No repack tool to translate the client. it was our choice for the European version. Then you can take whatever client i guess.
 
Joined
Dec 10, 2011
Messages
477
Reaction score
27
Re: [DEV] Tera Ryzen - last client rev

No repack tool to translate the client. it was our choice for the European version. Then you can take whatever client i guess.

ok it is not my choice for chinese version. i want code105 more than tera,but i can't good at make sniff from client and server.
it is so badly and sadly.
 
Joined
Jan 13, 2011
Messages
774
Reaction score
177
Re: [DEV] Tera Ryzen - last client rev

possible exists compiled version for public test or it's closed project & only for yours dev skill upgrade?
Do U need util for extract opcodes from client?
 
Newbie Spellweaver
Joined
Oct 28, 2012
Messages
83
Reaction score
28
Re: [DEV] Tera Ryzen - last client rev

possible exists compiled version for public test or it's closed project & only for yours dev skill upgrade?
Do U need util for extract opcodes from client?

Not for moment later is fresh start project little features actually i need stable version

For opcode if you are the lasted opcode EU i need yep

Best Regards
 
Joined
Jan 13, 2011
Messages
774
Reaction score
177
Re: [DEV] Tera Ryzen - last client rev

catch this tool works fine with current Client. Inside little instruction how it's work
 
Newbie Spellweaver
Joined
Oct 28, 2012
Messages
83
Reaction score
28
Now emulator is ported to NA : can connect, can create account, can create character and enter world, i have add new VIP System for tera NA, see screen for First Post
 
Joined
Jan 13, 2011
Messages
774
Reaction score
177
R U make emulator only one or with Team?
It's write on JAVA or C#?
Do U contact with other elder developers TERA Server emulator Like P5IL0 or balannarcis96?
 
Back
Top