Jump to content

Mylifesuxito

Members
  • Posts

    159
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Posts posted by Mylifesuxito

  1. shadez in your last patch i think that we have an error look, the first bold , and the second Battleground also the * i think

    --- a/src/game/Unit.cpp
    +++ b/src/game/Unit.cpp
    @@ -633,6 +633,10 @@ uint32 Unit::DealDamage(Unit *pVictim, uint32 damage, CleanDamage const* cleanDa
                {
                    // FIXME: kept by compatibility. don't know in BG if the restriction apply.
                    bg->UpdatePlayerScore(killer, SCORE_DAMAGE_DONE, damage);
    +                /** World of Warcraft Armory **/
    +               [b] if (BattleGround * bgV = ((Player*)pVictim)->GetBattleGround())[/b]   --------THIS-------
    +                    bgV->UpdatePlayerScore(((Player*)pVictim), SCORE_DAMAGE_TAKEN, damage);
    +                /** World of Warcraft Armory **/
                }
            }
    
    @@ -5862,6 +5866,10 @@ int32 Unit::DealHeal(Unit *pVictim, uint32 addhealth, SpellEntry const *spellPro
        {
            ((Player*)pVictim)->GetAchievementMgr().UpdateAchievementCriteria(ACHIEVEMENT_CRITERIA_TYPE_TOTAL_HEALING_RECEIVED, gain);
            ((Player*)pVictim)->GetAchievementMgr().UpdateAchievementCriteria(ACHIEVEMENT_CRITERIA_TYPE_HIGHEST_HEALING_RECEIVED, addhealth);
    +        /** World of Warcraft Armory **/
    +       [b] if (Battleground* bgV = ((Player*)pVictim)->GetBattleground())[/b] -------- THIS --------
    +            bgV->UpdatePlayerScore(((Player*)pVictim), SCORE_HEALING_TAKEN, gain);
    +        /** World of Warcraft Armory **/
        }

  2. im getting a lot of servers down due to this issues, the server is running normally them a crash happend and latter of that when a single player try to log server crash.

    i mean server startup again and some secs latter and 20 or 10 secs or the time that X player with this issues log in server goes down.

    its a really random crash i dont know how a simple log of a player can crash the server i got today 13 crash in less than 15 min. im blank 0.0 my rev is 10322 without custom patches

  3. If you get error 500 I think it's because you dont have mod_rewrite enabled. And if you have it but it is not working, is because the rules in .htaccess.

    I had to edit the file and add the option mentioned in my first post, RewriteBase.

    If your armory is under vwc/armory the option might be: RewriteBase /vwc/armory

    maybe ur right maybe at my pay host doesnt have rewrite on, without the rewrite on its impossible to host this armory?? i ask caus maybe other ppl like me have pay hosting but shared hosting where you cant modified things

    for shadez.

    i put on armory on my localhost where i can set on the rewrite but getting this error http://pastebin.com/veXRq1qD i manually added the data id 1 and name vwc ... at version didnt know what should be there so i put 1. and latter of make that i didnt get the error of the character and also at my account can add my character.

    so whats the problem there? , the error that i got now is the bar load stuck and item doesnt show but i think is caus didnt unzip the icons pack yet its late here so will do that tomorrow

  4. hey thx for your fast reply, my folder is var/www/armory -> there are the files of the armory

    i unpack it in this folder armory, but after apache2 restart there is alway the error message:

    if i have armory inside of another website for example my main website is www.fanartve.com/vwc and inside vwc is armory so i have fanartve.com/vwc/armory how the file should go?? caus i got 500 internal error

  5. i have a pay hosting and when i unzip the .htacess i got this see http://www.fanartve.com/vwc/armory/ if i delete the .htacess i can see first page normally but when try to search got the error that search.xml wasnt found.

    i leave my phpinfo www.fanartve.com/phpinfo.php maybe something wrong? btw its a shared hosting so i think that i cant modified anything

    any idea about my problem? you still can check it clicking at links any help is fine

  6. still at 10296, but example 2 paladin if paladin A have devotion aura active, the Paladin B will see his devotion aura active, but is only getting 1 buff, and the paladin B have shadow aura active, the paladin A will see his shadow aura active but only getting 150 of resistence. so i think is something visual.

  7. They drop and crecreate tables, the structure seems to be the same what mangos currently uses, so cleaner way for those two SQL snippets looks like

    -- TRUNCATE TABLE instance;
    TRUNCATE TABLE instance_reset;
    TRUNCATE TABLE character_instance;
    

    is ur asking to me well i already said that 10296.

  8. write by bisonte at psdb forums i just copy and paste it, it works just make this and disable windows reports

    Hello. I don't know where I should post this tip, so I tried it here ;)

    To disable the error report window (that pops up if a task crashed with the options to close program or send report to ms)

    you have to edit the registry.

    Locate the key:

    HKEY_LOCAL_MACHINE \\ SYSTEM \\ ControlSet001 \\ Control \\ Windows \\ ErrorMode

    the default value is "0". Change it to "2" (without " )

    then locate

    HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ Windows Error Reporting \\ DontShowUI

    the default value is "0". Change it to "1" (without " )

    This is tested with Windows 2008 Server Edition. Should work with Vista/Win7 as well.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use