Hercules Elf Bot - Dec 29, 2011 12:35
Originally posted by [b]Ind[/b]
Credits to Muad_Dib
[CODE]
// ID: 1599
item Angra_Manyu
event OnStartEquip:
AddExtParam User VAR_ATTPOWER 3300
AddExtParam User VAR_MAGICATKPERCENT 200
AddHPdrain 100 100
AddSPdrain 100 20
AddHealValue 200
ClassAddDamage 0 Target 100
ClassAddDamage 1 Target 100
ClassAddDamage 2 Target 100
EnableSkill WZ_STORMGUST 10
EnableSkill WZ_METEOR 10
EnableSkill WZ_VERMILION 10
EnableSkill GM_SANDMAN 1
SubSpellCastTime 100
SubSFCTEquipPermill Angra_Manyu 1000 0
return
event OnFinishEquip:
SubExtParam User VAR_ATTPOWER 3300
SubExtParam User VAR_MAGICATKPERCENT 200
SubHPdrain 100 100
SubSPdrain 100 20
SubHealValue 200
ClassSubDamage 0 Target 100
ClassSubDamage 1 Target 100
ClassSubDamage 2 Target 100
DisableSkill WZ_STORMGUST 10
DisableSkill WZ_METEOR 10
DisableSkill WZ_VERMILION 10
DisableSkill GM_SANDMAN 1
AddSpellCastTime 100
AddSFCTEquipPermill Angra_Manyu 1000 0
return
// ID: 2199
item Ahura_Mazda
event OnStartEquip:
AddMeleeAttackReflect 100
AddRaceTolerace RACE_Human 95
EnableSkill CR_FULLPROTECTION 5
EnableSkill WZ_ESTIMATION 1
EnableSkill ST_FULLSTRIP 5
EnableSkill HW_MAGICPOWER 10
AddExtParam User VAR_MAXHPPERCENT 200
AddNeverknockback 1
SubSpellDelay 100
Condition EFFECTHaste 9999 100
Condition EFFECTEndure 9999 100
Condition EFFECTClairvoyance 9999 100
return
event OnFinishEquip:
SubMeleeAttackReflect 100
SubRaceTolerace RACE_Human 95
DisableSkill CR_FULLPROTECTION 5
DisableSkill WZ_ESTIMATION 1
DisableSkill ST_FULLSTRIP 5
DisableSkill HW_MAGICPOWER 10
SubExtParam User VAR_MAXHPPERCENT 200
NoJamstone 0
AddNeverknockback 0
AddSpellDelay 100
Cure EFFECTHaste 100
Cure EFFECTEndure 100
Cure EFFECTClairvoyance 100
return
[/CODE]
Hercules Elf Bot - Mar 8, 2012 17:52
Originally posted by [b]Kenpachi[/b]
[CODE]
SubSFCTEquipPermill Angra_Manyu 1000 0
[/CODE]Please create that bonus.. otherwise I can't update the script.
It should reduce the fixed cast time by [size=3][i]param1 / 10[/i][/size]%. Unfotunately I'm unable to figure out what the second parameter does as can see in [url="http://rathena.org/board/tracker/issue-5013-glorious-weapon-effects/"]this report[/url].
Moving this to Core section. (Please move back when finished.)
This post has been edited by
Kenpachi
on Mar 8, 2012 17:54
Hercules Elf Bot - Mar 11, 2012 7:24
Originally posted by [b]Protimus[/b]
I think that the second parameter is how to obtain the item by KvM points.
Follow up your comment in: [url="http://rathena.org/board/tracker/issue-5013-glorious-weapon-effects/"]http://rathena.org/board/tracker/issue-5013-glorious-weapon-effects/[/url]
[color=#282828][font=helvetica, arial, sans-serif][size=3][u]1827 - SubSFCTEquipPermill Krieger_Knuckle2 1000 2000 - [/u][/size][/font][/color][b]not mentioned in desc[/b]
[url="http://db.irowiki.org/db/item-info/1827/"]http://db.irowiki.org/db/item-info/1827/[/url]
[CODE]Obtained with 2000 points from KVM Battlegrounds.[/CODE]
Is coincidence or really is it? If confirmed, I will begin create the code.
This post has been edited by
Protimus
on Mar 11, 2012 7:25
Hercules Elf Bot - Mar 11, 2012 16:28
Originally posted by [b]MarkZD[/b]
Even if it's kvm points, I don't think Angra Manyu and Ahura Mazda should ever be available to be get by kvm points.
Hercules Elf Bot - Mar 11, 2012 16:51
Originally posted by [b]Protimus[/b]
Yes, because it the second parameter is 0... Since you cannot buy for any NPC.
Probably the bonus is not unique to this item, but must be used in others.
This post has been edited by
Protimus
on Mar 11, 2012 16:52
Hercules Elf Bot - Mar 12, 2012 23:21
Originally posted by [b]Fuyuko[/b]
I alway thought that these were GM only items and where never released to players which was why in iro they aren't stored in the database. And in the client they used to be listed as GM items. I'm pretty sure this hasn't changed in recent times unless there obtainable on kro's test server.
Hercules Elf Bot - Mar 13, 2012 3:16
Originally posted by [b]MarkZD[/b]
[quote name='Fuyuko' timestamp='1331594461' post='7497']
I alway thought that these were GM only items and where never released to players which was why in iro they aren't stored in the database. And in the client they used to be listed as GM items. I'm pretty sure this hasn't changed in recent times unless there obtainable on kro's test server.
[/quote]
None said it's available to user, what Protimus tried explaining is just the opposite, he told that as it has a second zero value it can't be get by npc, so that guessed kvm point is just a default value that some items would receive even if it has no use.
Hercules Elf Bot - Mar 22, 2012 1:50
Originally posted by [b]Ind[/b]
Added GM Sandman skill support in [rev=15747]
Hercules Elf Bot - Mar 23, 2012 10:14
Originally posted by [b]Kenpachi[/b]
Protimus is probably right. Just add the bonus with one parameter...
Hercules Elf Bot - Aug 9, 2012 4:54
Originally posted by [b]Xantara[/b]
bFixedCastrate added by malufett in [rev=16355] (PS. item_bonus.txt doc is incorrect for this)
[b]Moving [/b]back to the database section.
Hercules Elf Bot - Aug 15, 2012 21:06
Originally posted by [b]Kenpachi[/b]
Fixed in [rev=16641].
This post has been edited by
Kenpachi
on Aug 15, 2012 21:11