Search results

  1. Rhisk

    Auto-Fishing program or addon

    Hi, I'm looking for a program, addon or macro that allows me to fish automatically in MOP, I already tried with the Fishbot but it does not work. Can you name one that works?
  2. Rhisk

    Fix for mount Obsidian Nightwing

    The mount Obsidian Nightwing not work fine the most of 4.3.4 and 5.4.8 private servers, including emucoach. This mount transforms you into an Obsidian Nightwing, allowing you to fly very fast and carry an ally on your back, but the part of carry an ally not work. I fix the problem is a simple...
  3. Rhisk

    [Release] Stranglethorn Fishing Extravaganza Event for 4.3.4

    I fix the event in 4.3.4, the quest now is only rewared for the first person on the week that complete it, Blizzlike. -- Stranglethorn Fishing Extravaganza Event -- Set correct time for the event UPDATE `game_event` SET `start_time`='2016-01-03 05:00:00' WHERE (`eventEntry`=14); UPDATE...
  4. Rhisk

    Funy bug with quest item

    The item Wyrmhunter Hooks form quest Blackout can be used for players to mount in others players mounts for example Grand Ice Mammoth, Mechano-Hog, Mekgineer's Chopper and others mounts for 2 or more people, no matter if they are not in the same group or are of different factions. Is a condition...
  5. Rhisk

    Others achievements criteria fixes

    Some achievements not work in the server because are outdated with LK criteria. I fixed some of then. -- For Winter Veil Event DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (12658, 12662, 12664, 10441, 5272, 3936); INSERT INTO `achievement_criteria_data` (`criteria_id`...
  6. Rhisk

    Some fixes for Fishing in Darkmoon Island include fishing quest

    SET @entry:=5904; DELETE FROM `skill_fishing_base_level` WHERE `entry`=@entry; INSERT INTO `skill_fishing_base_level` (`entry`, `skill`) VALUES (@entry, 75); DELETE FROM `fishing_loot_template` WHERE `entry`=@entry; INSERT INTO `fishing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`...
  7. Rhisk

    Fix achievement rewards for achievements (100,125 and 150 companions)

    -- Set achievement rewards for achievements (100,125 and 150 companions) DELETE FROM `achievement_reward` WHERE `entry` IN (5875, 5876, 5877); INSERT INTO `achievement_reward` (`entry`, `title_A`, `title_H`, `item`, `sender`, `subject`, `text`) VALUES (5875, 0, 0, 54810, 28951, 'Keep...
Top