• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[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