Jump to content

Mylifesuxito

Members
  • Posts

    159
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Posts posted by Mylifesuxito

  1. well i post this in another threat where the main problem seem to be solved so i decide to make a new one threat with other bug.

    test again with cleaned source and cleaned DB - no problem for me with 10406 and UDB 392

    i clear some tables of the characters about the instances and now seems to be working fine. But still exist this problem.

    1) when you enter in a instance the text msg " Welcome To ( Instance Name)(5 Player Heroic). Instance Lock are Sheduled to expire in. ( Here Should Appear the time left for reset) "

    1.a) The time is set at mangos.conf the hour for the instance reset. i have it at 4am so if the current time is 11pm. should say " Expire in. 5 Hours".

    2) At raid Info Tab the time for expired time doesnt appear now, not sure if here should appear the time that we set in mangos.conf like a said if i set it to 4am maybe should appear Expired time 4am or like before the time left for reset. will confirm this latter.

    some pics:

    sinttulo23i.th.png

    sinttuloye.th.png

    Schomoozerd --> That problem or bug you have it too?? or it works for you??

    --

    i have another question i just kill a boss in FoS i use the commands .instance listbinds the first TimeToReset (TTR) Was:

    *1h-13m-47s

    i used a second time and now the TTR was

    *1h-14m-11s

    third time was

    *1h-14m-27s

    so my question is why the TTR time Increase? im not sure but it should be something like if at mangosd.conf the Instance.ResetTimeHour is set at 4am and i got saved at 12:40 the TTR should be 3h-20m-xxs ??.

    i thought also that the TTR was like a clock i mean taking the time of the server and when it reach the Instance.ResetTimeHour will reset, but atm it show me TTR: 1h-29m-27s but the time of the server is 1pm, so really dont know.

    or how TTR works??

    Btw i test this with Heroic instance only not raid.

  2. Bumping this caus isnt fixed.

    Core Rev: 10408

    Sd2: 1792

    Custom Pach: Only Armory Stuff from shadez dont think this has some effect on the problem.

    Problems:

    1) when you enter in a instance the text msg " Welcome To ( Instance Name)(5 Player Heroic). Instance Lock are Sheduled to expire in. ( Here Should Appear the time left for reset) "

    1.a) The time is set at mangos.conf the hour for the instance reset. i have it at 4am so if the current time is 11pm. should say " Expire in. 5 Hours".

    Photo Problem 1:

    sinttulo23i.th.png

    2) At raid Info Tab the time for expired time doesnt appear now, not sure if here should appear the time that we set in mangos.conf like a said if i set it to 4am maybe should appear Expired time 4am or like before the time left for reset. will confirm this latter.

    3) When i use the .instance listbinds i see that the time for the instance expired is ( 341315days ) Lot of days.

    Here an image.

    Photo Problem 2 & 3.

    sinttuloye.th.png

    Plz review this, and try to get it fixed soon as possible :(

  3. From /src/server/game/Battlegrounds/Battleground.h:

    And also look at this commit - all "BattleGround[...]" were changed to "Battleground[...]".

    srry for the late reply but that commit is for TC, and im talking about MANGOS in the TOOLS/MANGOS/wow_armory_arena.patch the last part

    +        /** World of Warcraft Armory **/
    +        if (Battleground* bgV = ((Player*)pVictim)->GetBattleground())
    +            bgV->UpdatePlayerScore(((Player*)pVictim), SCORE_HEALING_TAKEN, gain);
    +        /** World of Warcraft Armory **/

    so as this is in the mangos folder and its for mangos should be with the " G " so plz check it again.

    the error is caus what im talking about

    ../../../src/game/Unit.cpp: In member function 'int32 Unit:ealHeal(Unit*, uint32, const SpellEntry*, bool)':

    ../../../src/game/Unit.cpp:6119: error: 'Battleground' was not declared in this scope

    ../../../src/game/Unit.cpp:6119: error: 'bgV' was not declared in this scope

    ../../../src/game/Unit.cpp:6119: error: 'class Player' has no member named 'GetBattleground'

    mangos R10366 (armory arena chart)

    also im getting this erros at db error.log i update today so the core where comes the error is rev 10351, dont know with my new rev patched.

    2010-08-18 13:27:20 SQL: INSERT INTO armory_game_chart VALUES
    ('52', '20', '1654', '2', '11', '1454', '0', '1', '0', '2780646353', '2047', '0', '572', '127422', '120000')
    2010-08-18 13:27:20 SQL ERROR: Out of range value for column 'damageTaken' at row 1
    2010-08-18 13:27:20 SQL: INSERT INTO armory_game_chart VALUES
    ('52', '20', '1655', '2', '11', '1454', '5893', '1', '3172', '3131121196', '2047', '0', '572', '127422', '120000')
    2010-08-18 13:27:20 SQL ERROR: Out of range value for column 'damageTaken' at row 1
    2010-08-18 13:29:46 SQL: INSERT INTO armory_game_chart VALUES
    ('53', '19', '1657', '1', '10', '1567', '4477', '0', '0', '2385182977', '15794328', '2', '562', '86953', '120000')
    2010-08-18 13:29:46 SQL ERROR: Out of range value for column 'damageTaken' at row 1

  4. patch is working in revision 10348 but you need to substitute isInFlight() for IsTaxiFlying() so the code should be:

    Patch is from who??

    one thing if this is working want to ask two things

    1) the way this patch is made is hacky way? if no lets go to the 2cnd question

    2) why isnt been added to the source?

  5. Rev: 10351

    sd2: 1777

    db: psdb 325

    custom patch: no one - o right the armory thing from shadez

    well i have a very curious bug or problem. this creature http://www.wowhead.com/npc=3101 ( Vile Familiar ) cast one spell - http://www.wowhead.com/spell=3110 ( fireball rank 1 ), at db i set it in the spell1 field.

    this mob have two levels 3 and 4, the thing is that the mobs in level 4 cast the fireball but as i see they have a loing interval to cast the fireball again but ok np with that.

    but the mobs on level 3, if you attack them with range attack them didnt cast anything just stay waching you if you move they follow you but without move waiting for die nothing more.

    so my question is what could be the problem? core - sd2 - db?¿ hope you can help us to found the problem.

  6. Fix from YuRuY:

    UPDATE `creature_template` SET `modelid_2` = '0' WHERE `entry` = 17591;
    DELETE FROM `creature_model_info` WHERE (`modelid`=17115);
    INSERT INTO `creature_model_info` (`modelid`, `bounding_radius`, `combat_reach`, `gender`, `modelid_other_gender`, `modelid_alternative`, `modelid_other_team`) VALUES
    (17115, 0.383, 1.5, 0, 0, 0, 0);

    ok that seems to work so in fact, the problem is for?? Core or Db?? caus the problem still remains at 10351

  7. srry for bumping this, but let me understand and maybe explain better. now i have gm on with gm visible off also im not in the group, i teleport to where the player is but i still cant see him.

    so its something wrong im doing somethng bad? how i can go to a group when their inside of an instance and see them without to be in the group? if cant its possible to join to the group with a command? the idea is that them dont see me

  8. The code I provided uses the field `starttime` and compares that to php's time() function. In my case the code reports the same time that MaNGOS reports with .server info

    Maybe your server uses one timezone while php is using another?

    Edit: Actually I just changed my host system / mysql to use GMT, while PHP is using CST6CDT (America/Chicago) and I was not able to reproduce any incorrect uptime values compared to what ".server info" returns

    no no my apologize, i was checking the most ever uptime that was 75600 not the current uptime its perfectly 48600/3600 13.5 hours that is what is showing me also the same at the .server info.

    tnx for your rply my fault. should be good if someone update the code at first page

  9. I tried that code on my server and got the same results, but then I noticed the code itself had some typos and just seemed unfinished. Here's some working code based off of the 2nd uptime example that does work

    <?php
    require_once ('config.php');
    mysql_connect($host, $user, $pass) or die ("Can't connect with $host");
    mysql_select_db ("$mangosrealm");
    
    $result = mysql_query ("SELECT * FROM $mangosrealm.`uptime` ORDER BY `starttime` DESC LIMIT 1");  
    $curtime = time() - mysql_result($result,0,1);
    $sec = $curtime%(60);
    $min = floor(($curtime/60)%60);
    $hours = floor(($curtime/(60*60))%24);
    $days = floor($curtime/(60*60*24));
    
    echo "Time Online: $days days $hours hrs $min min $sec sec
    ";
    ?>

    tnx for your fast answer, and here is mine xD, i think that still have some errors caus at server uptime column i have 75600 that is 21 hours right? 75600/3600 if im right. the script show 12 hours

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