-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathHealBot_statics.lua
146 lines (130 loc) · 17.2 KB
/
HealBot_statics.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
--==============================================================================
--[[
Author: Ragnarok.Lorand
HealBot static tables with misc information
--]]
--==============================================================================
rarr = string.char(129,168)
sparr = ' '..rarr..' '
messages_magicDamage = S{2,252}
messages_gainEffect = S{73,82,127,128,141,160,164,166,186,194,203,205,230,236,237,242,243,266,267,268,269,270,271,272,277,278,279,280,319,320,321,374,375,412,645}
msg_gain_no_source = S{73,128,160,164,166,203,205,266,267,269,270,272,277,278,279,280}
msg_gain_abil = S{127,141,319,320,321,645}
msg_gain_spell = S{82,230,236,237,268,271}
msg_gain_ws = S{186,194,242,243}
msg_gain_other = S{374,375,412}
messages_loseEffect = S{64,74,83,123,159,168,204,206,322,341,342,343,344,350,378,453,531,647}
messages_wearOff = S{204,206}
messages_paralyzed = S{29,84}
messages_noEffect = S{75}
messages_specific_debuff_gain = {
[142]={'Accuracy Down','Evasion Down'},
[144]={'Accuracy Down','Evasion Down'},
[145]={'Accuracy Down','Evasion Down'},
[329]={'STR Down'},
[330]={'DEX Down'},
[331]={'VIT Down'},
[332]={'AGI Down'},
[333]={'INT Down'},
[334]={'MND Down'},
[335]={'CHR Down'},
--[519]={'Lethargic Daze'},
--[520]={'Sluggish Daze'},
--[521]={'Weakened Daze'},
[533]={'Accuracy Down'},
[534]={'Attack Down'},
[591]={'Bewildered Daze'}
}
messages_specific_debuff_lose = {
[351]={'blindness','paralysis','poison','silence'},
[359]={'doom'},
}
spells_buffs = S{43,44,45,46,47,48,49,50,51,52,53,54,55,57,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,84,85,86,87,88,89,90,91,92,96,97,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,125,126,127,128,129,130,131,132,133,134,135,136,137,138,141,142,249,250,251,277,287,308,309,310,311,312,313,314,315,316,317,318,338,339,340,353,354,355,358,473,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,495,504,505,506,507,509,510,511,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,840,845,846}
spells_damage = S{21,22,28,29,30,31,32,38,39,40,41,42,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,244,245,246,247,248,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,496,497,498,499,500,501,502,828,829,830,831,832,833,834,835,836,837,838,839}
spells_debuffs = S{23,24,25,26,27,33,34,35,36,37,56,58,59,79,80,98,112,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,242,243,252,253,254,255,256,257,258,259,260,266,267,268,269,270,271,272,273,274,275,276,278,279,280,281,282,283,284,285,286,319,341,342,343,344,345,346,347,348,349,350,351,352,356,357,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,421,422,423,454,455,456,457,458,459,460,461,462,463,466,471,472,503,508,799,817,818,819,820,821,822,823,824,825,826,827,841,842,843,844}
spells_healing = S{1,2,3,4,5,6,7,8,9,10,11,12,13,93,140,474,475,494}
spells_misc = S{81,82,83,120,121,122,123,124,139,241,261,262,263,264,265}
spells_songBuffs = S{378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,464,465,467,468,469,470}
spells_statusRemoval = S{14,15,16,17,18,19,20,94,95,143}
spells_summoning = S{288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,847}
spells_trust = S{896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,941,942,943,944,945,946,947,948,949,950,951,952,958,959,960,961,962,964}
enfeebling = T{1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,155,156,157,158,159,167,168,174,175,177,186,189,192,193,194,223,259,260,261,262,263,264,298,378,379,380,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,404,448,449,450,451,452,473,540,557,558,559,560,561,562,563,564,565,566,567,597}
spell_debuff_idmap = {[23]=134,[24]=134,[25]=134,[26]=134,[27]=134,[33]=134,[34]=134,[35]=134,[36]=134,[37]=134,[56]=13,[58]=4,[59]=6,[79]=13,[80]=4,[98]=2,[112]=156,[216]=12,[217]=12,[220]=3,[221]=3,[222]=3,[223]=3,[224]=3,[225]=3,[226]=3,[227]=3,[228]=3,[229]=3,[230]=135,[231]=135,[232]=135,[233]=135,[234]=135,[235]=128,[236]=129,[237]=130,[238]=131,[239]=132,[240]=133,[242]=146,[252]=10,[253]=2,[254]=5,[255]=7,[256]=8,[257]=9,[258]=11,[259]=2,[266]=136,[267]=137,[268]=138,[269]=139,[270]=140,[271]=141,[272]=142,[273]=2,[274]=2,[276]=5,[278]=186,[279]=186,[280]=186,[281]=186,[282]=186,[283]=186,[284]=186,[285]=186,[286]=21,[356]=4,[357]=13,[359]=6,[361]=5,[362]=11,[363]=2,[364]=2,[365]=7,[366]=12,[368]=192,[369]=192,[370]=192,[371]=192,[372]=192,[373]=192,[374]=192,[375]=192,[376]=193,[377]=193,[421]=194,[422]=194,[423]=194,[454]=217,[455]=217,[456]=217,[457]=217,[458]=217,[459]=217,[460]=217,[461]=217,[463]=193,[471]=193,[472]=223,[841]=148,[842]=148,[843]=404,[844]=404,[871]=217,[872]=217,[873]=217,[874]=217,[875]=217,[876]=217,[877]=217,[878]=217,[879]=597,[882]=148,[883]=404,[884]=21,[885]=186,[886]=186,[887]=186,[888]=186,[889]=186,[890]=186,[891]=186,[892]=186}
buff_map = {['Barfira']='Barfire',['Barblizzara']='Barblizzard',['Baraera']='Baraero',['Barstonra']='Barstone',['Barthundra']='Barthunder',['Barwatera']='Barwater',['Baramnesra']='Baramnesia',['Barsleepra']='Barsleep',['Barpoisonra']='Barpoison',['Barparalyzra']='Barparalyze',['Barblindra']='Barblind',['Barsilencera']='Barsilence',['Barpetra']='Barpetrify',['Barvira']='Barvirus',['Blaze Spikes']='Blaze Spikes',['Ice Spikes']='Ice Spikes',['Shock Spikes']='Shock Spikes',['Dread Spikes']='Dread Spikes',['Boost-STR']='STR Boost',['Boost-DEX']='DEX Boost',['Boost-VIT']='VIT Boost',['Boost-AGI']='AGI Boost',['Boost-INT']='INT Boost',['Boost-MND']='MND Boost',['Boost-CHR']='CHR Boost',['Gain-STR']='STR Boost',['Gain-DEX']='DEX Boost',['Gain-VIT']='VIT Boost',['Gain-AGI']='AGI Boost',['Gain-INT']='INT Boost',['Gain-MND']='MND Boost',['Gain-CHR']='CHR Boost',['Temper']='Multi Strikes',['Enfire II']='Enfire II',['Enblizzard II']='Enblizzard II',['Enaero II']='Enaero II',['Enstone II']='Enstone II',['Enthunder II']='Enthunder II',['Enwater II']='Enwater II',["Army's Paeon"]='Paeon',["Army's Paeon II"]='Paeon',["Army's Paeon III"]='Paeon',["Army's Paeon IV"]='Paeon',["Army's Paeon V"]='Paeon',["Army's Paeon VI"]='Paeon',["Army's Paeon VII"]='Paeon',["Army's Paeon VIII"]='Paeon',["Mage's Ballad"]='Ballad',["Mage's Ballad II"]='Ballad',["Mage's Ballad III"]='Ballad',["Knight's Minne"]='Minne',["Knight's Minne II"]='Minne',["Knight's Minne III"]='Minne',["Knight's Minne IV"]='Minne',["Knight's Minne V"]='Minne',["Valor Minuet"]='Minuet',["Valor Minuet II"]='Minuet',["Valor Minuet III"]='Minuet',["Valor Minuet IV"]='Minuet',["Valor Minuet V"]='Minuet',["Sword Madrigal"]='Madrigal',["Blade Madrigal"]='Madrigal',["Hunter's Prelude"]='Prelude',["Archer's Prelude"]='Prelude',["Sheepfoe Mambo"]='Mambo',["Dragonfoe Mambo"]='Mambo',["Fowl Aubade"]='Aubade',["Herb Pastoral"]='Pastoral',["Shining Fantasia"]='Fantasia',["Scop's Operetta"]='Operetta',["Puppet's Operetta"]='Operetta',["Jester's Operetta"]='Operetta',["Gold Capriccio"]='Capriccio',["Devotee Serenade"]='Serenade',["Warding Round"]='Round',["Goblin Gavotte"]='Gavotte',["Cactuar Fugue"]='Fugue',["Protected Aria"]='Aria',["Advancing March"]='March',["Victory March"]='March',["Sinewy Etude"]='Etude',["Dextrous Etude"]='Etude',["Vivacious Etude"]='Etude',["Quick Etude"]='Etude',["Learned Etude"]='Etude',["Spirited Etude"]='Etude',["Enchanting Etude"]='Etude',["Herculean Etude"]='Etude',["Uncanny Etude"]='Etude',["Vital Etude"]='Etude',["Swift Etude"]='Etude',["Sage Etude"]='Etude',["Logical Etude"]='Etude',["Bewitching Etude"]='Etude',["Fire Carol"]='Carol',["Ice Carol"]='Carol',["Wind Carol"]='Carol',["Earth Carol"]='Carol',["Lightning Carol"]='Carol',["Water Carol"]='Carol',["Light Carol"]='Carol',["Dark Carol"]='Carol',["Fire Carol II"]='Carol',["Ice Carol II"]='Carol',["Wind Carol II"]='Carol',["Earth Carol II"]='Carol',["Lightning Carol II"]='Carol',["Water Carol II"]='Carol',["Light Carol II"]='Carol',["Dark Carol II"]='Carol',["Goddess's Hymnus"]='Hymnus',["Chocobo Mazurka"]='Mazurka',["Raptor Mazurka"]='Mazurka',["Foe Sirvente"]='Sirvente',["Adventurer's Dirge"]='Dirge',["Sentinel's Scherzo"]='Scherzo',["Sandstorm II"]=592,["Rainstorm II"]=594,["Windstorm II"]=591,["Firestorm II"]=589,["Hailstorm II"]=590,["Thunderstorm II"]=593,["Voidstorm II"]=596,["Aurorastorm II"]=595}
debuff_map = {['Accuracy Down']='Erase',['addle']='Erase',['AGI Down']='Erase',['Attack Down']='Erase',['bind']='Erase',['Bio']='Erase',['blindness']='Blindna',['Burn']='Erase',['Choke']='Erase',['CHR Down']='Erase',['curse']='Cursna',['Defense Down']='Erase',['DEX Down']='Erase',['Dia']='Erase',['disease']='Viruna',['doom']='Cursna',['Drown']='Erase',['Elegy']='Erase',['Evasion Down']='Erase',['Frost']='Erase',['Inhibit TP']='Erase',['INT Down']='Erase',['Lullaby']='Cure',['Magic Acc. Down']='Erase',['Magic Atk. Down']='Erase',['Magic Def. Down']='Erase',['Magic Evasion Down']='Erase',['Max HP Down']='Erase',['Max MP Down']='Erase',['Max TP Down']='Erase',['MND Down']='Erase',['Nocturne']='Erase',['paralysis']='Paralyna',['petrification']='Stona',['plague']='Viruna',['poison']='Poisona',['Rasp']='Erase',['Requiem']='Erase',['Shock']='Erase',['silence']='Silena',['slow']='Erase',['STR Down']='Erase',['VIT Down']='Erase',['weight']='Erase'}
removal_map = {['Blindna']={'blindness'},['Cursna']={'curse','doom'},['Paralyna']={'paralysis'},['Poisona']={'poison'},['Silena']={'silence'},['Stona']={'petrification'},['Viruna']={'disease','plague'},['Erase']={'weight','Accuracy Down','addle','AGI Down','Attack Down','bind','Bio','Burn','Choke','CHR Down','Defense Down','DEX Down','Dia','Drown','Elegy','Evasion Down','Frost','Inhibit TP','INT Down','Magic Acc. Down','Magic Atk. Down','Magic Def. Down','Magic Evasion Down','Max HP Down','Max MP Down','Max TP Down','MND Down','Nocturne','Rasp','Requiem','Shock','slow','STR Down','VIT Down'}}
debuff_casemap = {['nocturne']='Nocturne',['accuracy down']='Accuracy Down',['magic def. down']='Magic Def. Down',['inhibit tp']='Inhibit TP',['weight']='weight',['str down']='STR Down',['slow']='slow',['defense down']='Defense Down',['elegy']='Elegy',['choke']='Choke',['max hp down']='Max HP Down',['lullaby']='Lullaby',['paralysis']='paralysis',['int down']='INT Down',['petrification']='petrification',['vit down']='VIT Down',['requiem']='Requiem',['curse']='curse',['bio']='Bio',['chr down']='CHR Down',['disease']='disease',['frost']='Frost',['bind']='bind',['doom']='doom',['silence']='silence',['rasp']='Rasp',['addle']='addle',['poison']='poison',['evasion down']='Evasion Down',['dia']='Dia',['mnd down']='MND Down',['max mp down']='Max MP Down',['max tp down']='Max TP Down',['burn']='Burn',['magic atk. down']='Magic Atk. Down',['magic evasion down']='Magic Evasion Down',['attack down']='Attack Down',['plague']='plague',['drown']='Drown',['shock']='Shock',['blindness']='blindness',['dex down']='DEX Down',['agi down']='AGI Down',['magic acc. down']='Magic Acc. Down'}
ignoreDebuffs = {
['Accuracy Down'] = S{'WHM','BLM','RDM','BRD','SMN','SCH','GEO'},
['AGI Down'] = S{'WHM','BLM','RDM','BRD','SMN','SCH','GEO'},
['Attack Down'] = S{'WHM','BLM','RDM','BRD','SMN','SCH','GEO'},
['DEX Down'] = S{'WHM','BLM','RDM','BRD','SMN','SCH','GEO'},
['Inhibit TP'] = S{'WHM','BLM','RDM','BRD','SMN','SCH','GEO'},
['Max TP Down'] = S{'WHM','BLM','RDM','BRD','SMN','SCH','GEO'},
['STR Down'] = S{'WHM','BLM','RDM','BRD','SMN','SCH','GEO'},
['addle'] = S{'WAR','MNK','THF','BST','RNG','DRG','SAM','COR','PUP','DNC'},
['blind'] = S{'WHM','BLM','RDM','BRD','SMN','SCH','GEO'},
['silence'] = S{'WAR','MNK','THF','BST','RNG','DRG','SAM','COR','PUP','DNC'}
}
dec2roman = {'I','II','III','IV','V','VI','VII','VIII','IX','X','XI'}
roman2dec = {['I']=1,['II']=2,['III']=3,['IV']=4,['V']=5,['VI']=6,['VII']=7,['VIII']=8,['IX']=9,['X']=10,['XI']=11}
cure_potencies = {[1]=87, [2]=199, [3]=438, [4]=816, [5]=1056, [6]=1311}
tier_of_cure = {['Cure']=1,['Cure II']=2,['Cure III']=3,['Cure IV']=4,['Cure V']=5,['Cure VI']=6}
tier_of_curaga = {['Curaga']=1,['Curaga II']=2,['Curaga III']=3,['Curaga IV']=4,['Curaga V']=5}
cure_of_tier = {'Cure','Cure II','Cure III','Cure IV','Cure V','Cure VI'}
curaga_of_tier = {'Curaga','Curaga II','Curaga III','Curaga IV','Curaga V'}
indoor_zones = S{0,26,53,223,224,225,226,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,252,256,257,280,284}
roll_info = {
["Allies' Roll"] = {lucky=3,unlucky=10,effect='Skillchain Accuracy & Damage + %'},
["Avenger's Roll"] = {lucky=4,unlucky=8,effect='Counter Rate + %'},
["Beast Roll"] = {lucky=4,unlucky=8,effect='Pet: Attack & Ranged Attack + %'},
["Blitzer's Roll"] = {lucky=4,unlucky=9,effect='Melee Attack Delay - %'},
["Bolter's Roll"] = {lucky=3,unlucky=9,effect='Movement Speed + %'},
["Caster's Roll"] = {lucky=2,unlucky=7,effect='Fast Cast + %'},
["Chaos Roll"] = {lucky=4,unlucky=8,effect='Attack & Ranged Attack + %'},
["Choral Roll"] = {lucky=2,unlucky=6,effect='Spell Interruption Rate - %'},
["Companion's Roll"] = {lucky=2,unlucky=10,effect='Pet: Regain & Regen'},
["Corsair's Roll"] = {lucky=5,unlucky=9,effect='Exp. & Cap. Points + %'},
["Courser's Roll"] = {lucky=3,unlucky=9,effect='Snapshot + %'},
["Dancer's Roll"] = {lucky=3,unlucky=7,effect='Regen'},
["Drachen Roll"] = {lucky=4,unlucky=8,effect='Pet: Accuracy & Ranged Accuracy ++'},
["Evoker's Roll"] = {lucky=5,unlucky=9,effect='Refresh'},
["Fighter's Roll"] = {lucky=5,unlucky=9,effect='Double Attack Rate + %'},
["Gallant's Roll"] = {lucky=3,unlucky=7,effect='Defense + %'},
["Healer's Roll"] = {lucky=3,unlucky=7,effect='Cure Potency + %'},
["Hunter's Roll"] = {lucky=4,unlucky=8,effect='Accuracy & Ranged Accuracy ++'},
["Magus's Roll"] = {lucky=2,unlucky=6,effect='Magic Defense Bonus ++'},
["Miser's Roll"] = {lucky=5,unlucky=7,effect='Save TP ++'},
["Monk's Roll"] = {lucky=3,unlucky=7,effect='Subtle Blow ++'},
["Ninja's Roll"] = {lucky=4,unlucky=8,effect='Evasion ++'},
["Puppet Roll"] = {lucky=3,unlucky=7,effect='Pet: Magic Accuracy & MAB ++'},
["Rogue's Roll"] = {lucky=5,unlucky=9,effect='Critical Hit Rate + %'},
["Samurai Roll"] = {lucky=2,unlucky=6,effect='Store TP ++'},
["Scholar's Roll"] = {lucky=2,unlucky=6,effect='Conserve MP ++'},
["Tactician's Roll"] = {lucky=5,unlucky=8,effect='Regain'},
["Warlock's Roll"] = {lucky=4,unlucky=8,effect='Magic Accuracy ++'},
["Wizard's Roll"] = {lucky=5,unlucky=9,effect='MAB ++'}
}
local function prep_geo_spells()
local geo_spells = {indi=S{},geo=S{}}
for sid, spell in pairs(res.spells) do
if spell.en:startswith('Indi-') then
geo_spells.indi:add(sid)
elseif spell.en:startswith('Geo-') then
geo_spells.geo:add(sid)
end
end
return geo_spells.indi, geo_spells.geo
end
indi_spell_ids, geo_spell_ids = prep_geo_spells()
-----------------------------------------------------------------------------------------------------------
--[[
Copyright © 2016, Lorand
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
* Neither the name of healBot nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL Lorand BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--]]
-----------------------------------------------------------------------------------------------------------