Hunter bug fixed menu

Shout-Out

User Tag List

Results 1 to 8 of 8
  1. #1
    ffdevill's Avatar Member
    Reputation
    3
    Join Date
    Jul 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Hunter bug fixed

    Ok so this is my first post so cut me a little slack

    ok so a lot of emulators have this problem of the pet disappearing when the hunter logs out, and for some reason no one can seem to fix the problem.
    well here is a step by step how to fix the problem.

    1) copy this coding or if you would prefer you can download the sql file and just use the execute batch function all up to you
    petfix.sql

    -- ----------------------------
    -- Table structure for playerpets
    -- ----------------------------
    DROP TABLE IF EXISTS `playerpets`;
    CREATE TABLE `playerpets` (
    `ownerguid` bigint(20) NOT NULL default '0',
    `petnumber` int(11) NOT NULL default '0',
    `name` varchar(21) NOT NULL default '',
    `entry` int(10) unsigned NOT NULL default '0',
    `fields` longtext character set utf8 collate utf8_unicode_ci NOT NULL,
    `xp` int(11) NOT NULL default '0',
    `active` tinyint(1) NOT NULL default '0',
    `level` int(11) NOT NULL default '0',
    `happiness` int(11) NOT NULL default '0',
    `actionbar` varchar(200) NOT NULL default '',
    `happinessupdate` int(11) NOT NULL default '0',
    `summon` int(11) NOT NULL default '0',
    `loyaltypts` int(11) NOT NULL,
    `loyaltyupdate` int(11) NOT NULL,
    `reset_time` int(10) unsigned NOT NULL default '0',
    `reset_cost` int(10) NOT NULL default '0',
    PRIMARY KEY (`ownerguid`,`petnumber`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

    -- ----------------------------
    -- Table structure for playerpetspells
    -- ----------------------------
    DROP TABLE IF EXISTS `playerpetspells`;
    CREATE TABLE `playerpetspells` (
    `ownerguid` bigint(20) NOT NULL default '0',
    `petnumber` int(4) NOT NULL default '0',
    `spellid` int(4) NOT NULL default '0',
    `flags` int(4) NOT NULL default '0',
    KEY `a` (`ownerguid`),
    KEY `b` (`petnumber`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

    -- ----------------------------
    -- Table structure for playersummonspells
    -- ----------------------------
    DROP TABLE IF EXISTS `playersummonspells`;
    CREATE TABLE `playersummonspells` (
    `ownerguid` bigint(20) NOT NULL default '0',
    `entryid` int(4) NOT NULL default '0',
    `spellid` int(4) NOT NULL default '0',
    KEY `a` (`ownerguid`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

    2) open up your data base editor

    3) go to your database ie. ascent, arcemu, db,ect....

    4) find and open new query

    5) paste the info from step #1

    6) execute query

    7) restart your server

    all done

    hope this is helpfully to the community, any helpfully advice and or positive criticism is welcome 6):
    Last edited by ffdevill; 07-25-2008 at 04:30 PM. Reason: TY 2d for the positive edit on my post fixed it

    Hunter bug fixed
  2. #2
    BrantX's Avatar Contributor
    Reputation
    205
    Join Date
    Jul 2007
    Posts
    899
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    was going to give you some rep until i was reading

    "
    show some love [I MUST NEVER ASK FOR REP] thank you

    "

    that " i must never ask for rep " is a instant changer of the word. i want rep.



  3. #3
    volitle's Avatar Contributor
    Reputation
    181
    Join Date
    Nov 2007
    Posts
    1,127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    rofl at 2d hehe nice fix though cheers


  4. #4
    ffdevill's Avatar Member
    Reputation
    3
    Join Date
    Jul 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    re: feedback

    I have only been active in this community for 2 weeks, and really appreciate the feedback thank you 6): p.s lol d2 that was great

  5. #5
    Bloodrazer1876's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sorry wrong area
    Last edited by Bloodrazer1876; 09-07-2008 at 07:50 AM.

  6. #6
    *Scripted*'s Avatar Banned
    Reputation
    41
    Join Date
    Aug 2008
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol i made a new account and got out of leecher in 5 mins ofc releasing a repack and no +Rep for u

  7. #7
    ffdevil's Avatar Member
    Reputation
    13
    Join Date
    Jul 2008
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Like I said, was new, thanks though. All I really wanted was to give back to the community which helped so much. Glad its here. Thanks ALL.

  8. #8
    dinodad's Avatar Banned
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dffffffffffffffffffffffffff

Similar Threads

  1. Hunter bug, how to fix?
    By sonnyd666 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 03-26-2008, 03:23 PM
  2. boat and zep bug fix yet??
    By wowtogether in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 01-31-2008, 05:59 PM
  3. Hunter Blindspot fixed....OP much?
    By Ozrien in forum World of Warcraft General
    Replies: 7
    Last Post: 11-15-2007, 01:55 AM
  4. Hunter bug with SWS damage meter mod.
    By Smashy in forum World of Warcraft Exploits
    Replies: 12
    Last Post: 08-23-2007, 12:18 AM
  5. Ud helm / head bug fix
    By rokakilo in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 07-15-2007, 05:18 PM
All times are GMT -5. The time now is 01:35 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search