Welcome to the MMOtop - Arcemu, Mangos, Trinity.
+ Reply to Thread
Results 1 to 8 of 8
  1. #1
    rappelz's Avatar
    Status : rappelz is offline
    Join Date : Apr 2010
    Posts : 191
    Thanks: 3
    Thanked 39 Times in 15 Posts
    Rep Power : 4
    Reputation:148rappelz will become famous soon enough rappelz will become famous soon enough

    Lightbulb [Lua] Halloween Town WoW Informant Guard

    Project Anthrax's & Rappelz's Informant Guard

    Guardinfo.lua

    Code:
    --Scripted for Halloween Town WoW -Anthraxstudios.tk
    --Enjoy the Script and have a Happy Halloween (C)
    local VERSION = "2.0"
    local SERVER_NAME = "Holloween Town WoW" --Ce
    function NPCGossipTest_OnGossipTalk(pUnit, event, player, pMisc)
    pUnit:GossipCreateMenu(100, player, 0)
    pUnit:GossipMenuAddItem(0, "Greetings There! Welcome to HTW!!", 1, 0)
    pUnit:GossipMenuAddItem(0, "OOHH OOHHH CLICK ME!!!", 2, 0)
    pUnit:GossipMenuAddItem(0, "Parties, Rules, and More!", 3, 0)
    pUnit:GossipSendMenu(player)
    end
    
    function NPCGossipTest_OnGossipSelect(Unit, Event, player, id, intid, code, pMisc)
       if (intid  == 1) then
          player:SendBroadcastMessage("Have a spooky time in holloween town!")
          Unit:GossipComplete()
       end
    
       if (intid == 2) then
          player:SendBroadcastMessage("This Server runs on a custom core based on arcemu patch 3.3.5a by project anthrax for holloween town wow")
          Unit:GossipComplete()
       end
       if (intid  == 3) then
          player:SendBroadcastMessage("This server was designed for your own special halloween experience keep in mind the server rules! and check out all our fun evens and parties!")
          Unit:GossipComplete()
       end
    end
    
    
    RegisterUnitGossipEvent(99988, 1, "NPCGossipTest_OnGossipTalk")
    RegisterUnitGossipEvent(99988, 2, "NPCGossipTest_OnGossipSelect")
    
    --Never edit Below this
    print (" ====================================================")
    print ("   Loaded: HTW Info Guard NPC (V"..VERSION..")")
    print ("   Made by Rappelz & Project Anthrax")
    print ("   This script is Originally released for MMoTop")
    print ("   This script now works on: ("..SERVER_NAME..")")
    print (" ====================================================")
    Guardinfo.sql

    Code:
    insert into `creature_names` (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `killcredit1`, `killcredit2`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `leader`) 
    values ('99988', "Halloween Town WoW Guard", "", '', '0', '10', '0', '0', '0', '0', '22351', '0', '0', '0', '1', '1', '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`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`, `summonguard`) 
    values ('99988', '254', '255', '7', '9999', '9999', '9999', '1', '1', '3000', '0', '9998', '9999', '0', '0', '0', '0', '4000', '9999', '9999', '9999', '9999', '9999', '9999', '9999', '0', '0', "0", '0', '550000', '0', '2.50', '8.00', '14.00', '0', '0', '0', '0', '0', '0', '0', '1');

  2. The Following 4 Users Say Thank You to rappelz For This Useful Post:

    AnTo (11-07-2010), Jerry (11-07-2010), samgartell (11-07-2010), ~Sidefx™ (11-07-2010)

  3. #2
    samgartell's Avatar
    Status : samgartell is offline
    Join Date : Feb 2010
    Location : United Kingdom
    Posts : 524
    Thanks: 62
    Thanked 37 Times in 29 Posts
    Rep Power : 3
    Reputation:75samgartell will become famous soon enough

    Default

    Very Nice, thanks for release!

  4. #3
    ~Sidefx™'s Avatar
    Status : ~Sidefx™ is offline
    Join Date : Jun 2010
    Location : Louisville
    Posts : 968
    Thanks: 15
    Thanked 46 Times in 26 Posts
    Rep Power : 3
    Reputation:140~Sidefx™ will become famous soon enough ~Sidefx™ will become famous soon enough

    Default

    Nice (:

    Thanks.

  5. #4
    Truster's Avatar
    Status : Truster is offline
    Join Date : Apr 2010
    Location : Norway
    Posts : 3,341
    Thanks: 46
    Thanked 87 Times in 83 Posts
    Rep Power : 10
    Reputation:2014Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute

    Default

    Thanks for the release :)

  6. #5
    rappelz's Avatar
    Status : rappelz is offline
    Join Date : Apr 2010
    Posts : 191
    Thanks: 3
    Thanked 39 Times in 15 Posts
    Rep Power : 4
    Reputation:148rappelz will become famous soon enough rappelz will become famous soon enough

    Default

    Anytime guys enjoy!

    -Rappelz

  7. #6
    AnTo's Avatar
    Status : AnTo is offline
    Join Date : Oct 2009
    Location : not saying
    Posts : 701
    Thanks: 21
    Thanked 63 Times in 23 Posts
    Rep Power : 3
    Reputation:97AnTo will become famous soon enough

    Default

    Thanks

  8. #7
    Jerry's Avatar
    Status : Jerry is offline
    Join Date : Mar 2009
    Location : Serbia
    Posts : 2,321
    Thanks: 223
    Thanked 501 Times in 286 Posts
    Rep Power : 10
    Reputation:2077Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute

    Default

    Thanks

  9. #8
    rappelz's Avatar
    Status : rappelz is offline
    Join Date : Apr 2010
    Posts : 191
    Thanks: 3
    Thanked 39 Times in 15 Posts
    Rep Power : 4
    Reputation:148rappelz will become famous soon enough rappelz will become famous soon enough

    Default

    Anytime Jerry happy to help :)


 

Visitors found this page by searching for:

helloween wow

halloweentown 1 script

halloween town 1 script

town ID in wow

helloween wow server

wow town idswow guard scriptshalloween wow serverHalloween Town wow registerscript from halloweentown 1wow lua 3.3.5a arcemu scriptsscript to halloween townWhat is the history of Halloweenarcemu lua halloween eventsHalloween Town WoWrappelz luahalloween wow codewow id halloweenwow arcemu halloween scriptwow halloween script worl of warcraft script evento halloweenwow helloween serveproject anthrax halloween wowAnthraxs Halloween Town WoWwow server hellowen
SEO Blog

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts