shadow123

Members
  • Content count

    14
  • Joined

  • Last visited

Posts posted by shadow123


  1. Your character name: Fistbrez
    Character who you're reporting: Vallarien
    Realm: Gul'Dan
    Date of incident: 08/28/17
    Description & Evidence:

     

    Me and a large group of people were standing in front of Orgrimmar when these 2 aliance players showed up, one of them was flying without a mount and while i was on a mount flying he attacked me mid air. There are many people who saw him and who can confirm what happend.He was 100% fly hacking! I also took a screnshot and uploaded it to Puush i have mutiple screnshots of the incident if needed il upload more. Here is the link for one of the screenshots
    09729b39c5.jpg

     


  2. http://tracker.ashran.com/issues/3568

    http://www.wowhead.com/object=179879/orb-of-command

    I changed the type of http://www.wowhead.com/object=179879/orb-of-command to a spellcaster and made it cast http://www.wowhead.com/spell=23460/teleport-to-blackwing-lair-dnd when clicked on.

    REPLACE INTO `gameobject_template` (entry, type, data0, data1, data2) VALUES (179879, 22, 23460, -1, 0);

     

    1 person likes this

  3. Apparently there is no post on the forum about this, but http://www.wowhead.com/npc=66900/huggalon-the-heart-watcher should have a 100% chance to drop http://www.wowhead.com/item=90067/b-f-f-necklace .

    So i fixed the drop chance.

    DELETE FROM `creature_loot_template` WHERE `entry`='66900'
    INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) 
    VALUES('66900' '90067' '100' '1' '0' '1' '1')

     

     


  4. PLACE INTO item_template ('entry', 'class', 'subclass', 'flags', 'RequiredSkill', 'RequiredSkillRank', 'spelltrigger', 'spellid') VALUES (100910, 9, 3, 33554432, 202, 600, 6, 139176);
    
    INSERT INTO spell_learn_spell ('entry', 'SpellID', 'Active') VALUES (139176, 139192, 1);

    Tracker:   http://tracker.ashran.com/issues/6062

    WoWhead: Schematic: Chief Engineer Jard's Journal
    Brought Correction: I made  Schematic: Chief Engineer Jard'  add a spell (Jard's Peculiar Energy Source) when used and i made it add another spell (Sky Golem) upon learning the previus.I was not entirely sure should i have added subclass name somewhere and i am also not sure which spelltigger is ok for this so ive set 6 (learn spell ID) .. 

    2 people like this