Jump to content
  • 0

FIX War of Emperium First Edition


grenat50

Question


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

Hi !

I noticed some issues regarding the WoE FE using the latest rathena's version and a 2020 client:

- Emperium can be destroyed even if WoE is not on and not owned by anyone.

- Monsters are present only when WoE is not on, they vanish when it starts. (unless owned) (it supposed to be the way around).

- Emperium's HP can be seen.

I fixed those issues, + I added Emperium's NPCs that appears only when WoE is off, just as a display/symbol of the castles.

Regarding Emperium's HP:
 

clif.c line 9836 :
 

            }else if( battle_config.show_mob_info ){

=>

            }else if( battle_config.show_mob_info && !map_getmapflag( bl->m, MF_HIDEMOBHPBAR )){

 

 

agit_main.txt

Edited by grenat50
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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