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

Recent content by mcraider

  1. M

    [SOLVED] Creature guid overflow

    So i Keep Getting that Error it seems someone with DB access to my server imported a premade SQL that set a creature in the world.creature DB to a GUID of 15000333 and its been going since that..i see big number Jumps so i think others were also imported but now we are seeing Crashs with that...
  2. M

    [SOLVED] CreateLuaEvent and attempt to index local 'player'

    function Instance_PlayerBuff(eventId, delay, calls, player) if (player:GetMapId() == 189) or (player:GetMapId() == 531) then CreateLuaEvent(Check_Map, 30000, 0) end end function Check_Map(event, player) if (player:IsInGroup() == true) then player:AddAura(111151, player) -- Custom Spell...
  3. M

    Question About Lua group check

    so i made a Lua script that checks the MapId of a player and if they are in a group or not. if they are it gives Group buff and if they are not in group it gives them a Solo buff. but the problem is if a player invites another player while in the instance they get to keep the Solo Buff while...
  4. M

    [QUESTION] Custom Item Quality?

    i was wondering if anyone knew how to add custom item Qualitys in trinitycore 3.3.5? i tryed editing the core the SharedDefines.h but the colors didnt work ingame seems to set some random ones. mabey its a DBC or Client mod i need? Thanks in advance!
  5. M

    [SOLVED] Level Past 255 help

    this is the Error i get in the Core. i cant seem to fix it..like i said i have the level stats added for 81 to 300 added. my configs i set the max level to 256 just to see if i can get it to go past 255
  6. M

    [SOLVED] Level Past 255 help

    i wanted to make the level 300 to test some stuff and i was wondering if anyone knows what to edit i did edit the core and i am able to get to level 255 but anything past it i get a error in the world about level stats and using level 255 stats instead because 256 is miss its but i have added...
  7. M

    [SOLVED] trinitycore does not support mysql versions below 5.1

    i keep getting this problem idk how to fix it trying to compile trinitycore i pulled the source from here https://github.com/ElunaLuaEngine/ElunaTrinityWotlk and i belive i have everything installed right. i am also using FadedSQL as a DB. im a little rusty i been away from the emu world for...
  8. M

    NPC Heal Another NPC

    is it possible to make it so one npc heals another. like have a boss spawn npcs that heal him using Eluna i know how to make the boss spawn mobs around him but not make them heal him. Thanks in advance
  9. M

    Learn Spells on Level up.

    Hey! so i recently started using trinity and Eluna and started converting some of my scripts to eluna over from arcemu's lua engine and i am releasing my Learn Spells on level up Scripts. it checks what class you are. than checks for your level. if you have spells for that level it teachs them...
  10. M

    Join Guild on first logon?

    so i was wondering if this is even possible after errors and some help i got here. but now nottin happens. errors in the console and the player stays guildless the guild is already created on an alt. just trying to add members to it on first logon. local function FirstLoginGuild (event, player)...
Top