Issue information

Issue ID
#7769
Status
Duplicate
Severity
None
Started
kyeme
Oct 15, 2013 17:39
Last Post
kyeme
Dec 21, 2015 2:22
Confirmation
Yes (2)
No (0)

kyeme - Oct 15, 2013 17:39

Reduce 20% damage from Neutral Property [color=rgb(255,0,0)][b]Monsters.[/b][/color]
[img]http://i.imgur.com/87F644U.jpg[/img]
The code says reduce to neutral attack? Like Asura Strike and other neutral attack. Is this correct?[code=auto:0]4442,Tatacho_Card,Tatacho Card,6,20,,10,,,,,,,,32,,,,,{ bonus2 bSubEle,Ele_Neutral,20; bonus2 bAddEle,Ele_Neutral,5; },{},{}[/code]


But in Deviling Card say:
Reduce/Resistance or Tolerance to Neutral Property [color=rgb(255,0,0)][b]Attack.[/b][/color]

is there a difference between a neutral attack and a neutral monster?
[color=#000000]Just asking :)[/color]

This post has been edited by kyeme on Oct 15, 2013 18:49

malufett - Oct 15, 2013 18:56

[quote]
item Tatacho_Card
event OnStartEquip:
[b] SubDamage_Property User PROPERTY_Nothing 20
AddDamage_Property Target PROPERTY_Nothing 5[/b][/quote]

[quote]
item Deviling_Card
event OnStartEquip:
[b] AddAttrTolerace PROPERTY_Nothing 50[/b]
SubAttrTolerace PROPERTY_Poison 50
SubAttrTolerace PROPERTY_Saint 50
SubAttrTolerace PROPERTY_Darkness 50
SubAttrTolerace PROPERTY_Telekinesis 50
SubAttrTolerace PROPERTY_Undead 50
SubAttrTolerace PROPERTY_Water 50
SubAttrTolerace PROPERTY_Ground 50
SubAttrTolerace PROPERTY_Fire 50
SubAttrTolerace PROPERTY_Wind 50
return[/quote]

as it states above that tatacho affects the overall damage from a user/target neutral damage while deviling modifies elemental modifier for neutral...

:meow:

kyeme - Oct 15, 2013 19:43

Ohh ok. Thank you! :)

kyeme - Dec 2, 2013 9:29

Confirming on Aegis Server, the "Tatacho Card" only works on neutral race monsters, not from neutral skills or neutral attack of players

This post has been edited by kyeme on Sep 21, 2014 5:32

kyeme - Apr 3, 2015 5:24

Sir [b]SubDamage_Property = [/b]bonus2 bAddRace ( [url="http://herc.ws/board/topic/9165-guide-aegis-to-athena-item-script-bonus/#entry53956"]http://herc.ws/board/topic/9165-guide-aegis-to-athena-item-script-bonus/#entry53956[/url] )

But our Tatacho Card is
[code=:0] { Id: 4442 AegisName: "Tatacho_Card" Name: "Tatacho Card" Type: 6 Buy: 20 Weight: 10 Loc: 32 Script: <" bonus2 bSubEle,Ele_Neutral,20; bonus2 bAddEle,Ele_Neutral,5; "> }, [/code]

zackdreaver - Apr 3, 2015 6:10

then how about the other cards? they should be refer to monster element too

4443 Aqua Elemental Card - Water
4444 Draco Card - Earth
4445 Luciola Vespa Card - Wind
4447 Centipede Card - Poison
4448 Cornus Card - Holy
4449 Dark Shadow Card - Shadow

zackdreaver - May 2, 2015 10:25

so i read this
[url="https://github.com/rathena/rathena/issues/404"]https://github.com/rathena/rathena/issues/404[/url]

this effect only work on monster but not on player?

kyeme - May 2, 2015 12:20

[quote name="zackdreaver" timestamp="1430562338"]
so i read this
[url="https://github.com/rathena/rathena/issues/404"]https://github.com/rathena/rathena/issues/404[/url]

this effect only work on monster but not on player?[/quote]
Yes
[code=:0] item Draco_Card event OnStartEquip: SubDamage_Property User PROPERTY_Ground 20 AddDamage_Property Target PROPERTY_Ground 5 event OnFinishEquip: AddDamage_Property User PROPERTY_Ground 20 SubDamage_Property Target PROPERTY_Ground 5 return [/code]

Anisotropic Defixation - May 2, 2015 20:30

Is there even a script that can do this? Cause it doesn't looks like it.

zackdreaver - May 3, 2015 2:44

This need a new script,
i hope Malufett working on it, on his "RE thingy"

malufett - May 3, 2015 3:06

[quote name="zackdreaver" timestamp="1430621067"]
This need a new script,
i hope Malufett working on it, on his "RE thingy"[/quote]
what we need is a total revamp of the item script bonuses, to match up with aegis item script bonuses..

:meow:

Anisotropic Defixation - May 3, 2015 3:21

There are some other things that can't be done as far as a I know.

There's a hat that autocasts Lex Aeterna upon damaging a target with Heal but the only current script supporting something similar is bAutoSpellOnSkill and there's no way to distinguish between a supportive and offensive heal.

zackdreaver - May 6, 2015 11:11

Another equip that need to changed :
2684 Ring_Of_Wind
5508 Shark_Hat
5509 Sting_Hat
5593 K_Rabbit_Bonnet
15008 Flame_Sprits_Armor__

kyeme - Dec 21, 2015 2:22

[url="https://github.com/HerculesWS/Hercules/issues/548"]https://github.com/HerculesWS/Hercules/issues/548[/url]