Jump to content

Allied guilds attack(sword) cursor in GvG

open

AtlantisRO
2014-10-18 00:05:27
Hi!

There is a bug when you put the cursor over a char of an a allied guild in WoE and the cursor change to "sword". That not happen when put the cursor over a guild mate.

This is related to the emulador or is a client problem? Sorry i don't know, that why i put this in this section.

Regards.

Napster
2014-10-18 14:55:21
I can confirm..

but no have idea fix to this /hum

how to check guild_isallied for map_flag_gvg
((map[bl->m].flag.battleground || map_flag_gvg(bl->m)?1:0)<<1)|// GUILD - Show attack cursor on non-guild members (GvG)


Akkarin
2014-11-07 00:09:58
Are you still able to attack the allied guildsman? Can a dev test this on our test server?

Napster
2014-11-07 23:13:33
can't attack to allied guildsman, but when over mouse to [size=4]allied guildsman cursor change to sword

test on rAthena & Herc same problem[/size]

Lilith
2014-11-08 06:35:51
i think we need to add a new typedef in 'send_target' like GUILD_WAR( for ex. ) with filter on allied guilds.
then replace
clif_maptypeproperty2(&bl,ALL_SAMEMAP);
to
clif_maptypeproperty2(&bl,GUILD_WAR);
after
clif_map_property_mapall(m, MAPPROPERTY_AGITZONE);

in script.c, atcommand.c and clif.c maybe
×
×
  • Create New...