Guild Creation

08/17/2014 18:11 Truth1010#16
Thanks for the extra input Nubness, i didn't even stop to think about the other tables used with Guild Creation. To make your guild public, i would suggest setting up a hamachi client, then you can easily get your friends connecting to you (upto 5 i think with free hamachi)

You just install hamahi, then use the network ip it gives you in your game.exe / ini files. Then send your friends the game.exe used to connect to your server (get them to join your hamachi network too)
08/17/2014 18:15 QueenElsa#17
alright. thanks!
08/18/2014 08:42 Penchod-Shaiya#18
you actually need to add only 2 places which is at DBO.GuildChars and DBO.Guilds

A small script on how to do this through DB

1) Adding the GUILD to your GUILDS list (Guild manager merchant):

2) Adding your Character into the Guild (pressing G in game) list:



THE SCRIPT FOR ADDING GUILD:

THE RESULT I GOT:


HOW IT LOOKS LIKE:
[Only registered and activated users can see links. Click Here To Register...]


THE SCRIPT FOR ADDING GUILD MEMBER:


THE RESULT I GOT:

HOW IT LOOKS LIKE:
[Only registered and activated users can see links. Click Here To Register...]

THESE 2 steps will allow you to see and use a guild (to get a guild house you have to add the information to GUILD DETAILS) but the information gets added automatically once you logon and relog (or it is every 10 mins after GRB that guild stuff gets updated).

WHAT could possibly update dbo.GuildDetails?
If you read the trigger it says once the "REMARK" is update it TRUNUCATE the OLD row and RE-Creates it with the SAME possible information meaning just change your remark for guild and it should be added in game!

YES I tested this and it works.