xackery / rebuildeq-v1

Rebuild Everquest
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Paladin Skill Additions #66

Closed xackery closed 7 years ago

xackery commented 8 years ago

define RB_PAL_SLAYUNDEAD 52

xackery commented 8 years ago

UPDATE peq.aa_ranks SET recast_time=60 WHERE id=534; #ADDED

xackery commented 8 years ago

ADDED TO LIVE 999217 INSERT INTO npc_types (id, name, lastname, level, race, class, bodytype, hp, mana, gender, texture, helmtexture, herosforgemodel, size, hp_regen_rate, mana_regen_rate, loottable_id, merchant_id, alt_currency_id, npc_spells_id, npc_spells_effects_id, npc_faction_id, adventure_template_id, trap_template, mindmg, maxdmg, attack_count, npcspecialattks, special_abilities, aggroradius, assistradius, face, luclin_hairstyle, luclin_haircolor, luclin_eyecolor, luclin_eyecolor2, luclin_beardcolor, luclin_beard, drakkin_heritage, drakkin_tattoo, drakkin_details, armortint_id, armortint_red, armortint_green, armortint_blue, d_melee_texture1, d_melee_texture2, ammo_idfile, prim_melee_type, sec_melee_type, ranged_type, runspeed, MR, CR, DR, FR, PR, Corrup, PhR, see_invis, see_invis_undead, qglobal, AC, npc_aggro, spawn_limit, attack_speed, attack_delay, findable, STR, STA, DEX, AGI, _INT, WIS, CHA, see_hide, see_improved_hide, trackable, isbot, exclude, ATK, Accuracy, Avoidance, slow_mitigation, version, maxlevel, scalerate, private_corpse, unique_spawn_by_name, underwater, isquest, emoteid, spellscale, healscale, no_target_hotkey, raid_target, armtexture, bracertexture, handtexture, legtexture, feettexture, light, walkspeed, peqid, unique_, fixed) VALUES (999217, 'a_squire', NULL, 11, 1, 1, 8, 200, 0, 1, 3, 0, 0, 4, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 20, -1, 'fb', '9,1^21,1', 55, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'IT10', 28, 28, 7, 1.325, 7, 7, 7, 7, 7, 11, 10, 0, 0, 0, 119, 0, 0, 0, 30, 0, 99, 99, 89, 99, 79, 89, 79, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 100, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

select last_insert_id(); INSERT INTO pets (type, npcID) VALUES ("squire", #####);

xackery commented 8 years ago

Added all live stuff up to this point.