When Dark Lord sprite is on my screen, blind effect centers around it

bWolfie

I'm the man
Messages
850
Points
0
Location
Alberta, Midgard
Github
bWolfie
Emulator
This one is difficult to explain. I don't have a screenshot to show as we removed the blind effect through hex on our client.

So this is what happens:

  • When Dark Lord appears on your screen, a blind effect will be centered around him.
  • Until Dark Lord dies (sprite disappears from your screen), that blind will always be there.
How to stop this from happening?

 
Changing the client version. This only happens in the last 2014~2015 clients.

 
Last edited by a moderator:
Open monster_size_effect.lub inside the system folder, search for the DL's ID (1272) and delete the line including it ( [1272] = { MonsterSize = 1, MonsterEff = EFFECT.EF_DEVIL5 }, ).

This file adds special visual effects and changes the sprite's size for some monsters, like champions.

 
Last edited by a moderator:
Open monster_size_effect.lub inside the system folder, search for the DL's ID (1272) and delete the line including it ( [1272] = { MonsterSize = 1, MonsterEff = EFFECT.EF_DEVIL5 }, ).

This file adds special visual effects and changes the sprite's size for some monsters, like champions.
Thank you for that info, I didn't noticed that function get implemented.

 
Open monster_size_effect.lub inside the system folder, search for the DL's ID (1272) and delete the line including it ( [1272] = { MonsterSize = 1, MonsterEff = EFFECT.EF_DEVIL5 }, ).

This file adds special visual effects and changes the sprite's size for some monsters, like champions.
Wow, amazing! This is great. We had to disabled the blind effect completely because of this @_@ 

 
Back
Top