• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Search results

  1. R

    Contributing

    I was looking forward to donating soon ( not sure when ) but was wanting to know if the site also or can support PaymentWall, I don't have a credit card yet, but I can pay through gift cards such as Subway or Burger King etc.
  2. R

    TrinityCore 3.3.5 [SunwellCore] Blackwing Lair

    [SunwellCore] Blackwing Lair [SOLVED] Hey guys, I am creating a Vanilla in WOTLK type of server and using SunwellCore is great with all the instances scripted and working. However, BWL is available and works and is clearable except Razorgore. You would click on the orb and the spell Destory Egg...
  3. R

    cMaNGOS TBC Dual Spec 2.4.3

    https://youtu.be/bdme6XnuEHI Does anyone have this script or a similar one like it. It would be very helpful for my 60 twink server that I'm developing.
  4. R

    cMaNGOS Eluna 2.4.3 Repack x32

    Hey guys, school just finished and I have decided to create a 60 twinking 2.4.3 server, and I would like to use a repack with Eluna, for easy core edits. I would compile it myself but, CMake errors and VC++ errors demoralized me after multiple attempts at installing redistributables of VC++ and...
  5. R

    Headless Horseman Script

    Hallow's End Scripts Hey guys, I wanted to give back to the community by sharing this script that I used to make a level 11 World Event Boss in replacement of the town's Hallow's end quests. I can share the SQL later today, I have tested it and it works great :D Not sure about the sounds...
  6. R

    [SOLVED] Hallow's End Treat

    I have been working on my very first LUA script to fix the Hallow's End Candy where it will give you a random buff. local ITEM_ID = 20557 function PumpkinTreat(event, player, item, target) local caster = spell:GetCaster() if player:IsInCombat() == true then...
  7. R

    [SOLVED] Stormwind Vaults

    Hello, I recently have added some additions to the instance Stormwind Vaults but, one problem is the gates. This there a way to actually remove them or remove collision to them? Thanks, Render
  8. R

    [SOLVED] Downscale NPCs

    I recently had the idea to downscale the Onyxia raid from 80 back to 60. I seemed to have gotten the idea of scaling down her level and melee damages but her spells hit for 17k+. the 60 twinks we are no match for her. Any idea on how to change her spells or to make the spells hit less? I tried...
  9. R

    [SOLVED] Run command.on Every Login

    I was looking into doing this but, I would like to know the code to automatically run a command. The command I wanted was .whisper on I figured that this is how it would be handled. local function OnLogin(event, player) Run command(".whisper on") end RegisterPlayerEvent(3, player)
  10. R

    [SOLVED] Mixed Weapon Transmogification

    I recently began using Eluna and man, what a difference of when I wanted to add a script I had to patch it then recompile so astonishing work on Eluna! However I recently installed the transmogification LUA for (credits to Rochet2) Eluna and I would like to know how I could edit the LUA to allow...
Top