Jump to content

Recommended Posts

Posted

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

  • 40 years later...
Posted

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

Posted

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.

Posted

I might try this... any word on how successfully an AHBot patch would fit in tho?

ps... Error when I try to git pull...

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

fatal: Not a git repository (or any of the parent directories): .git

bleh.

Posted

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

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