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!

In chat, not "online"

Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
100
Hello, trying to use the admin command //addcube voidstar
but the system tells me that Voidstar is not online. Other handsm using the command "who" the same system tells tha
voidstar is online.
The issue is that I can not give my self inventory cube.
I can remember that I fis these chat display issue on Aion 3.7, but I forgott how.
It's about the issue with the tags near your name

dccfc078ffe96b3653da1bc052ab1d8a - In chat, not "online" - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Apr 9, 2016
Messages
72
Reaction score
22
Possible problem in the script, so without source files hard to help with that.
 
Upvote 0
Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
100
Is something that tell the system that I'm not online
Code:
if (receiver == null) {
            PacketSendUtility.sendMessage(admin, "The player " + Util.convertName(params[0]) + " is not online.");
            return;
        }
 

Attachments

You must be registered for see attachments list
Upvote 0
Newbie Spellweaver
Joined
Jun 16, 2023
Messages
74
Reaction score
14
hmm i think i hab problems with that command too in 4.7.5 did you try to do it the legit way? talk to the shugo in poeta and than sanctum tan use the items. That was the only way i could do it.

Is something that tell the system that I'm not online
Code:
if (receiver == null) {
            PacketSendUtility.sendMessage(admin, "The player " + Util.convertName(params[0]) + " is not online.");
            return;
        }
is it mayby because your login? are you logged in as invis?
 
Upvote 0
Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
100
I have two realease of Aion 5.8. In one of them I could extend all the cubes with the admin command, in the other one the sistem tells that "voidstar" is not Online.
//addcube voidstar
 
Upvote 0
Newbie Spellweaver
Joined
Jun 16, 2023
Messages
74
Reaction score
14
are they the same releases?

# Enable GM login in invisible mode
# Default: false

is this true in your config?
 
Upvote 0
Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
100
Code:
# --------------------------------------------
# Enable GM login in invisible mode
# Default: false
gameserver.administration.invis.gm.connection = false

# --------------------------------------------
# Enable GM login vision mode
# Default: false
gameserver.administration.vision.gm.connection = false
no, they are = false
also vision mode
 
Upvote 0
Newbie Spellweaver
Joined
Jun 16, 2023
Messages
74
Reaction score
14
I have two realease of Aion 5.8. In one of them I could extend all the cubes with the admin command, in the other one the sistem tells that "voidstar" is not Online.
//addcube voidstar

What is version where you cann use addcube and what is the version you have the issues. Is it possilble that the version where you have mixed emulators has the issues?
 
Upvote 0
Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
100
On Aion Unity 5.8 it works without issues
On Aion 5.8 Archsoft it doesn't work.
 
Upvote 0
Back
Top