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!

[DISCUSION] Emulator Version.

█║▌║▌║TheMerc iful║▌║▌║█
Member
Joined
Jan 29, 2005
Messages
1,361
Reaction score
80
edit... so far.. for everyone else..^^ rework of server structure so far done...

Im back at lobby... 2406revision

i removed from this version so far verything what is not needed to run the server and the packet /send/recv functions are included...
everything else from data files, protobuf.dll, other dlls .. got removed^^

this iss a only basic server structure with account and characters till lobby

-Added a SQL database class management
-Account and Chars are loaded from Mysql .. no cache.bin file anymore...

-added first data/playerexeprience file as XML

so far i have now my basic server without any old 1725 function or else...

next step ill add item data and ingame process

4pLay - [DISCUSION] Emulator Version. - RaGEZONE Forums

looks promising! can't wait to test this version...

great job!
 
Joined
Feb 2, 2012
Messages
412
Reaction score
249
short news update...

character lobby.. 2406 done!:

-Options/UiSettings loading/saving done!

-create char (with save to database, saves complete char.. with UiSettings, Start items, equip & inventory...)
todo: Charname check.. no double names and else...

-delete char (with remove from database)

-char list loading from database...

-inventory loading from database... (so far works ...reads charlist and equips characters with full Equip & invenrtory till Lobby!
todo: some rework...
(splitting Player_Inventory > player_equip, player_inventory, account_inventory, guild_inventory... for better overview) else we have 1 storage for all Items...invi, equips, bank, etc...

so far..
Lobby is(should) now be fully done.. only VideoUI (Viewer) missing...


im now going now to do the ingame porcess...
for the first tests i get till loading screen "100%"
going to do now some basic player base stats for next steps

4pLay - [DISCUSION] Emulator Version. - RaGEZONE Forums


4pLay - [DISCUSION] Emulator Version. - RaGEZONE Forums
 
Last edited:
Junior Spellweaver
Joined
Jul 19, 2013
Messages
119
Reaction score
70
Have you found something about this player stuck when connect ?

Angelis
 
Joined
Feb 2, 2012
Messages
412
Reaction score
249
in my version is no player stuck cause there is no player move at moment...
im woking currently on a launcher rebuild.. with webkit/js like the official..
i hooked so far into the official that i can start the game with the original launcher with 1 click ^^
all given parameters are already insert in the "login.js" file...^^

im now rebuilding the host funktion and parameters given to the game..


but the player stuck is somewhere in the collision,player/mob coordinates, movement, section...routines/functions

maybe could be only a animation problem... cause not all attacks/skills have all...animation texture/data
every skill you use.. > sends with the packet.. which animation should be made while you attack..
could be that some anim. missed and it looks on attacking that the mob moves from a to b with a zapping cause it cant display the current anim...
so it looks like laggy and you hit on the old animation texture...but the mob already moved to position b
this could be the problem.. maybe..


but i dont give a duck on that poblem..
its a problem of an old 1725 source.., better not implement that with the new source..
doing attack functionnew from scratch when i get to that stage...
 
Initiate Mage
Joined
Dec 20, 2004
Messages
62
Reaction score
0
@P5yl0
Are you still working on this? If so are you planning on updating your github?
 
Skilled Illusionist
Joined
Jun 27, 2006
Messages
366
Reaction score
11
@P5yl0

is your latest 1725 version missing mobs spawn in other maps?

I couldn't see any mobs in other maps.....

I am using your latest version from ur website ,,,its here
 
Initiate Mage
Joined
Jun 9, 2005
Messages
37
Reaction score
0
Nice, and when you think about it, i was 1st to work on this game.
It got far with the stolen files. Not bitching because i use to be happy when i saw some other projects available :)
Great job guys.
 
Initiate Mage
Joined
Sep 28, 2008
Messages
70
Reaction score
0
im sorry for my stupid question, but can you tell me specific what client I need for the latest revision? TeraEmulator_2117a


Thanks and kind regards,
Jace
 
Initiate Mage
Joined
Jan 11, 2022
Messages
5
Reaction score
2
ill update the 1725 so far that i change the .bin to .xml files...

till i get a stable newer version ill do the updates first to the 1725 to test... when everythings okay i implement them to the new version
so the old version will get some changes..but dont expect too much there
some functions will not be included like the new mounts or newer items or other things..
cause we can not use the datacenter files from a newer version with the 1725 version they are not compatible..
game wil not start if replacing them.. and without newer datacenter no new items..mounts.. skills etc etc
they will be missed in the 1725 and theres no chance to integrate them only if we can decyrpt the datacenter files from the client and recreate them
but thats not a 100% that it will work or not..
so our only chance to get the new things ingame we have to update the server else we never see newer things from the game...

Good info here. Thanks for the hard work you are doing.
 
Back
Top