• 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 Sixon

  1. S

    TrinityCore WotLK Math.Random - How it works / Question

    Hi guys, Just wondering if anyone can give me some insight. What I'm trying to do is if a player has X quest In Y zone they'll get 2 debuffs random debuffs from a list of debuffs function Quest(event, player, newZone, newArea) if(player:getzoneid() == Y) then -- Might need to do AreaID here...
  2. S

    TrinityCore Previous required quest - Quest_template_addon

    Hi guys Does anyone know if a quest can have 2 or more previous required quests before it can be accepted ? And if so how to do it Thanks Sixon
  3. S

    TrinityCore Spell_Area table

    Hi guys, Few questions if anyone would be so kind to help. With the Spell_Area table. Can someone explain how it works exactly.. To my understanding its basically as follows: INSERT INTO spell_area VALUES (150000, 5012, 50015, 0, 0, 0, 2, 1, 64, 11); So using the above, The spell is a...
  4. S

    [SOLVED] Phasing - spells

    Hi guys Sorry if this is a repeat post A while ago Rochet2 posted on a thread about creature phasing using the spell_area table along with phasing spells that Darksoke posted. Just wondering does anyone has a list of spells that transfer players into xyz phases Many thanks Sixon
  5. S

    [SOLVED] Add Aura if player in XY zone and has not completed xy quest

    Hi guys, Having a bit of trouble, Not really sure if I'm going about the right way some insight would be great. So basically what I'm trying to do is If player enters XY zone and has NOT completed XY quest then Player will get spell XY casted on them else it will check if the player has the...
  6. S

    [SOLVED] Function to check if a player has completed a quest?

    Hi guys, Just wondering is there a function that will check user the player has completed XY quest.? Cheers Sixon
  7. S

    [SOLVED] Creature_Equip_template - Off hands not displaying

    Hi all, Sorry if this is a straight forward question but it's been racking my brain for the past few hours. I'm trying to have a custom made NPC use an 1h and a shield. The main hand is displaying correctly but the Shield (Or another 1 hand, Anything in the left hand) isn't displaying...
Top