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!

[Nox/Markz] How to get guildname from server?

Newbie Spellweaver
Joined
Jan 25, 2013
Messages
13
Reaction score
0
Hey!

I saw that the game is able to get username, user_id and groupname of the players from the server, in "Game_OnlineCharacters" so you can call those variables to get other ppl "Names" "ids" and "groups" but there is no guildname setted up, I want to make guild names visible for other players, but I tried adding guildname directly to Game_OnlineCharacters and it didn't worked,
also I tried adding a push fix_string(@guildname) on "Players.rb" serverside, and it didn't worked.

Any idea how can I call guildnames to be visible for other players?

So player1 can see that Player2 is in Team2 and Player2 can see that Player1 is in Team1.

(Also, someone knows how to use Berka's mysql system for RGSS?)
 
Back
Top