• 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. Zadax

    [SOLVED] MySQL not working

    I downloaded the Eluna repack Tommy made; but when I try to use it, I cant access the portable mySQL with HeidiSQL, nor can the authserver or worldserver (yeah, i clicked MySQLstart, nothing else uses that port and it doesnt work). Everytime I try to, I get an error box that says the following...
  2. Zadax

    Swaglaives Complementary Script

    Hello, fellas! A few weeks ago, I released this (x), and, quoting Jameyboor, I decided to create this script. This script displays a notification when you equip said Swaglaives --Script made by Zadax print "Loading Swaglaives Script" local function Swaglaives (event, player, item) if...
  3. Zadax

    Alternative to most "elseif" statements

    Hiya! As most people know, when you want to create a script that does "X" when "Y" happens but does "W" when "Z" happens. Most people use a LOT of elseif statements, it's handy but it gets pretty messy with a lot of different events Example: function uh(event, what) -- the "0" are just there...
  4. Zadax

    [Trinity][Release] Swaglaives of Azzinoth

    Hello, everyone! A few months ago, I created the Swaglaives of Azzinoth out of procrastination, and right now I'm sharing them with you ;o. Pics: Download (with a handy mpq editor) : www.mediafire.com/?67dvxsjm9bhf4ra Steps: 1) Apply the sql files in item_template 2) Copy the dbc files from...
  5. Zadax

    A little problem with the Eluna repack

    Hello! I dont want to be a bother, but I need a little help with the Eluna repack (http://emudevs.com/showthread.php/1095-EmuDevs-TrinityCore-3-3-5a-Eluna-Repack). When I try to activate the MySql-Start bat file, there's something saying "ECHO is off" and then it closes itself. Is there any...
  6. Zadax

    Gm Login/Logout Script

    Hello, everyone! I just made this script, and, as the title may hint, it broadcasts a world message telling the server a staff member has logged in (and it's color coded. because everything is better when it's color coded.) (i might or not might have a thing for color-coding scripts.) --Script...
  7. Zadax

    First Login Script

    First-Login Greeting Script Hello! As the title says, it's a script that triggers at a character's first login. It displays a "Introduction" message introducing new characters. I hope you like it. -- Script made by Zadax ;o print "Loading the First Login Script" local Races = { [1] = "a...
  8. Zadax

    Resurrection Script

    Greetings, Emudevs users. I created this (very) simple script to prevent people from dying in any way. -- Script made by Zadax print "Loading Ress script" function Revive_Player (event, mehthisparameterdoesntevenmatter, player) player:ResurrectPlayer(100) print "Another life has been saved"...
  9. Zadax

    Something's wrong with my player script

    Good morning/afternoon/night, sirs. I'm sorry to bother you with another thread that might just be caused because I'm doing something wrong, but, well, this's the problem: I created this script: print "Loading Languages" function Languages (player, event) player:GetTeam(); if GetTeam()...
  10. Zadax

    HookMgr.h error

    I've watched the Youtube video about how to add Eluna to my core. I follow every step without any error, but when I try to compile, I have several errors. According to the log, all the errors are related to the same file; "HookMgr.h", and they all say this: "fatal error C1083: Cannot open...
Top