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!

[Release] Tera-Shock Java-Server | Rev. 218413

Initiate Mage
Joined
Jul 1, 2014
Messages
16
Reaction score
1
Re: [Release] Tera Server Java (v218413) teraonline.org



Bola I don't know how to use java code and i can't complete this source, please help me to complete the emulator
thanks 4read and sory for my bad english
 
Junior Spellweaver
Joined
Mar 3, 2015
Messages
164
Reaction score
75
Re: [Release] Tera Server Java (v218413) teraonline.org

this is eclipse sources, why you trying to port in net beans LOL?
 
Junior Spellweaver
Joined
May 8, 2011
Messages
150
Reaction score
86
Junior Spellweaver
Joined
Mar 3, 2015
Messages
164
Reaction score
75
Re: [Release] Tera Server Java (v218413) teraonline.org

it's far far away from this emulator.
this emulator is much better, more realised.



even the pvp is working everywhere, facepalm xd
 
Skilled Illusionist
Joined
Dec 4, 2013
Messages
353
Reaction score
56
Re: [Release] Tera Server Java (v218413) teraonline.org

Do anyone know how I can set a gm account, and what are the gm commands? are the same of 1725?
 
Junior Spellweaver
Joined
Mar 3, 2015
Messages
164
Reaction score
75
Re: [Release] Tera Server Java (v218413) teraonline.org

to compile this, use Eclipse IDE for Java EE Developers (install jdk also)
 
Junior Spellweaver
Joined
May 8, 2011
Messages
150
Reaction score
86
Re: [Release] Tera Server Java (v218413) teraonline.org

to compile this, use Eclipse IDE for Java EE Developers (install jdk also)

I download this version of Eclipse

already include jdk inside,compile jar and run it just fine.

If you have a plan to recruit a team and finish this source,you must count me in.
I saw what you've done for C# emulator, You're someone I really willing to follow.
 
Junior Spellweaver
Joined
May 8, 2011
Messages
150
Reaction score
86
Re: [Release] Tera Server Java (v218413) teraonline.org

Do anyone know how I can set a gm account, and what are the gm commands? are the same of 1725?


open the sourcecode "java\game\tera\gameserver\scripts\commands\CommandType.java"

you'll see this

RESOURSE_COMMANDS(ResourseCommand.class, 100, "around_resourse", "spawn_resourse", "set_export_file", "add_resourse", "export_resourse"),
/** команды для работы с конфигом */
CONFIG_COMMANDS(ConfigCommand.class, 100, "config_reload", "config_set"),
/** территориальные команды */
WORLD_COMMANDS(WorldCommand.class, 100, "loc", "region", "territory", "goto", "recall"),
/** команды над скилами */
SKILL_COMMANDS(SkillCommand.class, 100, "start_skill", "add_skills", "learn_next_skills", "reload_skills", "clear_skills", "get_base_skills", "effect", "charm"),
/** целительные команды */
HEAL_COMMANDS(HealCommand.class, 100, "set_hp", "set_mp", "heal"),
/** команды разработчиков */
DEVELOPER_COMMANDS(DeveloperCommand.class, 100, "event_reg_all_players", "change_class", "kick", "check_geo", "send_event", "send_system", "send_state", "add_attack", "start_event", "sub_attack",
"start_gc", "reload_dialogs", "send_packet", "set_access_level", "get_access_level", "set_heart", "set_level", "send_bytes", "send_file", "get_my_id", "invul", "set_ower_dist",
"my_funcs", "save_point", "a", "save_all", "gm_speed"),
/** команды над итемами */
ITEM_COMMANDS(ItemCommand.class, 100, "item_info", "create_item", "spawn_item", "reload_items"),
/** пользовательские команды */
USER_COMMANDS(UserCommand.class, 0, "event_reg", "restore_characters", "player_info", "help", "version", "end_pay", "time", "kill_me", "online", "restore_skills"),
/** команды цензоров */
CENSORE_COMMANDS(CensoreCommand.class, 40, "chat_ban", "chat_unban"),
/** команды цензоров */
SUMMON_COMMANDS(SummonCommand.class, 100, "reload_summons", "summon_cast", "around_summon_cast"),
/** команды по квестам */
QUEST_COMMANDS(QuestCommand.class, 100, "quest_cond", "quest_state", "quest_cancel", "quest_remove", "quest_accept", "quest_movie", "quest_reload", "quest_start", "quest_info"),
/** команды для переменных */
VAR_COMMANDS(VariablesCommand.class, 100, "set_player_var", "get_player_var"),
/** команды над нпс */
NPC_COMMANDS(NpcCommands.class, 100, "go_to_npc", "send_dialog", "test_spawn", "stop_spawns", "start_spawns", "npc_cast", "around_npc_spawn", "around_npc", "reload_npcs", "reload_spawns",
"spawn", "around_npc_cast", "around_npc_long_cast");
 
Initiate Mage
Joined
Jul 1, 2014
Messages
16
Reaction score
1
Re: [Release] Tera Server Java (v218413) teraonline.org

I download this version of Eclipse

already include jdk inside,compile jar and run it just fine.

If you have a plan to recruit a team and finish this source,you must count me in.
I saw what you've done for C# emulator, You're someone I really willing to follow.

please show me how to import this source in to the eclipse and how to make the source work
sory for my bad english
 
Skilled Illusionist
Joined
Dec 4, 2013
Messages
353
Reaction score
56
Re: [Release] Tera Server Java (v218413) teraonline.org

thanks gda123123, do your know what access level need the account to set gm and what simbol I need to execute command? ex:!help,*help help...

Thanks.
 
Junior Spellweaver
Joined
May 8, 2011
Messages
150
Reaction score
86
Re: [Release] Tera Server Java (v218413) teraonline.org

thanks gda123123, do your know what access level need the account to set gm and what simbol I need to execute command? ex:!help,*help help...

Thanks.

command start with "--"
"--help"
"--kill_me"

and the sourcecode already show you the necessary accesslevel
RESOURSE_COMMANDS(ResourseCommand.class, 100, "around_resourse", "spawn_resourse", "set_export_file", "add_resourse", "export_resourse"),

it shows "100"
you have to edit accesslevel in characters table.
 
Initiate Mage
Joined
Feb 10, 2012
Messages
29
Reaction score
0
Re: [Release] Tera Server Java (v218413) teraonline.org

gda123123

hi another question the port 14752 should be used in this new gameserver. I made the neolauncher work. But Cannot connect.

Server.xml
Database.xml
DatabaseController.xml = "should i change this also to 14752?"
opcade = should i edit this too?
 
Last edited:
Junior Spellweaver
Joined
Mar 3, 2015
Messages
164
Reaction score
75
Re: [Release] Tera Server Java (v218413) teraonline.org

man, gda123123 explained about serverlist.uk, wtf LOL? go and change port!
 
Initiate Mage
Joined
Jul 1, 2014
Messages
16
Reaction score
1
Re: [Release] Tera Server Java (v218413) teraonline.org

just use this all-in-one server pack

thanks you very much, but in the game, im can't conect to the server
this sever is not the same of the source in #1 ?
 
Last edited:
Junior Spellweaver
Joined
Mar 3, 2015
Messages
164
Reaction score
75
Re: [Release] Tera Server Java (v218413) teraonline.org

facepalm xd
 
Junior Spellweaver
Joined
May 8, 2011
Messages
150
Reaction score
86
Re: [Release] Tera Server Java (v218413) teraonline.org

thanks you very much, but in the game, im can't conect to the server

of course they are the same...any other tera-shock source out there?
we can't help you with such poor information,Describe more detail to us.
 
Last edited:
Junior Spellweaver
Joined
Mar 3, 2015
Messages
164
Reaction score
75
Re: [Release] Tera Server Java (v218413) teraonline.org

pkcnguyen, just use ready compiled, it will be best choice for you.
Everything is working just fine by default.



Well, actually the client fonts are messed up.



Skkont - [Release] Tera-Shock Java-Server | Rev. 218413 - RaGEZONE Forums
 
Back
Top