MLNPC.cs

La sezione italiana dell'emulatore Dawn of Light.

Moderators: Support Team, Other Language Team

MLNPC.cs

Postby Stephen » Sat Oct 27, 2007 9:28 am

Sto provando questo script ma mi da qualche problema.(dol ultima rev)

Da plvl 3 scegliendo convoker ,prendo tokenml1 lo consegno e in log mi dice -You learn ML_Convoker spell list !- pero (anche riloggando) nn mi aggiunge una linea spell convoker nelle abilita.

Se gli consegno il tokenml2 e 3 mi dice che ho gia gli ml (ma nn è cosi) mentre quando consegno 4-5-6-7-8-9-10 token mi dice -ability unkonw- nella console.

Qualcuno sa dove posso trovare script/info su Masterlevel ?
Stephen
Server Representative
 
Posts: 253
Joined: Sun Oct 14, 2007 8:09 am

Postby Centurio » Sat Oct 27, 2007 9:33 am

Hai aggiunto anche il necessario nel database?
Ti posto il link del DB
http://doldev.estax.net/downloads/DB_masterlevel.rar
Heavy metal is The law
User avatar
Centurio
DOL Acolyte
 
Posts: 142
Joined: Tue Feb 13, 2007 10:51 pm
Website: http://www.myspace.com/pagandio

Postby Stephen » Sat Oct 27, 2007 11:59 am

Hai aggiunto anche il necessario nel database?
Ti posto il link del DB
http://doldev.estax.net/downloads/DB_masterlevel.rar
Thx per il link , pero ci sono degli errori quando importo su db , probabilmente quel valore '' ? se si , con cosa lo devo sostituire ? NULL? 0 ?

Grazie in anticipo
Stephen
Server Representative
 
Posts: 253
Joined: Sun Oct 14, 2007 8:09 am

Postby Centurio » Sat Oct 27, 2007 12:06 pm

Se mi dici il messaggio di errore quando importi ti posso aiutare meglio :)
Heavy metal is The law
User avatar
Centurio
DOL Acolyte
 
Posts: 142
Joined: Tue Feb 13, 2007 10:51 pm
Website: http://www.myspace.com/pagandio

Postby Stephen » Sat Oct 27, 2007 12:07 pm

Se mi dici il messaggio di errore quando importi ti posso aiutare meglio :)
[Err] 1136 - Column count doesn't match value count at row 1
[Err] --
-- Contenu de la table `spell`
--

INSERT IGNORE INTO `spell` VALUES ('ML_Sojourner_10', 7202, 7202, 7202, 'Mass Gateway', 'Teleports the user''s entire group to the user''s last bind point (does not send individual group members to their own bind points). No group members can be in combat for the spell to work', 'Group', 1000, 0, 20, 0, 0, 'Gateway', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
[Msg] Finished - Unsuccessfully
--------------------------------------------------
Stephen
Server Representative
 
Posts: 253
Joined: Sun Oct 14, 2007 8:09 am

Postby Stephen » Sat Oct 27, 2007 12:13 pm

inoltre ho notato che mancano 2 campi finali in questo sql che io ho nella table e cioè : SharedTimerGroup e IsFocus

C'è un altro modo x addare lista ability senza usare questo script (MLNPC) ?
Stephen
Server Representative
 
Posts: 253
Joined: Sun Oct 14, 2007 8:09 am

Postby ZioRed » Sat Oct 27, 2007 12:53 pm

inoltre ho notato che mancano 2 campi finali in questo sql che io ho nella table e cioè : SharedTimerGroup e IsFocus

C'è un altro modo x addare lista ability senza usare questo script (MLNPC) ?
Il problema riportato nell'errore è proprio questo: nelle righe di INSERT mancano quei 2 campi. La cosa più veloce è fare un replace nel file spell.sql sostituendo ");" (senza doppi apici) con ", 0, 0);" (senza doppi apici)
DOL Developer Team
Quick links: Support | Bug Tracker | Browse SVN

Do you like this project and are you a shard admin/developer?
Then please pick up a task from the Missing Features List.
User avatar
ZioRed
Inactive Staff Member
 
Posts: 460
Joined: Thu Dec 29, 2005 11:08 am
Website: http://ziored.spaces.live.com
Location: Italy

Postby Stephen » Sat Oct 27, 2007 1:41 pm

inoltre ho notato che mancano 2 campi finali in questo sql che io ho nella table e cioè : SharedTimerGroup e IsFocus

C'è un altro modo x addare lista ability senza usare questo script (MLNPC) ?
Il problema riportato nell'errore è proprio questo: nelle righe di INSERT mancano quei 2 campi. La cosa più veloce è fare un replace nel file spell.sql sostituendo ");" (senza doppi apici) con ", 0, 0);" (senza doppi apici)
si esatto , ho corretto la table.

Pero nn cambia nulla (probabilmente i valori li avevo, ho pensato fossero obsoleti) rimane il prob ....

creo MLNPC consegno token1 scelgo ML (convoker o altri gia testati tutti) mi dice -you learn ?ML_Convoker - in console mi dice unknow spell e nn mi aggiunge nessuna linea ML.

Sto cercando di correggere quello script pero sono un niubbo eheh sapete se esiste uno script differente gia creato ? nn lo trovo qua su dol
Stephen
Server Representative
 
Posts: 253
Joined: Sun Oct 14, 2007 8:09 am

Re: MLNPC.cs

Postby ZioRed » Sat Nov 03, 2007 9:25 am

Mmh.. dubito anche perchè ora la roba degli ML è stata inserita nel core quindi dovrebbe già funzionare. Purtroppo non ho ora il tempo di darci una controllatina perchè sto lavorando ad un progetto oltre che ad un task su DOL... se posso proverò a vedere un pò quando ho tempo (nel qual caso risponderò a questo thread) ;)
DOL Developer Team
Quick links: Support | Bug Tracker | Browse SVN

Do you like this project and are you a shard admin/developer?
Then please pick up a task from the Missing Features List.
User avatar
ZioRed
Inactive Staff Member
 
Posts: 460
Joined: Thu Dec 29, 2005 11:08 am
Website: http://ziored.spaces.live.com
Location: Italy

Re: MLNPC.cs

Postby Centurio » Tue Nov 06, 2007 9:25 pm

Non ho mai testato i ML sul Dol, però
quanto vedo, sono fatti come Spell, per cui quando li apprendi te li dovresti trovare tra le spell.
Cmq in caso prova con un db più aggiornato http://filebeam.com/d5725404f474e3749023b1ab9fa992f9.
Heavy metal is The law
User avatar
Centurio
DOL Acolyte
 
Posts: 142
Joined: Tue Feb 13, 2007 10:51 pm
Website: http://www.myspace.com/pagandio

Re:

Postby Andriy » Wed Nov 07, 2007 6:15 pm

inoltre ho notato che mancano 2 campi finali in questo sql che io ho nella table e cioè : SharedTimerGroup e IsFocus

C'è un altro modo x addare lista ability senza usare questo script (MLNPC) ?
Il problema riportato nell'errore è proprio questo: nelle righe di INSERT mancano quei 2 campi. La cosa più veloce è fare un replace nel file spell.sql sostituendo ");" (senza doppi apici) con ", 0, 0);" (senza doppi apici)

Stexx, ho controllato SQL per gli ML.. Vanno bene tutti tranne le spell, dove mancano 2 campi della tabella che sono stati aggiunti qualche revisione fa.. Quindi ho corretto SQL delle spell, aggiornando al database attuale.. Con questa spell non dovresti avere problemi nemmeno quando vengono aggiunte altre tabelle ammeno che queste non ricchiederano un valore obbligatori. :D

Di seguito ti riport SQL corretto..
Code: Select all
INSERT INTO `spell` (`Spell_ID`, `SpellID`, `ClientEffect`, `Icon`, `Name`, `Description`, `Target`, `Range`, `Power`, `CastTime`, `Damage`, `DamageType`, `Type`, `Duration`, `Frequency`, `Pulse`, `PulsePower`, `Radius`, `RecastDelay`, `ResurrectHealth`, `ResurrectMana`, `Value`, `Concentration`, `LifeDrainReturn`, `AmnesiaChance`, `Message1`, `Message2`, `Message3`, `Message4`, `InstrumentRequirement`, `SpellGroup`, `EffectGroup`, `SubSpellID`, `MoveCast`, `Uninterruptible`, `HealthPenalty`, `IsFocus`, `SharedTimerGroup`, `IsPrimary`, `IsSecondary`, `AllowBolt`) VALUES
('ML_Banelord_01', 7261, 7261, 7261, 'Zone of Unmana', 'Decrease Targets Castspeed of the given amount', 'Enemy', 0, 0, 0, 0, 0, 'CastingSpeedDebuff', 20, 0, 0, 0, 700, 300, 0, 0, 50, 0, 0, 0, '', '', '', '', 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_Banelord_02', 7262, 7262, 7262, 'Primal Agony', 'Deals 10% Damage to all Enemys in Range', 'Enemy', 0, 0, 0, 0, 0, 'PBAEDamage', 0, 0, 0, 0, 750, 300, 0, 0, 10, 0, 0, 0, '', '', '', '', 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_Banelord_03', 7264, 7264, 7264, 'Oppression', 'Point blank area effect shout that decreases enemies'' maximum encumbrance by 75%', 'Enemy', 0, 0, 0, 0, 0, 'Oppression', 20, 0, 0, 0, 750, 300, 0, 0, 75, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Banelord_04', 7263, 7263, 7263, 'Inexorable Defeat', 'Increase the Endu usage of the Target', 'Enemy', 0, 0, 0, 0, 0, 'MLFatDebuff', 30, 0, 0, 0, 750, 300, 0, 0, 50, 0, 0, 0, '', '', '', '', 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_Banelord_05', 7274, 7274, 7274, 'Tactical Insight', 'Grants a Chance to launch more hits to all targets in range', 'Realm', 0, 0, 0, 0, 0, 'MissHit', 30, 0, 0, 0, 1500, 300, 0, 0, 25, 0, 0, 0, '', '', '', '', 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_Banelord_06', 7276, 7276, 7276, 'Snaring Tendrils of Power', 'Snares all targets in Range', 'Enemy', 0, 0, 0, 0, 0, 'MLUnbreakableSnare', 10, 0, 0, 0, 700, 300, 0, 0, 50, 0, 0, 0, '', '', '', '', 0, NULL, NULL, 7294, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_Banelord_06_Subspell', 7294, 7294, 7294, 'Snaring Tendrils of Power', '', 'Self', 0, 0, 0, 0, 0, 'UnrresistableNonImunityStun', 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Banelord_07', 7287, 7287, 7287, 'Chaotic Power', 'Grants a to Hit chance to all targets in range', 'Realm', 0, 0, 0, 0, 0, 'ToHitBuff', 30, 0, 0, 0, 1500, 300, 0, 0, 50, 0, 0, 0, '', '', '', '', 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_Banelord_08', 7260, 7260, 7260, 'Agony Transmission', 'Drains 30% Power/End/Life from all targets in range and deals 90% Damage to the Caster', 'Enemy', 0, 0, 0, 75, 0, 'PBAEDamage', 0, 0, 0, 0, 750, 600, 0, 0, 30, 0, 0, 0, '', '', '', '', 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_Banelord_09', 7296, 7296, 7296, 'Demoralization', 'Lowers the Effectiveness of the Targets in Range', 'Enemy', 0, 0, 0, 0, 0, 'EffectivenessDebuff', 30, 0, 0, 0, 750, 300, 0, 0, 25, 0, 0, 0, '', '', '', '', 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_Banelord_10', 7306, 7306, 7306, 'Banespike', 'Grants the Target a Damageboost', 'Realm', 0, 0, 0, 0, 0, 'Banespike', 10, 0, 0, 0, 500, 300, 0, 0, 15, 0, 0, 0, '', '', '', '', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Battlemaster-ML1', 32020, 7232, 0, 'Sapping Strike', '', 'Enemy', 350, 0, 0, 25, 0, 'MLEndudrain', 0, 0, 0, 0, 350, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Battlemaster-ML10', 32025, 7292, 7292, 'Essence Shatter', '', 'Enemy', 350, 0, 0, 0, 0, 'RandomBuffShear', 0, 0, 0, 0, 0, 0, 0, 0, 150, 0, 0, 0, '', '', '', '', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Battlemaster-ML2', 7267, 7267, 7267, 'Faultfinder', 'Increases Damage against Keepcomponents', 'Self', 0, 0, 0, 0, 0, 'KeepDamageBuff', 30, 0, 0, 0, 0, 120, 0, 0, 5, 0, 0, 0, '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Battlemaster-ML3', 32021, 7231, 0, 'Power Leak', '', 'Enemy', 350, 0, 0, 100, 0, 'MLManadrain', 0, 0, 0, 0, 350, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Battlemaster-ML4', 7275, 7275, 7275, 'Grapple', '', 'Enemy', 350, 0, 0, 0, 0, 'Grapple', 10, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, NULL, NULL, 33115, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Battlemaster-ML4_Sub', 7092, 7092, 7092, 'Grapple Stun', '', 'Self', 0, 0, 0, 0, 0, 'UnrresistableNonImunityStun', 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Battlemaster-ML5', 32022, 7285, 7285, 'Essence Flames', '', 'Self', 350, 0, 0, 0, 0, 'OffensiveProc', 15, 10, 0, 0, 350, 0, 0, 0, 33069, 0, 0, 0, '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Battlemaster-ML5_Sub', 7286, 7286, 7286, 'Essence Flames Proc', '', 'Enemy', 350, 0, 0, 80, 0, 'DirectDamage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Battlemaster-ML7', 32023, 7290, 7290, 'Essence Sear', '', 'Enemy', 350, 0, 0, 0, 0, 'EssenceSear', 0, 0, 0, 0, 350, 0, 0, 0, 15, 0, 0, 0, '', '', '', '', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Battlemaster-ML8', 7352, 0, 7249, 'Bodyguard', 'Ability that protects a groupmate from enemy melee attack. Target of Bodyguard can''t be attacked by melee until the bodyguard is killed or moves out of range. Target of Bodyguard must not be moving.', 'Realm', 0, 0, 0, 0, 0, 'BodyguardHandler', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Battlemaster-ML9', 32024, 7291, 7291, 'Essence Dampen', '', 'Enemy', 350, 0, 0, 0, 0, 'DexterityQuicknessDebuff', 10, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Battlemaster_6', 7293, 7293, 7293, 'Throw Weapon', 'A ranged attack using melee damage formulas; cannot attack with normal melee for 10 seconds afterwards.', 'Enemy', 700, 0, 0, 120, 0, 'DoomHammer', 10, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
('ML_Battlemaster_proc_1', 17001, 7232, 7232, 'Sapping Strike', 'Point blank area effect that drains the fatigue of enemies in the radius by 25%.', 'Enemy', 350, 0, 0, 0, 0, 'SappingStrikeProc', 0, 0, 0, 0, 0, 0, 0, 0, 350, 0, -25, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
('ML_Battlemaster_proc_10', 17006, 7292, 7292, 'Essence Shatter', 'Point blank area of effect that randomly dispels one positive effect from nearby enemies. Chains off Essence Dampen.', 'Enemy', 350, 0, 0, 0, 0, 'EssenceShatterProc', 0, 0, 0, 0, 0, 0, 0, 0, 350, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
('ML_Battlemaster_proc_3', 17002, 7231, 7231, 'Power Leak', 'Point blank area effect power drain, which drains the power of enemies within the radius.', 'Enemy', 350, 0, 0, 0, 0, 'PowerLeakProc', 0, 0, 0, 0, 0, 0, 0, 0, 350, 0, -10, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
('ML_Battlemaster_proc_5', 17003, 7285, 7285, 'Essence Flames', 'Buff, giving the subject a 10% chance to gain bonus essence damage when attacking in melee combat.', 'Enemy', 350, 0, 0, 0, 0, 'EssenceFlamesProc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7286, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
('ML_Battlemaster_proc_7', 17004, 7290, 7290, 'Essence Sear', 'Point blank area of effect resistance debuff of 15% to Essence magic. Chains off Essence Flames.', 'Enemy', 350, 0, 0, 0, 0, 'EssenceSearProc', 0, 0, 0, 0, 0, 0, 0, 0, 350, 0, 15, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
('ML_Battlemaster_proc_9', 17005, 7291, 7291, 'Essence Dampen', 'Point blank area of effect that reduces the agility of enemy targets by 15%.', 'Enemy', 350, 0, 0, 0, 0, 'EssenceDampenProc', 0, 0, 0, 0, 0, 0, 0, 0, 350, 0, 15, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
('ML_Battlemaster_Style_ML1', 7232, 7232, 7232, 'Sapping Strike', '', 'Enemy', 350, 0, 0, 0, 0, 'StyleHandler', 0, 0, 0, 0, 0, 0, 0, 0, 403, 0, 0, 0, '', '', '', '', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Battlemaster_Style_ML10', 7292, 7292, 7292, 'Essence Shatter', '', 'Enemy', 350, 0, 0, 0, 0, 'StyleHandler', 0, 0, 0, 0, 0, 0, 0, 0, 407, 0, 0, 0, '', '', '', '', NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Battlemaster_Style_ML3', 7231, 7231, 7231, 'Power Leak', '', 'Enemy', 350, 0, 0, 0, 0, 'StyleHandler', 0, 0, 0, 0, 0, 0, 0, 0, 404, 0, 0, 0, '', '', '', '', NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Battlemaster_Style_ML5', 7285, 7285, 7285, 'Essence Flames', '', 'Enemy', 350, 0, 0, 0, 0, 'StyleHandler', 0, 0, 0, 0, 0, 0, 0, 0, 401, 0, 0, 0, '', '', '', '', NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Battlemaster_Style_ML7', 7290, 7290, 7290, 'Essence Sear', '', 'Enemy', 350, 0, 0, 0, 0, 'StyleHandler', 0, 0, 0, 0, 0, 0, 0, 0, 405, 0, 0, 0, '', '', '', '', NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Battlemaster_Style_ML9', 7291, 7291, 7291, 'Essence Dampen', '', 'Enemy', 350, 0, 0, 0, 0, 'StyleHandler', 0, 0, 0, 0, 0, 0, 0, 0, 406, 0, 0, 0, '', '', '', '', NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Convoker_1', 7311, 7268, 7268, 'Summon Wood', ' Spell that summons 100 ironwood (common) or duskwood (rare) boards of wood usable for upgrading and repairing keep doors and walls.', 'Self', 0, 0, 0, 0, 0, 'SummonWood', 0, 0, 0, 0, 0, 120, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Convoker_10', 7319, 7319, 7319, 'Crystal Titan', 'Summons a large statue pet, purple con, with high attack. Will only attack realm enemies - enemy players, pets, guards, and structures. Titan does not move and will only attack those within melee range.', 'Area', 2300, 0, 2, 0, 0, 'SummonTitan', 300, 0, 0, 0, 0, 1800, 0, 0, 0, 0, 122, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Convoker_2', 7271, 7271, 7271, 'Prescience Node', 'Creates a crystal globe that can reveal nearby stealthers. Prescience Node has 50 hit points and can be attacked and destroyed.', 'Self', 0, 30, 18, 0, 0, 'PrescienceNode', 600, 50, 0, 0, 0, 300, 5, 0, 50, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Convoker_3', 7252, 7252, 7252, 'Power Trap', 'Rune that drains power from enemies when it detonates (works only on enemies that have a power pool).', 'Self', 0, 30, 4, -25, 0, 'PowerTrap', 600, 30, 0, 0, 0, 300, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_Convoker_4', 7236, 7236, 7236, 'Speedwarp', 'Cancels speed of any enemies who come in range. Those affected cannot gain the benefit of speed spells for 6 seconds after leaving the speedwarp radius.', 'Self', 0, 0, 2, 0, 0, 'SpeedWrapWard', 300, 60, 0, 0, 0, 300, 6, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Convoker_5', 7238, 7238, 7238, 'Summon Warcrystal', 'Summons siege ammunition into the user''s inventory. The 10 pieces of ammunition (either grapeshot, bullets, balls of ice, or catapult stones) have the same effect as store-bought ammo.', 'Self', 0, 0, 13, 0, 0, 'SummonWarcrystal', 0, 0, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Convoker_6', 7250, 7250, 7250, 'Battlewarder', 'Summons a "pet" with a powerful attack but which cannot move or attack at range. Drains power from the caster. Ground-targetted cast. Other pets can be up at the same time as a Battlewarder, and multiple Battlewarders can be up at once.', 'Self', 2300, 0, 1, 0, 0, 'Battlewarder', 600, 0, 0, 0, 0, 120, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Convoker_7', 7254, 7254, 7254, 'Dissonance Trap', 'Rune that does 40% essence damage to the enemy when it detonates.', 'Self', 0, 0, 20, 350, 0, 'DissonanceTrap', 1200, 30, 0, 0, 0, 300, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_Convoker_8', 7317, 7249, 7249, 'Brittle Guard', 'Creates a pet that will intercept melee attacks against the caster. Pet has only a single hit point and so dies after intercepting a hit.', 'Self', 0, 0, 2, 0, 0, 'BriddleGuard', 300, 0, 0, 0, 0, 300, 0, 0, 0, 0, 120, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Convoker_9', 7318, 7318, 7318, 'Summoning Mastery', 'Boosts effective level of pets to determine enemy damage variance for spells and melee. Effects one targeted pet that you control.', 'Pet', 0, 0, 0, 0, 0, 'SummonMastery', 300, 0, 0, 0, 0, 600, 0, 0, 250, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_EssenceFlare', 40013, 2643, 0, 'Essence Flare', 'Target is stunned and cannot move or take any other action for the duration of the spell. If the target suffers any damage or other negative effect the spell will break.', 'Enemy', 1500, 0, 0, 0, 14, 'Mesmerize', 15, 0, 0, 0, 300, 0, 0, 0, 51, 0, 0, 0, 'You are mesmerized.', '{0} is entranced.', '', '', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Perfecter11', 7247, 4593, 4593, 'Font of Endurance', 'Ward that regenerates endurance', 'Self', 0, 0, 0, 0, 0, 'FOE', 600, 50, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
('ML_Perfecter_1', 7239, 7239, 7239, 'Purging Wave', 'Cure all members of your group who are diseased.', 'Group', 2000, 30, 2, 0, 0, 'CureDisease', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Perfecter_10', 7299, 7299, 7299, 'Rampant Healing', 'Self buff shout that allows the next group heal spell to have a radius. Radius is centered around the healer only, not the group members. 350 unit radius. Does not work with spread heal. Buff lasts for 30 seconds.', 'Self', 0, 0, 0, 0, 0, 'TargetModifier', 30, 0, 0, 0, 0, 600, 0, 0, 1, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Perfecter_2', 7206, 7206, 7206, 'Purify Vision', 'Cure all members of your group who have Nearsight', 'Group', 1500, 30, 4, 0, 0, 'CureNearsight', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Perfecter_3', 7244, 7244, 7244, 'Sphere of Rejuvenation', 'Creates a sphere at the caster''s feet which heals up to 40 nearby allies for 125 per tick (ticks every 5 seconds or so). Sphere can be attacked but has a lot of hit points. Healing done by the Sphere gets aggro for the caster in PvE.', 'Self', 0, -19, 15, 0, 0, 'FOH', 600, 50, 0, 0, 0, 300, 5, 50, 150, 0, 0, 0, '', '', '', '', 0, 0, 0, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_Perfecter_4', 7242, 0, 0, 'Greatness', 'Increases concentration pool by 20%. Does not allow more than 20 concentration-based buffs to be cast. Passive effect.', 'Self', 0, 0, 0, 0, 0, 'PassiveSpell', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Perfecter_5', 7211, 7211, 7211, 'Font of Power', 'Creates a sphere at the caster''s feet which regenerates power of up to 40 nearby allies. +3 power regeneration field. Sphere does not affect those that have been in PvE combat in the last 10 seconds.', 'Self', 0, -19, 5, 0, 0, 'FOP', 600, 50, 0, 0, 0, 300, 5, 50, -10, 0, 0, 0, '', '', '', '', 0, 0, 0, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_Perfecter_6', 7213, 7213, 7213, 'Determination Ward', 'Ward which reduces the effect of crowd control spells on allies within its influence. Approximately a 7% reduction in CC duration.', 'Self', 0, -19, 15, 0, 0, 'FOR', 600, 50, 0, 0, 0, 300, 5, 0, 20, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_Perfecter_7', 7240, 7240, 7240, 'Leaping Health', 'Self buff shout that allows the next heal spell cast to have a radius. Next heal will have a 350 unit radius and will heal all allies within that many units of the target. Buff disappears after 30 seconds or after a heal is cast.', 'Self', 0, 0, 0, 0, 0, 'TargetModifier', 30, 0, 0, 0, 0, 300, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Perfecter_8', 7246, 7246, 7246, 'Restore the Soul', 'Cures resurrection sickness in a single target and costs 33% of your Power. Works on the new RvR-specific resurrection sickness.', 'Realm', 1500, -10, 13, 0, 0, 'SickHeal', 0, 0, 0, 0, 0, 120, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, 8, 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Perfecter_9', 7309, 7309, 7309, 'Dissonating Ward', 'Ward which drains power from enemies who stand within its radius.', 'Self', 0, -19, 13, -10, 0, 'FOD', 600, 30, 0, 0, 0, 300, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, 9, 0, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_sojourner_1', 7256, 0, 0, 'Unburdened Warrior', 'Passive ability that increases maximum encumbrance by 25%. Passive effect.', 'Self', 0, 0, 0, 0, 0, 'PassiveSpell', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Sojourner_10', 7202, 7202, 7202, 'Mass Gateway', 'Teleports the user''s entire group to the user''s last bind point (does not send individual group members to their own bind points). No group members can be in combat for the spell to work', 'Group', 1000, 0, 40, 0, 0, 'Port', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_sojourner_2', 7226, 7226, 7226, 'Unending Breath', 'Spell which allows group members to swim at 100% of normal speed for 30 minutes. Can be cast as many times as necessary if group members lose the buff (after dying, for example), or new players join the group. Players keep the buff after leaving the group.', 'Group', 1500, 0, 2, 0, 0, 'WaterBreathing', 1800, 0, 0, 0, 0, 0, 0, 0, 154, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_sojourner_3', 7204, 7204, 7204, 'Reveal Crystalseed', 'Reveal all enemy runes around your ground target. 1 second cast time; unstealths user.', 'Area', 2300, 0, 2, 0, 0, 'NULL', 0, 0, 0, 0, 500, 0, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_sojourner_4', 7284, 7284, 7284, 'Unmake Crystalseed', 'Destroys targetted rune and runes within 1000 units of the targetted rune.', 'Realm', 1500, 0, 2, 0, 0, 'UnmakeCrystalseed', 0, 0, 0, 0, 1000, 0, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_sojourner_5', 7235, 7235, 7235, 'Ancient Transmuter', 'Summons a merchant that sells arrows and poisons and will buy normal merchant-sellable loot.', 'Self', 0, 0, 2, 0, 0, 'AncientTransmuter', 120, 0, 0, 0, 0, 1800, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_sojourner_6', 7201, 7201, 7201, 'Gateway', 'Teleports the user to their current bind point.', 'Self', 0, 0, 20, 0, 0, 'Groupport', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_sojourner_7', 7278, 7278, 7278, 'Resistance of the Ancients', 'Gives the user''s group increased resistance to essence-based attacks, which most ML Abilities use.', 'Group', 2000, 0, 3, 0, 0, 'NULL', 1200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Sojourner_8', 7229, 7229, 7229, 'Forceful Zephyr', '', 'Enemy', 2000, 0, 0, 0, 0, 'Zephyr', 0, 0, 0, 0, 0, 600, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Sojourner_9', 7298, 7298, 7298, 'Phaseshift', '', 'Self', 0, 0, 0, 0, 0, 'Phaseshift', 10, 0, 0, 0, 0, 420, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Spymaster_1', 7356, 0, 0, 'Pickpocket', 'Passive ability that results in an extra 20% cash or so from enemies.', 'Self', 0, 0, 0, 0, 0, 'PassiveSpell', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Spymaster_10', 7207, 7207, 7207, 'Blanket of Camouflage', 'Stealths all group members nearby. A group member''s stealth will disappear if they move or make any offensive action, unless they are a stealther, in which case normal stealth rules apply.', 'Group', 1500, 0, 20, 0, 0, 'BlanketOfCamouflage', 600, 0, 0, 0, 0, 600, 0, 0, 750, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Spymaster_2', 7221, 7221, 7221, 'Decoy', 'Summons a decoy which looks like a realm mate of random class and realm rank, wearing Epic armor. Decoy has only one hit point. No name will show in the target box when the decoy is targetted. Can be cast instantly and does not reset the stealth timer.', 'Self', 0, 0, 0, 0, 0, 'Decoy', 600, 0, 0, 0, 0, 120, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Spymaster_3', 7251, 0, 0, 'Enduring Poison', 'Passive ability that gives a 15% a poison won''t be removed from a weapon.', 'Self', 0, 0, 0, 0, 0, 'PassiveSpell', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Spymaster_4', 7279, 7279, 7279, 'Sabotage', 'Short range ability that destroys a targeted ward.', 'Enemy', 300, 0, 2, 0, 0, 'Sabotage', 0, 0, 0, 0, 0, 120, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Spymaster_5', 7219, 7219, 7219, 'Tanglesnare', 'Rune that snares enemies when it detonates. Breaks stealth when cast.', 'Self', 0, 0, 0, 0, 0, 'TangleSnare', 1200, 30, 0, 0, 0, 300, 30, 0, 50, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_Spymaster_6', 7280, 7280, 7280, 'PoisonSpike', 'Rune that poisons enemies when it detonates. Breaks stealth when cast.', 'Self', 0, 0, 0, 110, 10, 'PoisonSpike', 1200, 30, 0, 0, 0, 300, 30, 30, 50, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_Spymaster_7', 7351, 7351, 7351, 'Lookout', 'User can''t move, but any stealthed enemy moving within 350 bonus radius is exposed along with the watcher. Target of lookout must be sitting and not move. Once you move, the effect breaks and normal stealth detection range applies.', 'Realm', 350, 0, 0, 0, 0, 'Loockout', 65535, 0, 0, 0, 0, 0, 0, 0, 350, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Spymaster_8', 7300, 7300, 7300, 'Siege Wrecker', 'Rune that does 3000 damage to siege engines (damage may vary depending on the type of siege engine) when it detonates. Breaks stealth when cast.', 'Self', 0, 0, 0, 60000, 1, 'SiegeWrecker', 1200, 30, 0, 0, 0, 300, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Spymaster_9', 7208, 7208, 7208, 'Essence Flare', 'Summons a single-application poison that has a 1850 unit radius AE mez with a 15 second duration. Poison lasts after logging, can be used regardless of Envenom spec, and is no-trade. Mez effect is on the matter resist.', 'Self', 0, 0, 2, 0, 0, 'EssenceFlare', 0, 0, 0, 0, 0, 1800, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_stormlord_1', 7209, 7209, 7209, 'Dazzling Array', 'Beneficial storm that makes it 5% harder for enemies to hit allies inside it.', 'Self', 0, 30, 20, 0, 0, 'DazzlingArray', 600, 100, 0, 0, 0, 300, 10, 0, 5, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_stormlord_10', 7248, 7248, 7248, 'ArcingPower', 'Self buff that gives the next single-target spell more range or the next AE spell a greater radius. Buff lasts for 60 seconds and disappears when a damage spell is cast. Instant cast.', 'Self', 0, 0, 0, 0, 0, 'TargetModifier', 60, 0, 0, 0, 0, 300, 0, 0, 2, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_stormlord_2', 7227, 7227, 7227, 'Vacuum Vortex', 'GTAE effect that pushes nearby storms away from the center of the vortex, toward a random point at the edge of the vortex.', 'Area', 2300, 30, 3, 0, 0, 'VacuumVortex', 0, 0, 0, 0, 350, 0, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_stormlord_3', 7272, 7272, 7272, 'Enervating Gas', 'Storm which drains fatigue from nearby enemies.', 'Self', 0, 30, 20, -10, 0, 'EnervatingGas', 600, 30, 0, 0, 0, 300, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_stormlord_4', 7257, 7257, 7257, 'Inebriating Fumes', 'Storm which reduces coordination (dexterity and quickness) of enemies that stand in it. The longer enemies remain in the cloud, the more Dex/Quick they lose. Storm "ticks" every 3 seconds or so. Debuffs fade after someone has been out of the cloud for 10 seconds.', 'Self', 0, 30, 20, 0, 0, 'InebriatingFumes', 600, 30, 0, 0, 0, 300, 3, 0, 15, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_stormlord_5', 7302, 7302, 7302, 'Mental Siphon', 'Storm that drains power from enemies that remain nearby. Each tick removes ~5% power, storm ticks every 3 seconds or so.', 'Self', 0, 30, 20, -15, 0, 'MentalSiphon', 600, 30, 0, 0, 0, 300, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_stormlord_6', 7205, 7205, 7205, 'Focusing Winds', 'Can be cast on a friendly storm to hold it in place (counter to Vacuum Vortex).', 'Realm', 1500, 0, 10, 0, 0, 'FocusingWinds', 65535, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_stormlord_7', 7222, 7222, 7222, 'Choking Vapors', 'Storm which physically weakens (reduces strength and constitution) of enemies that stand in it. The longer enemies remain in the cloud, the more Str/Con they lose. Storm "ticks" every 3 seconds or so. Debuffs fade after someone has been out of the cloud for 10 seconds.', 'Self', 0, 30, 20, 0, 0, 'ChokingVapors', 600, 30, 0, 0, 0, 300, 3, 0, 15, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_stormlord_8', 7304, 7304, 7304, 'Sense Dulling Cloud', 'Storm which mentally weakens (reduces acuity) of enemies that stand in it. The longer enemies remain in the cloud, the more Acuity they lose. Storm "ticks" every 3 seconds or so. Debuffs fade after someone has been out of the cloud for 10 seconds.', 'Self', 0, 30, 20, 0, 0, 'SenseDullingCloud', 600, 30, 0, 0, 0, 300, 3, 0, 15, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_stormlord_9', 7215, 7215, 7215, 'Energy Tempest', 'Storm which wracks the enemy with essence damage (only works in RvR). Caster of storm will be considered in combat when the storm does damage, for things like speed spells and Font of Power.', 'Self', 0, 30, 20, 90, 10, 'EnergyTempest', 600, 30, 0, 0, 0, 300, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ml_Warlord_02', 7269, 7269, 7269, 'Bolstering Battlecry', 'Heals all Realm Members in Range 10% Life/Power/Endurance', 'Realm', 0, 0, 0, 0, 0, 'PBAEHeal', 0, 0, 0, 0, 750, 300, 0, 0, 10, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ml_Warlord_04', 7308, 7308, 7308, 'Resillient Will', 'Point blank area effect shout that increases the enemy''s chance of missing nearby allies by 5% for one attack.', 'Enemy', 0, 0, 0, 0, 0, 'MissHit', 30, 0, 0, 0, 750, 300, 0, 0, 5, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ml_Warlord_05', 7265, 7265, 7265, 'Guided Strike', 'Point blank area effect shout that increases allies'' chance of getting a critical hit on their next attack by 10%.', 'Realm', 0, 0, 0, 0, 0, 'Critical', 30, 0, 0, 0, 750, 300, 0, 0, 10, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ml_Warlord_06', 7277, 7277, 7277, 'Energizing Aura', 'Point blank area effect shout that gives a 50% fatigue cost discount to nearby allies', 'Realm', 0, 0, 0, 0, 0, 'FatigueConsumptionBuff', 30, 0, 0, 0, 750, 300, 0, 0, 50, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ml_Warlord_08', 7289, 7289, 7289, 'Defending Martyr', 'Point blank area effect heal that costs the user 90% of their hit points, but heals all allies for 1000 hit points.', 'Realm', 0, 0, 0, 0, 1, 'PBAEHeal', 0, 0, 0, 0, 0, 300, 0, 0, 90, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ml_Warlord_09', 7295, 7295, 7295, 'Leadership', 'Point blank area effect shout that boosts by 15% the effective level of allies for determining damage variance of spell and melee damage. Only effects attacks from enemy realm players or enemy realm controlled pets.', 'Realm', 0, 0, 0, 0, 0, 'EffectivenessBuff', 20, 0, 0, 0, 750, 300, 0, 0, 25, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_Warlord_1', 7355, 7355, 0, 'Siege Master', 'Passively decreases all siege timers - load, aim, and fire - by 30%. Passive effect', 'Self', 0, 0, 0, 0, 0, 'PassiveSpell', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
('ml_Warlord_10', 7307, 7307, 7307, 'Warguard', 'Point blank area effect shout that reduces damage of melee attacks on nearby allies by 25%.', 'Realm', 0, 0, 0, 0, 0, 'MLABSBuff', 40, 0, 0, 0, 750, 600, 0, 0, 25, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),
('ML_Warlord_3', 7203, 7203, 7203, 'Cowering Bellow', 'Bellow Point blank area effect shout that sends realm enemy monsters running', 'Enemy', 0, 0, 0, 0, 0, 'CoweringBellow', 20, 0, 0, 0, 1500, 300, 0, 0, 0, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
('ML_Warlord_7', 7259, 7259, 7259, 'Cleansing Aura', 'Point blank area effect shout which reduces the effect of damage-over-time spells by 40%.', 'Realm', 0, 0, 0, 0, 0, 'CleansingAura', 60, 0, 0, 0, 700, 120, 0, 0, 40, 0, 0, 0, 'NULL', 'NULL', 'NULL', 'NULL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL);
Fammi sapere se vabene..
Scappo, ciao a tutti...
User avatar
Andriy
DOL Experienced
 
Posts: 173
Joined: Mon Jan 02, 2006 10:44 pm

Re: Re:

Postby Stephen » Sat Nov 10, 2007 5:58 pm

Fammi sapere se vabene..
Scappo, ciao a tutti...
Sisi thx sono riuscito a mettere i valori corretti nella table... rimane cmq il problema.

Il master NPC script nn aggiunge la linea masterlevel e cmq nn vengono riconosciute le spell .
Evolution Admin&Developer

http://evolution-daoc.enjin.com/
Stephen
Server Representative
 
Posts: 253
Joined: Sun Oct 14, 2007 8:09 am

Re: Re: ..

Postby Andriy » Tue Nov 13, 2007 3:34 pm

Sisi thx sono riuscito a mettere i valori corretti nella table... rimane cmq il problema.

Il master NPC script nn aggiunge la linea masterlevel e cmq nn vengono riconosciute le spell .
Controlla bene il database.. La causa è quella..
Ho provato in locale i masterlevel, e mi aggiunge tutte le linee...
User avatar
Andriy
DOL Experienced
 
Posts: 173
Joined: Mon Jan 02, 2006 10:44 pm

Re: MLNPC.cs

Postby Centurio » Wed Nov 14, 2007 3:47 pm

Prova ad aggiornare la revisione del server, all'ultima disponibile, con il Db più aggiornato possibile per evitare problemi di incopatibilità.
Perchè come dice Andriy le ML fungono... ed il tuo errore è proprio nel Db.
Heavy metal is The law
User avatar
Centurio
DOL Acolyte
 
Posts: 142
Joined: Tue Feb 13, 2007 10:51 pm
Website: http://www.myspace.com/pagandio

Re: MLNPC.cs

Postby Stephen » Wed Nov 14, 2007 6:07 pm

Sisi thx sono riuscito a mettere i valori corretti nella table... rimane cmq il problema.

Il master NPC script nn aggiunge la linea masterlevel e cmq nn vengono riconosciute le spell .
Controlla bene il database.. La causa è quella..
Ho provato in locale i masterlevel, e mi aggiunge tutte le linee...
Prova ad aggiornare la revisione del server, all'ultima disponibile, con il Db più aggiornato possibile per evitare problemi di incopatibilità.
Perchè come dice Andriy le ML fungono... ed il tuo errore è proprio nel Db.
Ho upgradato le revisione e usato il database rev818 che ho trovato qua sul forum.

Niente...avete dei database piu aggiornati o le table corrette da linkarmi pls ?
Evolution Admin&Developer

http://evolution-daoc.enjin.com/
Stephen
Server Representative
 
Posts: 253
Joined: Sun Oct 14, 2007 8:09 am


Return to “%s” Italiano

Who is online

Users browsing this forum: No registered users and 0 guests