elite*gold: 808
Join Date: Jul 2010
Posts: 7,984
Received Thanks: 1,652
|
Das geht. Gerade auf meinem gemacht. Da ich einfach zu nett bin, habe ich für Dich eine SQL herausgesucht. Diese besteht wie folgt:
Code:
-- Geschrieben von Roca
-- Geschrieben für www.wow-studio.net
REPLACE INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction_A`, `faction_H`, `npcflag`, `scale`, `rank`, `mindmg`, `maxdmg`, `dmgschool`, `attackpower`, `dmg_multiplier`, `baseattacktime`, `rangeattacktime`, `unit_class`, `unit_flags`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `minrangedmg`, `maxrangedmg`, `rangedattackpower`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `spell1`, `spell2`, `spell3`, `spell4`, `spell5`, `spell6`, `spell7`, `spell8`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `InhabitType`, `Health_mod`, `Mana_mod`, `RacialLeader`, `questItem1`, `questItem2`, `questItem3`, `questItem4`, `questItem5`, `questItem6`, `movementId`, `RegenHealth`, `equipment_id`, `mechanic_immune_mask`, `flags_extra`, `ScriptName`) VALUES (40001, 0, 0, 0, 0, 0, 657, 0, 657, 0, 'Rynas', 'Lehrer für fehlende Spells', '', 0, 80, 80, 0, 35, 35, 16, 1, 0, 1000, 2000, 0, 1000, 20, 2000, 2000, 2, 0, 8, 0, 2, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 3, 10, 10, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 2, '');
DELETE FROM `npc_trainer` WHERE (`entry`=40001);
INSERT INTO `npc_trainer` (entry, spell, spellcost, reqskill, reqskillvalue, reqlevel) VALUES
(40001, 71, 10000, 0, 0, 0),
(40001, 355, 10000, 0, 0, 0),
(40001, 688, 10000, 0, 0, 0),
(40001, 691, 10000, 0, 0, 0),
(40001, 697, 10000, 0, 0, 0),
(40001, 712, 10000, 0, 0, 0),
(40001, 883, 10000, 0, 0, 0),
(40001, 982, 10000, 0, 0, 0),
(40001, 1515, 10000, 0, 0, 0),
(40001, 2458, 10000, 0, 0, 0),
(40001, 2641, 10000, 0, 0, 0),
(40001, 5394, 10000, 0, 0, 0),
(40001, 5487, 10000, 0, 0, 0),
(40001, 6795, 10000, 0, 0, 0),
(40001, 6807, 10000, 0, 0, 0),
(40001, 6991, 10000, 0, 0, 0),
(40001, 7328, 10000, 0, 0, 0),
(40001, 8071, 10000, 0, 0, 0);
Du kannst die Gestalt beliebig verändern.
PS: Neuer NPC mit allen, fehlenden Spalls.
Quelle:
|