Jump to content

My github Repo


Recommended Posts

I was really bored so i merged a bunch of core modifications into a single fork. Make sure to pull the modified branch, the master branch is just the main mangos repo.

It includes:

PvP Ranks & Titles

MT-Maps

Playerbot

Insider42's branch

AHBot

git://github.com/caeruleaus/mangos.git

if you want a new clone do

git clone git://github.com/caeruleaus/mangos.git
git pull origin modified

just do on your mangos clone

git pull git://github.com/caeruleaus/mangos.git modified

If you want me to make individual branches just let me know, i can split it into more branches easily enough. I was just testing out github. Ill try to keep this up to date if i can.

EDIT: I made a new branch that allows users to make a weapon only equippable by a specific user. It's a column in the item_template called RequiredName

to get it just do

pull git://github.com/caeruleaus/mangos.git reqname

Link to comment
Share on other sites

It includes:

PvP Ranks & Titles(http://getmangos.eu/community/showthread.php?2651-[not-For-Svn]-Pvp-Ranks-Titles)

Vehicles(http://getmangos.eu/community/showthread.php?11759-%5Bdev%5DVehicles)

Dual Talent(off_git_mangos)

Weekly quests (http://ru-mangos.ru/showthread.php?t=116)

Insider42's branch(http://github.com/insider42/mangos)

(* * Revision 9667 - *)

http://www.rapidshare.ru/1435536

Link to comment
Share on other sites

  • 40 years later...

Hi!

I have a little problem with your Repo.

In fact, everyhing is ok compiling with Visual C++ express...

But when I want to compile on Gcc on Debian, I have a error on MapManager.cpp.

MapManager.cpp:278: undefined reference to `MapUpdater::schedule_update(Map&, unsigned int)'

I checked in MapManager.h and everything is fine... I don't understand where is the problem.

Jackie

Link to comment
Share on other sites

There is only a small problem. In fact, the vehicule patch need to alter the creature_template database by adding the column speed, but if I do it manually, Mangos say that there is not the right number of column.

I will check if i made an error.

Edit: Apparently, the v02_vehicule_data.sql need to change the speed column where there is only speed_walk and speed_run. I try to fix by sending it to speed_walk.

Link to comment
Share on other sites

freebsd 7.2x64

../configure CFLAGS="-march=nocona -m64 -O3 -msse3 -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -frename-registers -fno-strict-aliasing -fno-strength-reduce -fno-delete-null-pointer-checks" CXXFLAGS="-march=nocona -m64 -O3 -msse3 -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -frename-registers -fno-strict-aliasing -fno-strength-reduce -fno-delete-null-pointer-checks" MAKEOPTS="-j5" --prefix=/usr/local/mangos2 --sysconfdir=/usr/local/mangos2/etc --enable-cli --enable-debug --with-debug-info

config.status: creating Makefile

config.status: creating ace/Makefile

config.status: creating ace/config.h

config.status: executing depfiles commands

config.status: executing default commands

Configuration of ACE 5.6.6 is now complete.

gmake[3]: Leaving directory `/usr/home/ice/mangos/obj/dep/ACE_wrappers'

gmake[3]: Entering directory `/usr/home/ice/mangos/obj/dep/ACE_wrappers'

and repeat again,again,again

I think the problem here

gnome-config: not found

configure: WARNING: gperf program already exists

configure: WARNING: existing gperf may be overwritten during installation

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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