Jump to content

[not working] Outdoor Pvp


Recommended Posts

Hi all,

is the SVN version https://outdoorpvp.svn.sourceforge.net/svnroot/outdoorpvp/ outdated?

I get a compile error

../../../src/game/OutdoorPvPEP.cpp: In member function 'void OutdoorPvPObjectiveEP_PWT::SummonFlightMaster(uint32)':
../../../src/game/OutdoorPvPEP.cpp:693: error: 'struct GossipOption' has no member named 'Option'
make[3]: *** [OutdoorPvPEP.o] Error 1
make[3]: Leaving directory `/data/mangos/mangos-rev6870/objdir/src/game'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/data/mangos/mangos-rev6870/objdir/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/data/mangos/mangos-rev6870/objdir'
make: *** [all] Error 2

Regards warrior

Link to comment
Share on other sites

  • Replies 621
  • Created
  • Last Reply

Top Posters In This Topic

i have question would it be possible to save state(captured, remaining time) into DB and after restart/crash it would restore state?

Hm, it is simillar question as like player-saving in battlegrounds, but this is world pvp and any pvp doesn't run more that once.. (there aren't "instances" like in bgs.)

I will look at it.

Link to comment
Share on other sites

With this patch, i have this error at mangos unloading :

2008-12-20 11:28:34 Deleting OutdoorPvPMgr

2008-12-20 11:28:34 ERROR:Can't find gobject guid: 3657533089

2008-12-20 11:28:34 ERROR:Can't find gobject guid: 2667677344

2008-12-20 11:28:34 ERROR:Can't find gobject guid: 4244735651

2008-12-20 11:28:34 ERROR:Can't find gobject guid: 2650900130

2008-12-20 11:28:34 ERROR:Can't find gobject guid: 3674310309

2008-12-20 11:28:34 ERROR:Can't find gobject guid: 2634122916

2008-12-20 11:28:34 ERROR:Can't find gobject guid: 3254879910

2008-12-20 11:28:34 ERROR:Can't find gobject guid: 1073841831

2008-12-20 11:28:34 ERROR:Can't find gobject guid: 1929479848

2008-12-20 11:28:34 ERROR:Can't find gobject guid: 1946257065

2008-12-20 11:28:34 ERROR:Can't find gobject guid: 1963034282

2008-12-20 11:28:34 ERROR:Can't find gobject guid: 1979811499

2008-12-20 11:28:34 ERROR:Can't find gobject guid: 4194404012

2008-12-20 11:28:34 ERROR:Can't find gobject guid: 4211181229

2008-12-20 11:28:34 ERROR:Can't find gobject guid: 16877230

2008-12-20 11:28:34 ERROR:Can't find creature guid: 2499902298

2008-12-20 11:28:34 ERROR:Can't find creature guid: 2214689627

2008-12-20 11:28:34 ERROR:Can't find gobject guid: 1510049456

2008-12-20 11:28:34 ERROR:Can't find gobject guid: 1359054511

2008-12-20 11:28:34 ERROR:Can't find gobject guid: 1510049458

2008-12-20 11:28:34 ERROR:Can't find gobject guid: 1375831729

2008-12-20 11:28:34 ERROR:Can't find gobject guid: 1510049460

2008-12-20 11:28:34 ERROR:Can't find gobject guid: 1342277299

2008-12-20 11:28:34 ERROR:Can't find gobject guid: 1510049462

2008-12-20 11:28:34 ERROR:Can't find gobject guid: 2332133045

Can anyone confirm ?

Link to comment
Share on other sites

Here you go

git pull  git://github.com/charlie2025/mangos.git outdoor
remote: Counting objects: 529, done.
remote: Compressing objects: 100% (272/272), done.
Indexing 376 objects...
remote: Total 376 (delta 318), reused 136 (delta 103)
100% (376/376) done
Resolving 318 deltas...
100% (318/318) done
46 objects were added to complete this thin pack.
configure.ac: needs update
src/bindings/Makefile.am: needs update
src/game/Pet.cpp: needs update
src/game/Spell.cpp: needs update
src/game/SpellAuras.cpp: needs update
src/game/SpellEffects.cpp: needs update
src/mangosd/Makefile.am: needs update
fatal: Entry 'src/game/Spell.cpp' not uptodate. Cannot merge.
Merge with strategy recursive failed.

Link to comment
Share on other sites

I got this error with the latest branch

g++ -DHAVE_CONFIG_H -I. -I../../../src/game -I../..  -I/usr/include/mysql -I../../../dep/ACE_wrappers -I../../dep/ACE_wrappers  -I../../src/shared -I../../../src/game -I../../../src/game/../../dep/include -I../../../src/game/../framework -I../../../src/game/../shared -I../../../src/game/../shared/vmap -I../../../src/game/../realmd -DSYSCONFDIR=\\"/opt/mangos/etc/\\"   -DENABLE_RA -DENABLE_CLI -DDO_MYSQL -g -O2 -MT Unit.o -MD -MP -MF .deps/Unit.Tpo -c -o Unit.o ../../../src/game/Unit.cpp
In file included from ../../../src/game/Unit.cpp:37:
../../../src/game/Formulas.h:35: warning: ‘typedef’ was ignored in this declaration
../../../src/game/Unit.cpp: In member function ‘uint32 Unit::DealDamage(Unit*, uint32, const CleanDamage*, DamageEffectType, SpellSchoolMask, const SpellEntry*, bool)’:
../../../src/game/Unit.cpp:719: error: ‘player’ was not declared in this scope
../../../src/game/Unit.cpp:739: error: ‘player’ was not declared in this scope
../../../src/game/Unit.cpp:807: error: ‘player’ was not declared in this scope
../../../src/game/Unit.cpp: At global scope:
../../../src/game/Unit.cpp:815: error: expected unqualified-id before ‘else’
make[3]: *** [unit.o] Error 1
make[3]: Leaving directory `/home/bizkut/simple_jail/objdir/src/game'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/bizkut/simple_jail/objdir/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bizkut/simple_jail/objdir'
make: *** [all] Error 2

Link to comment
Share on other sites

That's odd... i got this again

git pull git://github.com/charlie2025/mangos.git outdoor
remote: Counting objects: 564, done.
remote: Compressing objects: 100% (313/313), done.
Indexing 417 objects...
remote: Total 417 (delta 352), reused 137 (delta 103)
100% (417/417) done
Resolving 352 deltas...
100% (352/352) done
52 objects were added to complete this thin pack.
configure.ac: needs update
src/bindings/Makefile.am: needs update
src/game/Pet.cpp: needs update
src/game/Spell.cpp: needs update
src/game/SpellAuras.cpp: needs update
src/game/SpellEffects.cpp: needs update
src/mangosd/Makefile.am: needs update
fatal: Entry 'src/game/Spell.cpp' not uptodate. Cannot merge.
Merge with strategy recursive failed.

Link to comment
Share on other sites

when i would get the outdoor patch with

get pull i get an error like this:

remote: Total 0 (delta 0), reused 0 (delta 0)

remote: aborting due to possible repository corruption on the remote side.

error: waitpid (async) failed

fatal: error in sideband demultiplexer

Yes, I got the same if pull, clone etc.. Reported to github, hope they fix it soon.

EDIT: WORKING now

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