how to fix the guild bug? there's a time that i can't create a guild, when i created a guild, when i invite other player to the guild, it didn't show their name and also my name. how could it fix?
Printable View
how to fix the guild bug? there's a time that i can't create a guild, when i created a guild, when i invite other player to the guild, it didn't show their name and also my name. how could it fix?
That happened to me once due to my high level ( was 25k or something ) try and invite in character under 170 and see if they show up..post the results, if it doesn't work, we'll look in the files :)
same thing happen to me they said its in chatnode.ini but i think its not there cause i already forwarded the port for chatnode.
Yea there's a setting in the ChatNode files that governs whether or not it costs money to create a guild (I think). There should be a table in the DB for the guilds and the guildmembers:
Go into GAMEDB in your Database
Select the top something rows from the following tables:
dbo.guild and dbo.guildmember.
post em here
(if you don't know how:
Select New Query, insert the following (see below) and press F5
)Spoiler:
Gr.
/C
Sure, fill in any number you want, it'll just cost more time.
[EDIT]If you're talking about the cost of creating a Guild, that's in Const.scp in the /etc/cabal/data folder. If you use any floating rates script edit the cost in the /etc/cabal/templates/ folder instead (something like Const.cfg). Don't also forget to replace the cost in the cabal_msq.enc or your players won't get to see the actual cost of the guild-creating if they try to make one, but will instead see the old 1000 one.
Err a guild for a k, sounds weird. now I'm doubting again that you were talking about the price instead of the script post >.<[/EDIT]
If you got SQL Server Management Studio 2008 (R2) like I do, you can right click the table and select the option "Select top 1000 rows". The script you get then is the one here (I just put 2 together).
What you'd want to do still though, if you've got this problem, is post the tables here ;). Please do so along with:
-The name of the created guild,
- Your name and Char ID (Char id's are in the GAMEDB too, look it up in the table "dbo.cabal_character_table"
-The name of the person you tried to add, pluus his Char ID (Char ID = CharacterIdx)
[2ndEDIT]-Post the logs from your ChatNode_01 (or w/e) that can be found in /var/logs/cabal/ or something[/2ndEDIT]
Gr.
/C
ok thanks i tried adding the table and i will observed for few minutes/hours maybe. and btw no bro im not talking about the prices for creating guild. my problem only is sometime the guild will disappear or just like you cant see your members and even buddy list. just like what "mikkomoley" says in his post. thats the same thing happening to me sometimes.
Then post the information I've asked ;). Both of you please.
Gr.
/C