[Release] King Murloc!! - Included LUA+SQL menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    FinnZor's Avatar Member
    Reputation
    50
    Join Date
    May 2008
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Release] King Murloc!! - Included LUA+SQL

    Hello , i had nothing to do so i made this small boss fight..

    Download

    Guide

    Step 1: Download it

    Step 2: Take the LUA file and place it into "Scripts" you can find it in your trunk. If you dont have an folder called "Scripts" then simply create one.

    Step 3: Execute the SQL file into you database.

    Step 4: I suppose everyone know how to spawn it , Anyway if anyone dont here is what to do : go into game , stand were you want it to spawn , Write .npc spawn 99999


    Info

    This is an Murloc boss.. Here is the stats :

    Entry : 99999
    DisplayID: 21723
    Level : 73
    Faction : 18
    Health : 50.000
    Mana : 70.000
    Scale : 1
    Attacktime: 1600
    Mindamage : 1000
    Maxdamage : 4000
    Armor : 15.000
    Fire Resistance : 100
    Frost Resistance : 100
    Nature Resistance : 40
    Arcane Resistance : 40
    Holy Resistance : 40
    Shadow Resistance : 100

    Boss fight

    There are 4 Pages :

    First one at 75% Health he will change hies scale to 2 , And do an WhirlWind that crits arround 3000. Load time : Arround 10 secs

    Second one at 50% He will change hies scale to 3 ,And charge someone. Load time : Arround 10 secs

    Third one at 25% He will change hies scale to 4 , And start loading an AoE that crits arround 11000 so watchout!. Load time : arround 10 secs

    Fourth one at 0% (when he is dead) he will change his scale to 1 again.

    And under the Combat he will do Pyroblasts 8 times , and they crits kinda hard. He will also do shadowbolts 8 times.


    How to Modd the monster the way you want

    If you want to chance the display id do this :

    Step 1: Go into the "KingMurloc.SQL" File

    Step 2: Chance the red to the displayid you want


    INSERT INTO `creature_names` (`name`, `subname`, `info_str`, `type`, `family`, `rank`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `civilian`, `Leader`, `entry`) VALUES ('King Murloc', '', '', '0', '0', '3','21723', '0', '0', '0', '0', NULL, '99999');
    INSERT INTO `creature_proto` (`minlevel`, `maxlevel`, `Faction`, `minhealth`, `maxhealth`, `mana`, `Scale`, `npcflags`, `attacktime`, `mindamage`, `maxdamage`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `mountdisplayid`, `combat_reach`, `boss`, `equipmodel1`, `equipmodel2`, `equipmodel3`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `auras`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `entry`) VALUES ('73', '73', '18', '50000', '50000', '70000', '1', '0', '1600', '1000', '4000', '0', '0', '0', '0', '1', '0', '0', '0', '0', '36000', '15000', '40', '100', '40', '100', '100', '40', '0', '50000000', '0', '0', '2.5', '8', '14', '99999')
    Save , And you are done

    If you want to chance the hp/mana on the monster do this :

    Step 1: Go into the "KingMurloc.SQL" File

    Step 2: The
    RED is the mana.. the BLUEis the health point (HP)

    INSERT INTO `creature_names` (`name`, `subname`, `info_str`, `type`, `family`, `rank`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `civilian`, `Leader`, `entry`) VALUES ('King Murloc', '', '', '0', '0', '3', '21723', '0', '0', '0', '0', NULL, '99999');
    INSERT INTO `creature_proto` (`minlevel`, `maxlevel`, `Faction`, `minhealth`, `maxhealth`, `mana`, `Scale`, `npcflags`, `attacktime`, `mindamage`, `maxdamage`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `mountdisplayid`, `combat_reach`, `boss`, `equipmodel1`, `equipmodel2`, `equipmodel3`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `auras`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `entry`) VALUES ('73', '73', '18', '50000', '50000', '70000', '1', '0', '1600', '1000', '4000', '0', '0', '0', '0', '1', '0', '0', '0', '0', '36000', '15000', '40', '100', '40', '100', '100', '40', '0', '50000000', '0', '0', '2.5', '8', '14', '99999');
    Thats all i belive.. Enjoy!
    BTW this thread was moved and updated from the Emulator Disc. Section.
    Sorry for Bad English didnt have time to check spelling
    Last edited by FinnZor; 09-07-2008 at 07:51 AM.

    [Release] King Murloc!! - Included LUA+SQL
  2. #2
    Appled's Avatar Contributor
    Reputation
    105
    Join Date
    Apr 2007
    Posts
    568
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice one ^^ +rep

  3. #3
    Exacute's Avatar Active Member
    Reputation
    67
    Join Date
    Mar 2008
    Posts
    337
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    SS - So sorry..
    This just hmm not original.. nothing new about it.. sorry m8.. wont give rep for this1
    [/COLOR]

  4. #4
    FinnZor's Avatar Member
    Reputation
    50
    Join Date
    May 2008
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is no need to m8 , all i did was move the thread to the right section.. And updated it with easy guide and SQL file

  5. #5
    zokuero's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    tried this, and works charm..

    its funny to see when murloc charge someone

    haha

  6. #6
    FinnZor's Avatar Member
    Reputation
    50
    Join Date
    May 2008
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hehe , thanks for the repost m8^ hehe, I´m glad that you find it funny

  7. #7
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its nice to see people trying to release things on here.. People who attempt to learn to do things themselves and release them for others to learn from or use are what keeps this community alive so dont flame him for his attempt instead give him the rep cause he definitely deserves it more than some people who get it that dont do anything to make MMowned a better place

    So anyways + rep from me.
    Last edited by kreegoth; 09-09-2008 at 11:17 AM.

  8. #8
    FinnZor's Avatar Member
    Reputation
    50
    Join Date
    May 2008
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you kreegoth
    FinnZor
    LUA Scripter
    Compiler

  9. #9
    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)
    People who attempt to learn to do things themselves and release them for others to learn from or use are what keeps this community alive so dont flame him for his attempt instead give him the rep cause he definitely deserves it more than some people who get it that dont do anything to make MMowned a better place
    That is an extremely long run-on sentence. Lulz.

    Anyways, look nice!
    +rep from me

    EDIT:Given out to much rep. Oops :P I'll rep when I can

  10. #10
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sometimes Sounddead.. When your talking about the truth ya have to run on.. its the way they made us ...

    *short version*

    Good job nice to see ya trying to help out here...

    See not as flashy.

  11. #11
    Walla!'s Avatar Active Member
    Reputation
    15
    Join Date
    Sep 2007
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow .
    Cool add on for the servers, thanks.

  12. #12
    dRACE's Avatar Active Member
    Reputation
    21
    Join Date
    May 2008
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice job! Guide and all the things +rep!

  13. #13
    Anthonyrox8's Avatar Banned
    Reputation
    34
    Join Date
    Aug 2007
    Posts
    296
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do i use this with mangos its not working

  14. #14
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As far as i know LUA scripting doesnt work with Mangos

  15. #15
    mcclouder's Avatar Member
    Reputation
    3
    Join Date
    Jul 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is perfect.. just what I need.. But.
    The SQL won't work for me, and I am not sure if the script works either~... anyone who can guide me on the way for the perfect king murloc ? (with murloc sound~ larger size~ not the murloc custom looks~ great drops?) thanks alot <3

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] Theo's Ultimate LUA/SQL/EXE Package
    By Ground Zero in forum WoW EMU General Releases
    Replies: 12
    Last Post: 01-07-2009, 09:38 AM
  2. [Release] Mall Guard!! - Included LUA+SQL
    By FinnZor in forum WoW EMU General Releases
    Replies: 41
    Last Post: 10-11-2008, 05:12 AM
  3. [release] Battle Ground Flag LUA and SQL files
    By runiker in forum World of Warcraft Emulator Servers
    Replies: 9
    Last Post: 06-12-2008, 01:36 PM
  4. [Release][LUA][SQL] Selin Fireheart
    By sheepking in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 05-11-2008, 11:40 AM
  5. [Release] Tower of Angst. (.LUA Portal Included).
    By Ebon in forum World of Warcraft Emulator Servers
    Replies: 10
    Last Post: 02-03-2008, 12:58 PM
All times are GMT -5. The time now is 04:32 AM. 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