Emulator Server Releases This section is for all releases regarding Emu servers.
[NO QUESTIONS HERE]
09-02-2009
The Melancholy
Legendary User Join Date: Sep 2007
Location: England
Posts: 1,724
Nominated 70 Times in 5 Posts
TOTM/W Award(s): 1
Reputation: 686
Points: 10,508, Level: 12
Level up: 59%, 492 Points needed
[Release] Fast Paced Interactive Boss
Information: You start of with a Boss in the middle of a room being held prison by four Beacons holding him in place. If you stand on one of the beacons however, it is interupted. When all 4 beacons are not channeling anymore the Boss is free and so attacks you. The beacons will change size constantly, standing on the large beacons allows you to do heavy damage to the boss, without which he would be almost impossible to defeat. Of course it isn't that simple, for you see as the fight progresses the beacons will start randomly switching around and moving, while the boss is knocking you back, pulling you towards him and various other things. Be warned, this is not an easy fight!
From the script you can choose whether to be on easy mode (3-5 people) or hard mode (10+) on which he has different tactics, for example on hard mode he will sometimes put up a shield that reflects spells, and if a beacon shoots at him it will kill it's self in the proccess.
This was written for the GuaEngine in 3.0.9 ArcEmu and also tested in 3.1 Aspire. Good luck and have fun! Video: Script : [Only registered and activated users can see links. ] You must spawn the boss (.npc spawn 1834150) at .worldport 0 -11214 -1764 -28 Sql: ArcEmu: Code:
insert into `creature_names` (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`) values('1834150','Pandonium','The Shadow','','0','3','0','3','0','0','19338','19338','0','0','1','1',NULL,NULL);
insert into `creature_names` (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`) values('1834149','Beacon','','','0','0','0','0','0','0','20900','20900','0','0','1','1',NULL,NULL);
insert into `creature_names` (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`) values('1834148','Beacon','','','0','0','0','0','0','0','20900','20900','0','0','1','1',NULL,NULL);
insert into `creature_names` (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`) values('1834147','Beacon','','','0','0','0','0','0','0','20900','20900','0','0','1','1',NULL,NULL);
insert into `creature_names` (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`) values('1834146','Beacon','','','0','0','0','0','0','0','20900','20900','0','0','1','1',NULL,NULL);
insert into `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`) values('1834150','83','83','35','3000000','4000000','2600000','0.65','0','1500','0','1509','3022','0','0','0','0','3600000','2048','0','0','0','0','0','0','1','1','','1','20822','0','0','2.5','2.5','2.5','0','0','0','0','0','0','0');
insert into `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`) values('1834149','75','75','35','5','5','99999','2','0','1500','0','1','1','0','0','0','0','360000','503','0','0','0','0','0','0','1','1','','0','0','0','0','2.5','8','14','0','0','0','0','0','0','0');
insert into `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`) values('1834148','75','75','35','5','5','99999','2','0','1500','0','1','1','0','0','0','0','360000','503','0','0','0','0','0','0','1','1','','0','0','0','0','2.5','8','14','0','0','0','0','0','0','0');
insert into `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`) values('1834147','75','75','35','5','5','99999','2','0','1500','0','1','1','0','0','0','0','360000','503','0','0','0','0','0','0','1','1','','0','0','0','0','2.5','8','14','0','0','0','0','0','0','0');
insert into `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`) values('1834146','75','75','35','5','5','99999','2','0','1500','0','1','1','0','0','0','0','360000','503','0','0','0','0','0','0','1','1','','0','0','0','0','2.5','8','14','0','0','0','0','0','0','0');
Aspire (made with wow-v so who knows if it works): Code:
insert into `creature_names` (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`)
values ('1834150', "Pandonium", "The Shadow", '', '0', '3', '0', '3', '0', '0', '19338', '0', '0', '0', '1', '1', '0', '0');
insert into `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `RespawnTime`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`)
values ('1834150', '83', '83', '35', '3000000', '4000000', '4000000', '0.65', '0', '1500', '0', '1500', '3000', '0', '0', '0', '7200000', '0', '0', '0', '0', '0', '0', '0', '0', "0", '1', '570000', '0', '0', '2.50', '8.00', '14.00', '0');
insert into `creature_names` (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`)
values ('1834149', "Beacon", "", '', '0', '9', '0', '0', '0', '0', '20900', '0', '0', '0', '1', '1', '0', '0');
insert into `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `RespawnTime`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`)
values ('1834149', '75', '75', '35', '5', '5', '9999999', '0.65', '0', '1500', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', "0", '0', '0', '0', '0', '2.50', '8.00', '14.00', '0');
insert into `creature_names` (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`)
values ('1834148', "Beacon", "", '', '0', '9', '0', '0', '0', '0', '20900', '0', '0', '0', '1', '1', '0', '0');
insert into `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `RespawnTime`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`)
values ('1834148', '75', '75', '35', '5', '5', '9999999', '0.65', '0', '1500', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', "0", '0', '0', '0', '0', '2.50', '8.00', '14.00', '0');
insert into `creature_names` (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`)
values ('1834147', "Beacon", "", '', '0', '9', '0', '0', '0', '0', '20900', '0', '0', '0', '1', '1', '0', '0');
insert into `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `RespawnTime`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`)
values ('1834147', '75', '75', '35', '5', '5', '9999999', '0.65', '0', '1500', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', "0", '0', '0', '0', '0', '2.50', '8.00', '14.00', '0');
insert into `creature_names` (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`)
values ('1834146', "Beacon", "", '', '0', '9', '0', '0', '0', '0', '20900', '0', '0', '0', '1', '1', '0', '0');
insert into `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `RespawnTime`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`)
values ('1834146', '75', '75', '35', '5', '5', '9999999', '0.65', '0', '1500', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', "0", '0', '0', '0', '0', '2.50', '8.00', '14.00', '0');
Credits: Stoneharry - Script, sql
Kaidos - Testing (in video)
AngelSandy - Idea of karazhan crypts
Hapkidomaster & Sebbe - General feedback + comments
Last edited by stoneharry; 09-04-2009 at 08:47 AM .
Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx.
09-03-2009
Legendary
Legendary User Join Date: Feb 2007
Location: EST
Posts: 2,249
Nominated 8 Times in 4 Posts
Reputation: 975
Points: 27,220, Level: 24
Level up: 2%, 1,680 Points needed
Another INCREDIBLE bossfight. You've outdone yourself stoneharry
09-03-2009
Moderator
Legendary User Join Date: Aug 2008
Location: United Kingdom.
Posts: 2,157
Nominated 36 Times in 10 Posts
Reputation: 782
Points: 19,646, Level: 19
Level up: 24%, 1,154 Points needed
Holy Crap, Epic Release. +4
09-03-2009
Manamana
Join Date: Mar 2008
Location: reflective-arts.com
Posts: 1,703
Nominated 2 Times in 1 Post
Reputation: 427
Level up: 16%, 928 Points needed
Wow. Very nice. I love it.
09-03-2009
Sergeant
Join Date: Nov 2007
Location: near you
Posts: 44
Reputation: 11
Level up: 53%, 235 Points needed
holy crap this is just a total win dude 0-0
x2
09-04-2009
Legendary
Legendary User Join Date: Jun 2007
Location: British Columbia
Posts: 2,413
Nominated 10 Times in 4 Posts
Reputation: 703
Points: 20,990, Level: 20
Level up: 12%, 1,410 Points needed
Fantastic I loved the video + idea overall.
+rep
__________________
Be nice, enjoy MMOwned as a community, and the emu section is da bomb. Need help with emu? Post in the Questions forum and I will answer your replies as soon as I come online!
09-04-2009
Sergeant Major
Join Date: Nov 2008
Posts: 141
Reputation: 56
Level up: 16%, 420 Points needed
Damnn. That's nice.
Edit: Need to spread -_-
Last edited by XxCyanidexX; 09-04-2009 at 01:59 AM .
09-04-2009
Corporal
Join Date: Jun 2009
Posts: 16
Reputation: 5
Level up: 43%, 229 Points needed
.... o.O this is soooo epic ... i never seen something like this
Edit: Need to spread also >.<
09-05-2009
Contributor
Join Date: Dec 2008
Location: Sweden
Posts: 201
Reputation: 112
Level up: 65%, 249 Points needed
Once again a brilliant idea. . Edit: Got to spread.
__________________
Why do I need a signature?
09-05-2009
Contributor
Join Date: Mar 2008
Location: void Home()
Posts: 965
Nominated 1 Times in 1 Post
Reputation: 265
Level up: 60%, 443 Points needed
+love from me dude.
__________________
i saw wut u did thar.
09-06-2009
Contributor
Join Date: Jun 2008
Location: Sweden
Posts: 449
Nominated 2 Times in 1 Post
Reputation: 103
Level up: 96%, 32 Points needed
from me
really nice script there
09-06-2009
Knight-Lieutenant
Join Date: Mar 2008
Location: Denmark
Posts: 330
Reputation: 51
Level up: 11%, 626 Points needed
.. nice idea, but well.. a bit more cinmatic = pure awesomeness damn you xD.. gotta spread
09-07-2009
Banned
Join Date: Oct 2008
Location: MMOwned.com
Posts: 308
Reputation: 33
Level up: 6%, 472 Points needed
This shit is
Also, what spell does he use that like whites out the screen in the vid? EDIT: On CD. Will rep 2morrow
Last edited by insignia96; 09-07-2009 at 02:57 AM .
09-07-2009
The Melancholy
Legendary User Join Date: Sep 2007
Location: England
Posts: 1,724
Nominated 70 Times in 5 Posts
TOTM/W Award(s): 1
Reputation: 686
Points: 10,508, Level: 12
Level up: 59%, 492 Points needed
Quote:
Originally Posted by
insignia96
Also, what spell does he use that like whites out the screen in the vid?
[Only registered and activated users can see links. ]
09-07-2009
Banned
Join Date: Oct 2008
Location: MMOwned.com
Posts: 308
Reputation: 33
Level up: 6%, 472 Points needed
Cool thanks.
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
All times are GMT -4. The time now is 11:33 AM .