MMOCoin

Likes Likes:  0
Results 1 to 4 of 4

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Beginner

    Join Date
    Mar 2010
    Posts
    3
    Post Thanks / Like
    Rep Power
    16
    Reputation
    1

    [mangos]how fix bugs when we have fix not

    when i found fix for mangos how we can use it in mangos

    Example i found this

    src/game/SpellEffects.cpp

    - DoSummonGuardian(eff_idx, summon_prop->FactionId);
    + // DoSummonGuardian(eff_idx, summon_prop->FactionId);


    1.i open the SpellEffects.cpp in the game folder and find the following lines :

    DoSummonGuardian(eff_idx, summon_prop->FactionId);

    and Replace the lines with:

    // DoSummonGuardian(eff_idx, summon_prop->FactionId);


    and save the changes


    2.
    after this i go to \src\win and open mangosdVC90.sln

    Then Click on Build Then Build Solution

    3.and after that i copy the all file in \bin\Win32_Release and replace to my server folder



    but always i get error

    ========== Build: 0 succeeded, 1 failed, 11 up-to-date, 0 skipped ==========

    is this right?
    i do wrong?

    i mean my work is ok?or i doing wrong for apply patch
    Last edited by Moha; 21-03-10 at 11:35 AM.



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Contributor
    StickyIcky's Avatar
    Join Date
    Jul 2008
    Location
    127.0.0.1
    Posts
    747
    Post Thanks / Like
    Rep Power
    20
    Reputation
    188
    Just posting
    Code:
    ========== Build: 0 succeeded, 1 failed, 11 up-to-date, 0 skipped  ==========
    doesn't help

    Post the whole build log.

  4. #3
    Beginner

    Join Date
    Mar 2010
    Posts
    3
    Post Thanks / Like
    Rep Power
    16
    Reputation
    1
    i mean my work is ok? or i doing wrong for apply patch?

  5. #4
    Scout

    Join Date
    Dec 2009
    Posts
    27
    Post Thanks / Like
    Rep Power
    17
    Reputation
    6
    What errors does it give you? Does it say 3 errors 0 warnings and list the errors or something similar? You need to post more of the TEXT above what you posted in your C++ editor

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •