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!

Aion 7.7

Newbie Spellweaver
Joined
Apr 10, 2023
Messages
45
Reaction score
10
this is called dialogue title in china
you need to create a xml file and put it on your server
change two xml file content from aion client.
look at element name STR_BTITLE_SERVER_AND_TITLE_RSS ( from clinet_strings_ui.xml and client_strings_override.xml )
change their element names "body" content to your xml location on your server (these two files in L10N data.pak I remember) .
let aion client can got your xml content from your sever!
change your server id to 100 from mysql gameservers table from aionls (u may in other name) database .
Its working on Aion 5.8 .
for 7.7 I am not sure and tested .
but this is only a way you can know how to create a dialogue title (bubble title) on your character head.

below pictures is xml content you need to check.



BE AWARE
create your http server first
i try create this in client_strings_override.xml
1690835996240 - Aion 7.7 - RaGEZONE Forums

And Modif This in client_strings_ui.xml
1690836057161 - Aion 7.7 - RaGEZONE Forums

and in the server i add this
1690836137826 - Aion 7.7 - RaGEZONE Forums

but not work :(
rowloong help me
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 27, 2013
Messages
55
Reaction score
24
Вот оригинал ссылка
<string>
<id>903159</id>
<name>STR_BTITLE_SERVER_AND_TITLE_RSS</name>
<body> </body>
</string>

Вот вроде-бы под клиент 5,8 ответ
<channel>
<item>
<item>
<idx>23866338</idx>
<metaIdx>54733</metaIdx>
<serverId>1</serverId>
<raceId>0</raceId>
<category>GM</category>
<title>판게아 세컨드시즌 우승</title>
<titleDescription>GM 종군 기자</titleDescription>
<charId>1343634</charId>
<charName>GM스톰퍼</charName>
<insertDate>1690862537987</insertDate>
</item>
</item>
</channel>
Проверяйте смотрите, но для java server не знаю будет ли работать, на некоторых сборках может не работать.
 
Newbie Spellweaver
Joined
Aug 19, 2018
Messages
95
Reaction score
18
Вот оригинал ссылка
<string>
<id>903159</id>
<name>STR_BTITLE_SERVER_AND_TITLE_RSS</name>
<body> </body>
</string>

Вот вроде-бы под клиент 5,8 ответ
<channel>
<item>
<item>
<idx>23866338</idx>
<metaIdx>54733</metaIdx>
<serverId>1</serverId>
<raceId>0</raceId>
<category>GM</category>
<title>판게아 세컨드시즌 우승</title>
<titleDescription>GM 종군 기자</titleDescription>
<charId>1343634</charId>
<charName>GM스톰퍼</charName>
<insertDate>1690862537987</insertDate>
</item>
</item>
</channel>
Проверяйте смотрите, но для java server не знаю будет ли работать, на некоторых сборках может не работать.

@

Jaguar00 try this one otherwise U need find a official 7.7 live server and sniffer xml structure​

 
Newbie Spellweaver
Joined
Sep 27, 2013
Messages
55
Reaction score
24
Вот ответ для клиента 4.6
<channel>
<item>
<title>Убийца с дурной славой</title>
<title_desc>Адм Элийцев</title_desc>
<actorid>1002</actorid>
<category>PvP GM</category>
<description>GmAsirtis</description>
<pubDate>Thu, 26 Nov 2020 04:17:03 +0300</pubDate>
</item>
</channel>
 
Newbie Spellweaver
Joined
Apr 10, 2023
Messages
45
Reaction score
10
oke i will try

my server use 5.8

Вот оригинал ссылка
<string>
<id>903159</id>
<name>STR_BTITLE_SERVER_AND_TITLE_RSS</name>
<body> </body>
</string>

Вот вроде-бы под клиент 5,8 ответ
<channel>
<item>
<item>
<idx>23866338</idx>
<metaIdx>54733</metaIdx>
<serverId>1</serverId>
<raceId>0</raceId>
<category>GM</category>
<title>판게아 세컨드시즌 우승</title>
<titleDescription>GM 종군 기자</titleDescription>
<charId>1343634</charId>
<charName>GM스톰퍼</charName>
<insertDate>1690862537987</insertDate>
</item>
</item>
</channel>
Проверяйте смотрите, но для java server не знаю будет ли работать, на некоторых сборках может не работать.
i use java server, not pts i will try with java i dont know will work or no

First. I very say thank you for you klon22 and rowloong for replay my question
can we talk in discord about my problem buble tittle ?
 
Last edited:
Newbie Spellweaver
Joined
Aug 19, 2018
Messages
95
Reaction score
18
oke i will try

my server use 5.8


i use java server, not pts i will try with java i dont know will work or no

First. I very say thank you for you klon22 and rowloong for replay my question
can we talk in discord about my problem buble tittle ?
5.8 client its working fine use approach I offerd above
 
Initiate Mage
Joined
May 1, 2023
Messages
2
Reaction score
1
Hi, first of all, thank you for the files. I appreciate it so much. However I'm having a problem with monster interaction, the monster are stagnant and won't even chase a player, although if you close enough to the mob, it'll still hit you. Please help me to understand why is this happening because I can't find any answer in this thread. Thank you so much <3
 
Newbie Spellweaver
Joined
Apr 10, 2023
Messages
45
Reaction score
10
Hi, first of all, thank you for the files. I appreciate it so much. However I'm having a problem with monster interaction, the monster are stagnant and won't even chase a player, although if you close enough to the mob, it'll still hit you. Please help me to understand why is this happening because I can't find any answer in this thread. Thank you so much <3
maybe if u account is GM u need command //neutral cancel for your characher is neutrall for all mob and player,,,
or u need change in the admin properties,,
# GM enemity state on login (Values: Normal, Neutral, Enemy; Anything else will stand for Normal)
# Default: Normal
gameserver.administration.enemity.gm.connection = Normal
if they neutral change to normal
or u can tell me example or chat me in discord for explain that
and i will help you as much as I can
my discord id : < Int />#2111
 
Newbie Spellweaver
Joined
Aug 19, 2018
Messages
95
Reaction score
18
working on 7.6 china client
maybe work for 5.8 euro client

add 0x02000000 to your player object id in aionObject class getObjectId method you will know why your bubble title not show
note if u change your player objectid by add 0x02000000 to you objectid in class
you will encounter some problems
u need to fix by yourself
its easy to u


123 - Aion 7.7 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Apr 10, 2023
Messages
45
Reaction score
10
working on 7.6 china client
maybe work for 5.8 euro client

add 0x02000000 to your player object id in aionObject class getObjectId method you will know why your bubble title not show
note if u change your player objectid by add 0x02000000 to you objectid in class
you will encounter some problems
u need to fix by yourself
its easy to u


View attachment 239820
Is Done Now,, Thank You Very Much,,
 
Newbie Spellweaver
Joined
Jun 2, 2020
Messages
28
Reaction score
4
Is it possible? Changing the language to Korean?
 
Newbie Spellweaver
Joined
Jun 2, 2020
Messages
28
Reaction score
4
This must be Korean client -->
Thanks for the answer.
But do I have to pay for this?
The download doesn't go through at all.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Aug 16, 2023
Messages
5
Reaction score
2
I`m using Robyson 7.7_Emu++ and client for the server, Auto character gets created i log in and play on the server just fine, after logging off, i cant seem to log back in on the same character i just get a message **ID or Password does not match (2)** I tried making a new char inside **account_data** getting the same problem, am i doing something wrong ? The server is hosted on AWS window server 2020
 
Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
100
If account "autocreate" is working, the gameserver will make an account with your data.
You need to check in the database if the account is stored
 
Newbie Spellweaver
Joined
Aug 16, 2023
Messages
5
Reaction score
2
If account "autocreate" is working, the gameserver will make an account with your data.
You need to check in the database if the account is stored
It's being stored in the database, that`s why i'm confused i see the account that was Auto created but cant log in to it, it's forcing me to make new accounts.
 
Newbie Spellweaver
Joined
Aug 16, 2023
Messages
5
Reaction score
2
For this emulator that uses java 1.7, I recommend using MySQL 5.5 database.
Ok i think i understand what i was doing wrong, user error as always. I was getting confused with password section in the account_data tabe i thought it was literally storing the password record in plain text, and not realizing it`s the encryption and not the password. so i was using that password that is the encryption of the password as my password to enter after good sleep I realized that. :LOL:
 
Back
Top