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!

Mobile Tower Of Heroes (Mobile)

Newbie Spellweaver
Joined
Jul 5, 2018
Messages
12
Reaction score
1
@walter307 ty :3 I have just checked and the server works both .exe and .apk (nox)

Last night I was translating some images of another game and I finished configuring TO :)

Results: ->
 
Last edited:
Newbie Spellweaver
Joined
Sep 14, 2012
Messages
78
Reaction score
15
@pasztor7 How did you edit the client's language? In what folder is it? (from the client you brought up)

Translate files .dlg , .lua and .png

assets\KBK\Media\GUI\UI\ .dlg files

assets\KBK\Media\Lua\ui\ .lua files

assets\KBK\Media\GUI\imageset\ .png files



wow! it works! i didn't know there was a pc version of this Dota ripoff game XD thx pasztor7.





media\lua\config
some of the text are coming from that directory. I think pasztor7 translated some of the text there.


Translate for register and login

Language : hungarian

Név = Username

Jelszó = Password

Mobilszám = Mobile number

Regisztrálok and Reg. and Regisztráció = Register


here is some help
 
Experienced Elementalist
Joined
Jan 11, 2010
Messages
245
Reaction score
44
And Client not full:

dev\engine\Src\GameClient\gamestate\game_state\chat_module\ChatModule.cpp
Cannot open file.

All files not found engine\Src\GameClient\..
 
Experienced Elementalist
Joined
Feb 2, 2007
Messages
214
Reaction score
6
Whenever i exit the game (Clicking close or alt+f4) the game will not save itself. When i try to relogin it will start all over again



Add vip and gems. Database bkb_guild. Table player
Vip level 16
Thanks. but i have a problem of game repeating to the start. player row keeps adding more of my account
 
Newbie Spellweaver
Joined
Sep 14, 2012
Messages
78
Reaction score
15
Whenever i exit the game (Clicking close or alt+f4) the game will not save itself. When i try to relogin it will start all over again




Thanks. but i have a problem of game repeating to the start. player row keeps adding more of my account

using the base drawer saves the game but there is a bug in the bag.cpp
 
Newbie Spellweaver
Joined
Jul 5, 2018
Messages
12
Reaction score
1
@walter307 read this and Good Luck!!

Good, do not take any SH to show .. but if you enter the Navicat, delete all the account data that have been created, (in the "PLAYER" table) then go review the tables related to player data (email, purchases, records )


P.D 1: If you do not know or do not understand some tables and records do not touch it! (although I review everything and it is understood based on keywords).
P.D 2: You already have to have the "Gift" database created.


When you finish erasing everything (all data must be empty regarding existing accounts).

1- Save the changes of the Navicat and close it.
2- Turn off the server. (if you want to ensure restart the PC, but it is not necessary)
3- Turn on the server. (expected to be fully charged)
4- Open the Client or APK. (with the local ip, or the connection if you do it in VM)
5- Register from the client. (finish the basic tutorial, so that the information is saved, then do something in the castle). And ready with that you do not start over from scratch every time.

P.D: If you want gems, as you said @ pasztor7 add them in Navicat (gems, vip, rank, 1st reload >> guide for the titles)
Save the changes and enter the customer again! and WUALA!
 
Experienced Elementalist
Joined
Feb 2, 2007
Messages
214
Reaction score
6
@AcekY no worries, i pretty much understand about it.

All i was asking is the reason why is it restarting over and over. well thanks for making the thorough guide though :D much appreciated. :)

Points that all i wanted:

1. delete all the account data that have been created, (in the "PLAYER" table) then go review the tables related to player data (email, purchases, records )

2. (finish the basic tutorial, so that the information is saved, then do something in the castle)
 
Newbie Spellweaver
Joined
Jul 5, 2018
Messages
12
Reaction score
1
If you need something, let us know. And I hope you can lift it. GL :)
 
The Not Real OG
[VIP] Member
Joined
Jan 1, 2018
Messages
29
Reaction score
19
Can someone help me?

rIGJBYq - Tower Of Heroes (Mobile) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Jan 11, 2010
Messages
245
Reaction score
44
There remains only one point.
The client needs the file libGameClient.a
If you look at the source code, then the GameClient directory is missing
Was it specially removed? =)

<ClInclude Include="..\..\..\Src\GameClient\BBZSDef.h" />
<ClInclude Include="..\..\..\Src\GameClient\Game.h" />
<ClInclude Include="..\..\..\Src\GameClient\gamestate\createchar_state\CreateCharState.h" />
...
<ClInclude Include="..\..\..\Src\GameClient\NetWorkMgr.h" />
<ClInclude Include="..\..\..\Src\GameClient\options.pb.h" />
<ClInclude Include="..\..\..\Src\GameClient\UIManager.h" />
 
Last edited:
Newbie Spellweaver
Joined
Jun 30, 2018
Messages
46
Reaction score
16
There remains only one point.
The client needs the file libGameClient.a
If you look at the source code, then the GameClient directory is missing
Was it specially removed? =)

<ClInclude Include="..\..\..\Src\GameClient\BBZSDef.h" />
<ClInclude Include="..\..\..\Src\GameClient\Game.h" />
<ClInclude Include="..\..\..\Src\GameClient\gamestate\createchar_state\CreateCharState.h" />
...
<ClInclude Include="..\..\..\Src\GameClient\NetWorkMgr.h" />
<ClInclude Include="..\..\..\Src\GameClient\options.pb.h" />
<ClInclude Include="..\..\..\Src\GameClient\UIManager.h" />

The full client and server source code is there.

Use cmake to generate fresh project and solution files for you instead of using the stale old ones which may have been broken.
 
Back
Top