[RELEASE] Mall Bouncer menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    mager1794's Avatar Member
    Reputation
    356
    Join Date
    Feb 2008
    Posts
    703
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [RELEASE] Mall Bouncer

    me and my bro made a bouncer npc for funserver malls what it does is
    on spawn it will get a spell enableing it to see any stealth players
    then the moment it enters combat it will launch the player
    with the soaring spell
    comes with one for each faction : )

    comes with our LUA and SQL file enjoi

    Sql File
    Code:
    INSERT INTO `creature_names` (`name`, `subname`, `info_str`, `type`, `family`, `rank`, `male_displayid`, `female_displayid`, `civilian`, `Leader`, `entry`) VALUES ('Ally Bouncer', '', '', '7', '0', '1', '18718', '0', '0', NULL, '50000');
    INSERT INTO `creature_proto` (`minlevel`, `maxlevel`, `Faction`, `minhealth`, `maxhealth`, `mana`, `Scale`, `npcflags`, `attacktime`, `mindamage`, `maxdamage`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `combat_reach`, `boss`, `equipmodel1`, `equipmodel2`, `equipmodel3`, `respawntime`, `auras`, `invisibility_type`, `death_state`, `entry`) VALUES ('80', '80', '1054', '100000', '100000', '10000', '1', '0', '1500', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '36000', '0', '0', '0', '50000');
    INSERT INTO `creature_names` (`name`, `subname`, `info_str`, `type`, `family`, `rank`, `male_displayid`, `female_displayid`, `civilian`, `Leader`, `entry`) VALUES ('Horde  Bouncer', '', '', '7', '0', '1', '18718', '0', '0', NULL, '50001');
    INSERT INTO `creature_proto` (`minlevel`, `maxlevel`, `Faction`, `minhealth`, `maxhealth`, `mana`, `Scale`, `npcflags`, `attacktime`, `mindamage`, `maxdamage`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `combat_reach`, `boss`, `equipmodel1`, `equipmodel2`, `equipmodel3`, `respawntime`, `auras`, `invisibility_type`, `death_state`, `entry`) VALUES ('80', '80', '1034', '100000', '100000', '10000', '1', '0', '1500', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '36000', '0', '0', '0', '50001');
    LUA Script File
    Code:
    function Bouncer_OnSpawn(unit, event)
    Unit:CastSpell(18950)
    end
    
    function Bouncer_OnCombat(unit, event)
    Unit:SendChatMessage(14,0,"You are not allowed here. LEAVE NOW!!")
    Unit:CastSpell(36812)
    end
    
    RegisterUnitEvent(50000,1,"Bouncer_OnSpawn")
    RegisterUnitEvent(50001,2,"Bouncer_OnSpawn")
    RegisterUnitEvent(50000,3,"Bouncer_OnCombat")
    RegisterUnitEvent(50001,4,"Bouncer_OnCombat")
    plz reply : )
    Lunar Gaming - Reaching For The Stars

    [RELEASE] Mall Bouncer
  2. #2
    soul02's Avatar Active Member
    Reputation
    33
    Join Date
    Mar 2008
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice man will test this when get home
    -·=»‡«=·- Soul02 -·=»‡«=·-


  3. #3
    Trippy000's Avatar Member
    Reputation
    18
    Join Date
    May 2008
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you so much

  4. #4
    darkmagishin's Avatar Active Member
    Reputation
    16
    Join Date
    May 2008
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ROFL, love it! thanks bro

  5. #5
    Sublimepwns_'s Avatar Member
    Reputation
    57
    Join Date
    Apr 2008
    Posts
    344
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    every time he swings he misses and idk do i just put the lua in notepad and save as bouncer.lua?
    :Swift Leveling: <Cheap Swift Power Leveling>
    https://swiftleveling.webs.com/

  6. #6
    mager1794's Avatar Member
    Reputation
    356
    Join Date
    Feb 2008
    Posts
    703
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    every time he swings he misses and idk do i just put the lua in notepad and save as bouncer.lua?
    yea bro : )
    Lunar Gaming - Reaching For The Stars

  7. #7
    Sublimepwns_'s Avatar Member
    Reputation
    57
    Join Date
    Apr 2008
    Posts
    344
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why does he miss though?
    :Swift Leveling: <Cheap Swift Power Leveling>
    https://swiftleveling.webs.com/

  8. #8
    Sublimepwns_'s Avatar Member
    Reputation
    57
    Join Date
    Apr 2008
    Posts
    344
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what folder do i put it in scripts or script_bins
    :Swift Leveling: <Cheap Swift Power Leveling>
    https://swiftleveling.webs.com/

  9. #9
    jerrkan's Avatar Active Member
    Reputation
    84
    Join Date
    Sep 2007
    Posts
    148
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sublimepwns

    dont post dubblepost
    You can do it in same post man

  10. #10
    soul02's Avatar Active Member
    Reputation
    33
    Join Date
    Mar 2008
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "scripts" folder
    -·=»‡«=·- Soul02 -·=»‡«=·-


  11. #11
    jerrkan's Avatar Active Member
    Reputation
    84
    Join Date
    Sep 2007
    Posts
    148
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And thx for this! Its work perfect +rep for yaa

  12. #12
    Sublimepwns_'s Avatar Member
    Reputation
    57
    Join Date
    Apr 2008
    Posts
    344
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    idk i think i messed it up in the lua
    :Swift Leveling: <Cheap Swift Power Leveling>
    https://swiftleveling.webs.com/

  13. #13
    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)
    love it
    +rep

  14. #14
    mager1794's Avatar Member
    Reputation
    356
    Join Date
    Feb 2008
    Posts
    703
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh Um Sublime it misses on purpose i made it do that i dont want it to hurt the opposing faction just to send them flying : )
    Lunar Gaming - Reaching For The Stars

  15. #15
    Monarch's Avatar Member
    Reputation
    8
    Join Date
    Nov 2007
    Posts
    117
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol, this sounds awesome. Though I want to add some PvP aspects to my malls, (they are close together, but have tough guards) I can still use them as excellent GM Island guards, after all, we need to be able to discuss plans in secret!

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] Mall Guard!! - Included LUA+SQL
    By FinnZor in forum WoW EMU General Releases
    Replies: 41
    Last Post: 10-11-2008, 05:12 AM
  2. [Release] Mall Bouncer!
    By Dartignan in forum WoW EMU General Releases
    Replies: 7
    Last Post: 08-09-2008, 09:35 AM
  3. [Release] .mall command to port players
    By mager1794 in forum World of Warcraft Emulator Servers
    Replies: 9
    Last Post: 08-02-2008, 11:19 AM
  4. [Release] Mall!
    By ~ViVo~ in forum World of Warcraft Emulator Servers
    Replies: 20
    Last Post: 04-01-2008, 09:19 PM
  5. [Release] Mall template
    By kate1 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 01-13-2008, 10:26 AM
All times are GMT -5. The time now is 08:50 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search