Jump to content
  • 0

Guild invite bug on latest git


mhielo12

Question


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  112
  • Reputation:   4
  • Joined:  08/28/14
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  107
  • Topics Per Day:  0.02
  • Content Count:  770
  • Reputation:   69
  • Joined:  02/10/12
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  112
  • Reputation:   4
  • Joined:  08/28/14
  • Last Seen:  

23 minutes ago, LearningRO said:

are u use battleground mod?
 

Yes Im using BG Mod Battleground Extended

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  107
  • Topics Per Day:  0.02
  • Content Count:  770
  • Reputation:   69
  • Joined:  02/10/12
  • Last Seen:  

the Free BG Mod have some issue with it

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  112
  • Reputation:   4
  • Joined:  08/28/14
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  107
  • Topics Per Day:  0.02
  • Content Count:  770
  • Reputation:   69
  • Joined:  02/10/12
  • Last Seen:  

its easy
just use clean rathena ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  69
  • Reputation:   79
  • Joined:  02/20/20
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  107
  • Topics Per Day:  0.02
  • Content Count:  770
  • Reputation:   69
  • Joined:  02/10/12
  • Last Seen:  

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...