Jump to content
  • 0
mhielo12

Guild invite bug on latest git

Question

Hi I dont know if im @ the correct section but.. can some one help me regarding guild invite?
I think guild invite was bug on the latest git version
- How to replicate
- Create Renewal server from latest git
- use client 20200401 ( I know emblem not working with this unless has the external web config )
- invite someone for first time after server being up
- logout or char select
- try to invite again guild invite missing

Edited by mhielo12
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0
On 4/16/2021 at 5:16 AM, mhielo12 said:

Hi I dont know if im @ the correct section but.. can some one help me regarding guild invite?
I think guild invite was bug on the latest git version
- How to replicate
- Create Renewal server from latest git
- use client 20200401 ( I know emblem not working with this unless has the external web config )
- invite someone for first time after server being up
- logout or char select
- try to invite again guild invite missing

are u use battleground mod?
 

Link to comment
Share on other sites

  • 0

bug still persist now after I create my guild and tried to logout and login
guild UI is removed.. how to know the problem..
I already removed the battleground free mod.. no error during compilation..

image.thumb.png.2b9a9ded1db0cd44e5c0b7ed59236106.png

i have guild but create guild UI is showing
Already remove BG mod.
but I have extended vending patch

 

remove extended vending and still bug..

im using 20200401 client

Edited by mhielo12
Link to comment
Share on other sites

  • 0

Hi !
 

Sorry about that.

in clif.c:

if(sd->status.guild_id && !battle_config.bg_eAmod_mode && !sd->bg_id && !map_getmapflag(sd->bl.m, MF_BATTLEGROUND))
        guild_send_memberinfoshort(sd,1);

Replace by:

if(sd->status.guild_id && !(battle_config.bg_eAmod_mode && sd->bg_id && map_getmapflag(sd->bl.m, MF_BATTLEGROUND)))
        guild_send_memberinfoshort(sd,1);

  • Upvote 1
Link to comment
Share on other sites

  • 0
On 5/9/2021 at 12:26 PM, grenat50 said:

Hi !
 

Sorry about that.

in clif.c:

if(sd->status.guild_id && !battle_config.bg_eAmod_mode && !sd->bg_id && !map_getmapflag(sd->bl.m, MF_BATTLEGROUND))
        guild_send_memberinfoshort(sd,1);

Replace by:

if(sd->status.guild_id && !(battle_config.bg_eAmod_mode && sd->bg_id && map_getmapflag(sd->bl.m, MF_BATTLEGROUND)))
        guild_send_memberinfoshort(sd,1);

maybe u must update your thread

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.