Welcome to the MMOtop - Arcemu, Mangos, Trinity.
+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Jerry's Avatar
    Status : Jerry is offline
    Join Date : Mar 2009
    Location : Serbia
    Posts : 2,321
    Thanks: 223
    Thanked 501 Times in 286 Posts
    Rep Power : 10
    Reputation:2077Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute

    Default Interesting GIT BRANCHES

    Cttedits: Charlie2025
    ------
    User's Branches
    Outdoor PvP System

    git pull git://github.com/charlie2025/mangos.git outdoor
    Description This patch implements the outdoor world pvps for mangos. It's big patch, so for more information visit patch's topic.
    Author Originaly written by w12x, updated by KAPATEJlb and by me.
    Forum topic [Only registered and activated users can see links. ]

    Anticheat

    git pull git://github.com/FH3095/mangos.git anticheat
    Description anticheat system.
    Author FH3095
    Forum topic [Only registered and activated users can see links. ]

    Anticheat

    git pull git://github.com/CWN/mangos.git speed_cheat_fix
    Description Just another anticheat system.
    Author CWN

    Alterac Valley

    git pull git://github.com/balrok/mangos.git alterac
    Description Make function this BG Alterac Valley.
    Author Written by Bogie and Balrok
    Forum topic [Only registered and activated users can see links. ]

    Multi-threaded Maps

    git pull git://github.com/scamp/mangos.git master
    git pull git://github.com/HiTmAn/mangos.git mtmaps
    Description Make MaNGOS more multi-threading by multithreading maps. Second git-pull is only another branch for using, both should working.l
    Author Written by Ralf, Derex, scamp, HiTmAn
    Forum topic [Only registered and activated users can see links. ]

    Improved Config (ImpConfig)
    git pull git://github.com/dythzer/mangos.git impconfig
    Description: Adds more configuration options to mangos like starting gold, all class spells, PvP Token system and much more. For a full list of config options, [Only registered and activated users can see links. ].
    Author: Dythzer
    Forum topic: [Only registered and activated users can see links. ]

    Simple JAIL
    git pull git://github.com/dythzer/mangos.git simple_jail
    Description Add a Jail function to MaNGOS.There is no needed SQL to execute. You can jail specific character by commands .jail or unjail by .unjail.
    Author Dythzer

    Some Game Event Extensions
    git pull git://github.com/jolan/mangos.git serverwide
    Description adds serverwide events support
    Author Originaly written by w12x, updated by Jolan , Now, where Jolan is afk, I update it.
    Forum topic [Only registered and activated users can see links. ]

    Don't delete chars finally
    git pull git://github.com/DasBlub/mangos.git no_char_delete
    Description Don't delete chars finally
    Author DasBlub
    Forum topic [Only registered and activated users can see links. ]

    Prepared statements (Database)
    git pull git://github.com/Wyk3d/mangos.git master
    Description Prepared statements .. compile the query once, the first time it's executed, and then just send the data in binary when the query needs to be executed. No need to escape strings, convert numbers to strings, etc. Should improve performence and improve security.
    Author Wyk3d

    AH Bot
    git pull git://github.com/Paradox/mangos.git master
    Description for low-populated server, tool, which buy and sell in auction house
    Author Paradox

    There are also more good patches on GIT, so I will add when I will have more time. And there are also other good patches, but doesn't have own Branch for now.

  2. #2
    Status : Colt is offline
    Join Date : Oct 2009
    Posts : 4
    Thanks: 0
    Thanked 0 Times in 0 Posts
    Rep Power : 0
    Reputation:10Colt is on a distinguished road

    Default Awesome

    ****ing Awesome :) Just what i was looking for today :P Handy to have it all listed...

    You wouldn't have guide for how to apply git patches?

  3. #3
    Jerry's Avatar
    Status : Jerry is offline
    Join Date : Mar 2009
    Location : Serbia
    Posts : 2,321
    Thanks: 223
    Thanked 501 Times in 286 Posts
    Rep Power : 10
    Reputation:2077Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute

    Default

    Quote Originally Posted by Colt View Post
    ****ing Awesome :) Just what i was looking for today :P Handy to have it all listed...

    You wouldn't have guide for how to apply git patches?
    Thanks dude :)

    I will post few guides about applying patchs via git.

  4. #4
    Status : Colt is offline
    Join Date : Oct 2009
    Posts : 4
    Thanks: 0
    Thanked 0 Times in 0 Posts
    Rep Power : 0
    Reputation:10Colt is on a distinguished road

    Default

    Sweet And Awesome reply time as well :O

    Just have to wait for the guide now xD

  5. #5
    Jerry's Avatar
    Status : Jerry is offline
    Join Date : Mar 2009
    Location : Serbia
    Posts : 2,321
    Thanks: 223
    Thanked 501 Times in 286 Posts
    Rep Power : 10
    Reputation:2077Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute

    Default

    Quote Originally Posted by Colt View Post
    Sweet And Awesome reply time as well :O

    Just have to wait for the guide now xD
    Ok you can patch with this command:

    example
    Code:
    git apply src/bindings/ScriptDev2/patches/MaNGOS-2008-10-22-ScriptDev2.patch
    So you are using this command:
    Code:
    git apply source/to/your/patch/file.patch
    Regards

  6. #6
    Status : Colt is offline
    Join Date : Oct 2009
    Posts : 4
    Thanks: 0
    Thanked 0 Times in 0 Posts
    Rep Power : 0
    Reputation:10Colt is on a distinguished road

    Default

    Okay But how would i do whit for example ImpConfig when you download that you get like a whole source...
    Is here patch somewhere in it? or how would i apply that?

    When i try to apply patch that way you said it shows


    And if i try to use the guide [Only registered and activated users can see links. ] i get this :P


    Is it anything im not getting here or is it the core rev or what? xD

    Cheers, Simon/Colt...

    Thanks again for your time mate :)

    Please i'm dying for the patches but just can't seam to figure it out. I might be stupid but please explain how it works. :P
    Last edited by Colt; 10-17-2009 at 07:21 PM. Reason: Added images and error reports

  7. #7
    Status : Colt is offline
    Join Date : Oct 2009
    Posts : 4
    Thanks: 0
    Thanked 0 Times in 0 Posts
    Rep Power : 0
    Reputation:10Colt is on a distinguished road

    Default

    Kan someone please help me whit this issue searched the web LOADS but still cant get the hang of it. Gotta be some guide out there somewhere... I mean its not very rare to patch a core xD

    Please someone help a fellow man on his way to victory. :P


 

Visitors found this page by searching for:

mangos multithreading

pvp token mangos

mangos github anticheat

git outdoor

mangos outdoorpvp

mangos github

Git Branches for MaNGOS

mangos pvp patch

AuctionHouseBot Paradox

mangos core anticheat

pvp token system mangos

Trinitycore with ahbot github

mangos outdoor pvp patch

outdoor pvp mangos patch

wow mangos patch altérac

charlie2025 facebook

mangos git update

paradox github

github ah bot

Mangos AntiCheat jail

multithreading in mangos

patch outdoor pvp mangos

mangos jail patch

git branch trinity

mangos patch git

SEO Blog

Tags for this Thread

Bookmarks

Posting Permissions

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