[Release] Rhanatos, God of Death menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    Claiver's Avatar Member
    Reputation
    138
    Join Date
    Mar 2009
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Release] Rhanatos, God of Death

    ===| Rhanatos, God of Death |===
    ===| VERSION 1.2 |===

    ---| INTRODUCTION |----------------------------------------------------------------------------------------------------------------------------------
    Hello everyone! I'm Claiver and this is my very first release to MMOwned. I have been an active forumreader for quite a while, but I lost my account information etcetra, and decided to start with a completely new, fresh forum account.
    My very first release contains a raidboss, intended for level 80. Ofcourse you can tweak the script as much as you like, as long as you do not claim it your own :>.
    This script has been 100% made by me, so I'll just take the credit.
    Below you will find a short description of the actual fight, the LUA-script and, if you desire, I have added the SQL's for you too.

    ---| ENCOUNTER DESCRIPTION |-------------------------------------------------------------------------------------------------------------
    First of all I MUST say that 30% of the script is based on the DireMaul instance. Some parts of the code have static XYZ locations for the spawns of some NPCs and GameObjects during the fight. It is highly recommended to spawn Rhanatos in this location. Ofcourse you can tweak and change the locations of the spawns to suit your desired location. At the bottom of this post you will find a picture of Rhanatos' location he is intended to be, according to the script.

    The boss is tuned for level 80 and is intended to be fought by 10 players!

    The fight starts with a short cinematic. The fight consists out of a total of 4 phases. The first phase is triggered at 80% and causes all players to be stunned. Rhanatos will summon a Ghoul for every player in range. At 60% reinforcements will be summoned: 2 Healers that will heal the players, and some adds that aid the actual boss. The third phase is triggered at 40%: 2 altars will be spawned which summon one random add every X seconds.
    The script is configurable in the script.



    ---| DOWNLOAD |----------------------------------------------------------------------------------------------------------------------------------
    Last edited by Claiver; 04-02-2009 at 10:00 AM.

    [Release] Rhanatos, God of Death
  2. #2
    Claiver's Avatar Member
    Reputation
    138
    Join Date
    Mar 2009
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    .SQL VERSION 1.2
    Code:
    /* =============================================================================================
    			RHANATOS .SQL BY CLAIVER
      ============================================================================================== 
    
    **************[BOSS] Rhanatos, God of Death |***************************************************
    	+ DisplayID: 5988 | EntryID: 102001
    	+ HP: 3,459,836 | MP: 0
    	+ Scale: 1.5 | Combat Radius: 20 | Bounding Radius: 30
    	+ Additional notes:
    		- 20% HP: 15473 (Shadowform) &  51126 (New Shadowform)
    			
    		[__________][ SQL for Thanatos ][______________________________________________________]*/
    		DELETE FROM creature_names WHERE entry = 102001; 
    		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
    		   (102001, 'Thanatos', 'God of Death', '', 0, 0, 0, 3, 0, 0, 5988, 0, 0, 0, 1, 1, NULL, 0); 
    		   
    		DELETE FROM creature_proto WHERE entry = 102001;
    		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
    		   (102001, 80, 80, 1720, 13459836, 15459836, 0, 1.5, 0, 2300, 0, 7252, 9252, 0, 0, 0, 0, 360000000, 1680, 0, 0, 0, 0, 0, 0, 5, 30, '0', 1, 43003, 0, 0, 2.5, 8, 14, 0, 0, 0, 0, 0, 0, 0);
    
    		DELETE FROM creature_names WHERE entry = 102101; 
    		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
    		   (102101, 'Army of the Dead Ghoul', 'Minion of Thanatos', '', 0, 6, 0, 1, 0, 0, 26079, 24993, 10626, 0, 1, 1, NULL, 0); 
    			   
    		DELETE FROM creature_proto WHERE entry = 102101;
    		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
    		   (102101, 80, 80, 1720, 245983, 445983, 0, 1.5, 0, 2500, 0, 852, 2052, 0, 0, 0, 0, 360000000, 0, 0, 0, 0, 0, 0, 0, 5, 90, '0', 1, 3, 0, 0, 2.5, 8, 14, 0, 0, 0, 0, 0, 0, 0);
    
    		DELETE FROM creature_names WHERE entry = 102102; 
    		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
    		   (102102, 'Shadow Worshipper of Thanatos', 'Servant of Thanatos', '', 0, 6, 0, 1, 0, 0, 18601, 0, 0, 0, 1, 1, NULL, 0); 
    			   
    		DELETE FROM creature_proto WHERE entry = 102102;
    		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
    		   (102102, 80, 80, 1720, 135983, 175983, 248503, 1, 0, 2500, 0, 952, 1652, 0, 0, 0, 0, 360000000, 0, 0, 0, 0, 0, 0, 0, 5, 90, '0', 1, 3, 0, 0, 2.5, 8, 14, 0, 0, 0, 0, 0, 0, 0);
    
    		DELETE FROM creature_names WHERE entry = 102103; 
    		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
    		   (102103, 'Holy Worshipper of Thanatos', 'Servant of Thanatos', '', 0, 6, 0, 1, 0, 0, 17755, 0, 0, 0, 1, 1, NULL, 0); 
    			   
    		DELETE FROM creature_proto WHERE entry = 102103;
    		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
    		   (102103, 80, 80, 1720, 115983, 135983, 248503, 1, 0, 2500, 0, 952, 1652, 0, 0, 0, 0, 360000000, 0, 0, 0, 0, 0, 0, 0, 5, 90, '0', 1, 3, 0, 0, 2.5, 8, 14, 0, 0, 0, 0, 0, 0, 0);
    
    		DELETE FROM creature_names WHERE entry = 102104; 
    		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
    		   (102104, 'Allied Sorceress', 'Worshipper of God', '', 0, 6, 0, 1, 0, 0, 17325, 0, 0, 0, 1, 1, NULL, 0); 
    			   
    		DELETE FROM creature_proto WHERE entry = 102104;
    		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
    		   (102104, 80, 80, 1719, 115983, 135983, 248503, 1, 0, 2500, 0, 952, 1652, 0, 0, 0, 0, 360000000, 0, 0, 0, 0, 0, 0, 0, 5, 90, '0', 1, 3, 0, 0, 2.5, 8, 14, 0, 0, 0, 0, 0, 0, 0);
    		
    		DELETE FROM creature_names WHERE entry = 102105; 
    		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
    		   (102105, 'Allied Battlemage', 'Worshipper of God', '', 0, 6, 0, 1, 0, 0, 22847, 20866, 0, 0, 1, 1, NULL, 0); 
    			   
    		DELETE FROM creature_proto WHERE entry = 102105;
    		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
    		   (102105, 80, 80, 1719, 115983, 135983, 248503, 1.5, 0, 2500, 0, 952, 1652, 0, 0, 0, 0, 360000000, 0, 0, 0, 0, 0, 0, 0, 5, 90, '0', 1, 3, 0, 0, 2.5, 8, 14, 0, 0, 0, 0, 0, 0, 0);
    		
    		DELETE FROM creature_names WHERE entry = 102106; 
    		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
    		   (102106, 'Allied Footman', 'Worshipper of God', '', 0, 6, 0, 1, 0, 0, 17322, 0, 0, 0, 1, 1, NULL, 0); 
    			   
    		DELETE FROM creature_proto WHERE entry = 102106;
    		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
    		   (102106, 80, 80, 1719, 215983, 235983, 0, 1, 0, 2500, 0, 352, 652, 0, 0, 0, 0, 360000000, 0, 0, 0, 0, 0, 0, 0, 5, 90, '0', 1, 3, 0, 0, 2.5, 8, 14, 0, 0, 0, 0, 0, 0, 0);
    
    		DELETE FROM creature_names WHERE entry = 102107; 
    		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
    		   (102107, 'Allied Priest', 'Worshipper of God', '', 0, 6, 0, 1, 0, 0, 24886, 0, 0, 0, 1, 1, NULL, 0); 
    			   
    		DELETE FROM creature_proto WHERE entry = 102107;
    		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
    		   (102107, 80, 80, 1719, 95983, 115983, 0, 0.8, 0, 2500, 0, 352, 652, 0, 0, 0, 0, 360000000, 0, 0, 0, 0, 0, 0, 0, 5, 90, '0', 1, 3, 0, 0, 2.5, 8, 14, 0, 0, 0, 0, 0, 0, 0);
    
    		DELETE FROM creature_names WHERE entry = 102108; 
    		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
    		   (102108, 'Allied Druid', 'Worshipper of God', '', 0, 6, 0, 1, 0, 0, 14354, 0, 0, 0, 1, 1, NULL, 0); 
    			   
    		DELETE FROM creature_proto WHERE entry = 102108;
    		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
    		   (102108, 80, 80, 1719, 95983, 115983, 0, 0.8, 0, 2500, 0, 352, 652, 0, 0, 0, 0, 360000000, 0, 0, 0, 0, 0, 0, 0, 5, 90, '0', 1, 3, 0, 0, 2.5, 8, 14, 0, 0, 0, 0, 0, 0, 0);
    ---| ADDITIONAL |----------------------------------------------------------------------------------------------------------------------------------
    Well that's it. Still in a testing phase, so some things might not function 100%, but most of the code that I have tested works as intended. Be sure to report any bugs you find, and I will look 'em up and exterminate them, solve them, post the solution.
    Thanks for using my script & I appreciate any feedback given!

    ---| REQUIREMENTS |----------------------------------------------------------------------------------------------------------------------------------
    • The LSL Library: Link



    ---| SCREENSHOTS |----------------------------------------------------------------------------------------------------------------------------------

    ---| CHANGELOG |----------------------------------------------------------------------------------------------------------------------------------
    Version 1.2
    - Will now give every encounter a 'unique' ID for printing and LOG purpose.
    - Added Advanced Print support. Will print a combat overview of how many players are alive during the encounter, shows their NAME, HP, RACE, CLASS and wether they are dead or not. Also at the loading of the LUA script it will now show a quick overview on the variables and such.
    - Succesfully made the Healer and Druid who spawned, correctly heal and buff the players. Also the BattleMage will help you fight Rhanatos aswell! (Updating the other classes to help aswell.)
    Kindest Regards,
    Claiver
    Last edited by Claiver; 04-02-2009 at 10:12 AM.

  3. #3
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    151/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    It's so neat and tidy, I love the way you've fully customised it so you can define where you want what, and you use perfect standard English. This is probably one of the few decent Lua boss I have seen. +Rep x3

    Edit: After getting over a the fact this is such a good release, theres a couple of things you can change. You said somewhere that you would post a screenshot of the location at the bottom of the post, but you havn't, and also a couple of screenshots or a video of the fight usually show a lot more than words
    Last edited by stoneharry; 03-18-2009 at 04:25 PM.

  4. #4
    Claiver's Avatar Member
    Reputation
    138
    Join Date
    Mar 2009
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stoneharry View Post
    It's so neat and tidy, I love the way you've fully customised it so you can define where you want what, and you use perfect standard English. This is probably one of the few decent Lua boss I have seen. +Rep x3
    I thank you for your compliments, and I appreciate the time you took to reply to my thread.


    EDIT:
    Originally Posted by stoneharry View Post
    Edit: After getting over a the fact this is such a good release, theres a couple of things you can change. You said somewhere that you would post a screenshot of the location at the bottom of the post, but you havn't, and also a couple of screenshots or a video of the fight usually show a lot more than words
    Yes, the screenshots had to get a nice edit, so my apologies for them not being in there yet. They are in it now though.
    As for the video, great idea! Will get the players on my server to test him, can't exactly tell when, but pretty soon I suppose! Thank you once again for your constructive criticism.
    Last edited by Claiver; 03-18-2009 at 04:57 PM.

  5. #5
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice indeed. Good release! +rep

    I live in a shoe

  6. #6
    Claiver's Avatar Member
    Reputation
    138
    Join Date
    Mar 2009
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks .

    Updated the:

    ---| SCREENSHOTS |----------------------------------------------------------------------------------------------------------------------------------

  7. #7
    Mr.Ice.Cold's Avatar Active Member
    Reputation
    26
    Join Date
    Apr 2007
    Posts
    166
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice work, +Rep!

  8. #8
    enegue's Avatar Member
    Reputation
    4
    Join Date
    Oct 2007
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome release. +rep as soon as I can

  9. #9
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very nice +RepX2

  10. #10
    Claiver's Avatar Member
    Reputation
    138
    Join Date
    Mar 2009
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by y2kss66 View Post
    very nice +RepX2
    Originally Posted by enegue View Post
    Awesome release. +rep as soon as I can
    Originally Posted by Cece1 View Post
    Very nice work, +Rep!
    Thanks !

  11. #11
    Sandile's Avatar Member
    Reputation
    32
    Join Date
    Aug 2008
    Posts
    314
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks nice, I might check it out in the future. +rep for your efforts thou.
    "i downloaded it in "pirates bay", can you tell me how to download it in steam, pls"

  12. #12
    Claiver's Avatar Member
    Reputation
    138
    Join Date
    Mar 2009
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sandile View Post
    Looks nice, I might check it out in the future. +rep for your efforts thou.
    I kindly thank you!

  13. #13
    Mircast's Avatar Member
    Reputation
    14
    Join Date
    Sep 2008
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    my_1table = entry.GetPlayerInRange(pUnit)
    	for _,Player in pairs(my_1table) do
    Briefly explain? I might need to use this in further scripts.

    +rep btw

  14. #14
    Claiver's Avatar Member
    Reputation
    138
    Join Date
    Mar 2009
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by josh253 View Post
    Code:
    my_1table = entry.GetPlayerInRange(pUnit)
    	for _,Player in pairs(my_1table) do
    Briefly explain? I might need to use this in further scripts.

    +rep btw
    It will get all players in range and for every player it will do X (after do). LSLLibrary is required, but I think every 'advanced' server owner has a copy of it. I will add a requirements section to the main post tomorrow, time to take a nap now.

    Thank you for your feedback.

    EDIT: Added the requirements with links!
    Last edited by Claiver; 03-20-2009 at 04:11 AM.

  15. #15
    svedin's Avatar Contributor
    Reputation
    124
    Join Date
    Jun 2008
    Posts
    557
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice release i maby will check it out and use it if i like it
    +Rep

    Keep the good work up
    //Svedin

Page 1 of 2 12 LastLast

Similar Threads

  1. Rhanatos <God of Death>
    By bishamo in forum WoW EMU Questions & Requests
    Replies: 11
    Last Post: 05-29-2009, 07:34 PM
  2. [Release] Custom Instace - The Deaths Cave
    By Pedregon in forum WoW EMU General Releases
    Replies: 36
    Last Post: 05-28-2009, 11:11 AM
  3. [Release] Death Knight LUA Boss
    By TheSpidey in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 03-14-2008, 12:00 PM
All times are GMT -5. The time now is 12:38 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search