Jump to content

duckman

Members
  • Posts

    14
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by duckman

  1. I can also confirm this. Looking at the commit the stuff I do understand looks right. So then I look at line 768 in ItemHandler.cpp and wonder if count_pos could mess it up. I don't have time to recompile my stuff right now, but maybe it requires a -1? Or is it line 735. Original had the item count, now it has 0. But I don't really see how that could shift stuff by one. I don't know... just throwing ideas out there :-P

  2. Sorry to say but I have encountered a problem. The reason I made this change in the first place is because I forced my DK through the DK starting area and discovered that he was short some talent points. I looked through the code and this seemed like the perfect fix. But now when he logs in his talents get reset. Looking through the code, I can't figure out why? It uses the same function I changed to figure out if he has used more talent points then he has supposed to. I will admit the change was made after he did the quests but I don't think that should have made a difference. I may have to try to make another one.

  3. What bug does the patch fix? What features does the patch add?

    When guests are used to define how many talent points a character gets, the rate should be considered.

    For which repository revision was the patch created?

    8075Is there a thread in the bug report section or at lighthouse? If yes, please add a link to the thread.

    No

    Who has been writing this patch? Please include either forum user names or email addresses.

    Me

    I didn't make a patch file because its a single line.

    line 19460:
        uint32 talentPointsForLevel =
            (getLevel() < 56 ? 0 : uint32((getLevel()-55)*sWorld.getRate(RATE_TALENT)))
    -         + m_questRewardTalentCount;
    +        + m_questRewardTalentCount*sWorld.getRate(RATE_TALENT);
    

    Pretty self explanatory. The talent points to be calculated after level 55 gets multiplied the way its supposed to but then the talent points from the quests is left alone. This fixes that. Haven't done a huge amount of testing but I don't see why this would mess anything up.

  4. I agree with Dythzer. Will there be idiots who try to use the branch for real? Yes. Will they be annoying? Yes. But do we have to be nice to them? No. No where does it say Mangos is supposed to be used as an actual server. It is a platform for people to learn how something like a mmorpg is developed. Any real developer understands this and understands what unsupported and unstable mean.

    I personaly am really interested in what it takes to go from one version to another. And if I have the skills to help I would like to. But if everything is done behind closed door I am learning nothing and can't even know if I could help.

    Now this is sounding kind of like a complaint... Sorry about that. Not what I am trying to do. Ill shutup now...:P

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