Jump to content

[not working] Outdoor Pvp


Recommended Posts

  • Replies 621
  • Created
  • Last Reply

Top Posters In This Topic

10> Creating library .\\mangosd__Win32_Release\\mangosd.lib and object .\\mangosd__Win32_Release\\mangosd.exp
10>game.lib(World.obj) : error LNK2019: unresolved external symbol "public: void __thiscall ObjectMgr::LoadCreatureInvolvedRelations(void)" (?LoadCreatureInvolvedRelations@ObjectMgr@@QAEXXZ) referenced in function "public: void __thiscall World::SetInitialWorldSettings(void)" (?SetInitialWorldSettings@World@@QAEXXZ)
10>game.lib(Level3.obj) : error LNK2001: unresolved external symbol "public: void __thiscall ObjectMgr::LoadCreatureInvolvedRelations(void)" (?LoadCreatureInvolvedRelations@ObjectMgr@@QAEXXZ)
10>game.lib(World.obj) : error LNK2019: unresolved external symbol "public: void __thiscall ObjectMgr::LoadCreatureQuestRelations(void)" (?LoadCreatureQuestRelations@ObjectMgr@@QAEXXZ) referenced in function "public: void __thiscall World::SetInitialWorldSettings(void)" (?SetInitialWorldSettings@World@@QAEXXZ)
10>game.lib(Level3.obj) : error LNK2001: unresolved external symbol "public: void __thiscall ObjectMgr::LoadCreatureQuestRelations(void)" (?LoadCreatureQuestRelations@ObjectMgr@@QAEXXZ)
10>game.lib(World.obj) : error LNK2019: unresolved external symbol "public: void __thiscall ObjectMgr::LoadGameobjectInvolvedRelations(void)" (?LoadGameobjectInvolvedRelations@ObjectMgr@@QAEXXZ) referenced in function "public: void __thiscall World::SetInitialWorldSettings(void)" (?SetInitialWorldSettings@World@@QAEXXZ)
10>game.lib(Level3.obj) : error LNK2001: unresolved external symbol "public: void __thiscall ObjectMgr::LoadGameobjectInvolvedRelations(void)" (?LoadGameobjectInvolvedRelations@ObjectMgr@@QAEXXZ)
10>game.lib(World.obj) : error LNK2019: unresolved external symbol "public: void __thiscall ObjectMgr::LoadGameobjectQuestRelations(void)" (?LoadGameobjectQuestRelations@ObjectMgr@@QAEXXZ) referenced in function "public: void __thiscall World::SetInitialWorldSettings(void)" (?SetInitialWorldSettings@World@@QAEXXZ)
10>game.lib(Level3.obj) : error LNK2001: unresolved external symbol "public: void __thiscall ObjectMgr::LoadGameobjectQuestRelations(void)" (?LoadGameobjectQuestRelations@ObjectMgr@@QAEXXZ)
10>..\\..\\bin\\Win32_Release\\mangosd.exe : fatal error LNK1120: 4 unresolved externals

What happens?

Link to comment
Share on other sites

<div class='quotetop'>QUOTE (ScriptingNewbie @ Jun 20 2008, 11:38 PM) <{POST_SNAPBACK}></div>

Nice patch, you can't stop writing awesome patches, can you biggrin.gif Hopefully they will be reviewed and in SVN soon xD

Btw is this patch in any conflict with Arena Patch? Anyone tested both of them?[/b]

i put it together since v5916 there maybe crash but i dont really think is from this two patch eg. server freeze rolleyes.gif

Link to comment
Share on other sites

First post updated.

changes:

- removed the need for additional tables, also don't save the added gos/creatures to db, thanks to Butch3r for the suggestion

- fixed a spawning bug in halaa

- for rev 6166

- some code cleanup

Link to comment
Share on other sites

<div class='quotetop'>QUOTE (w12x @ Jul 1 2008, 03:02 AM) <{POST_SNAPBACK}></div>

First post updated.

changes:

- removed the need for additional tables, also don't save the added gos/creatures to db, thanks to Butch3r for the suggestion

- fixed a spawning bug in halaa

- for rev 6166

- some code cleanup[/b]

great, continue testing
Link to comment
Share on other sites

Hi,

this patch works very fine.

But since MaNGOS is not supporting ACID, it should be split up in a SD2 part

and a pure server part.

I did change the SQL part for MaNGOS:

http://www.nopaste.org/p/aj22wdb9F

(Removed the mangos. prefix and added the line "delete from npc_option where id = 51;", so it can be re-applied

to an already existing database).

Keep up the good work,

kizura

Link to comment
Share on other sites

It is split up in those parts, the only "part" that uses ACID is the acid sql. It is needed only for the bombs in halaa: the use of the fire bomb (spell 31958) summons a trigger npc (18225), that should deal the %damage to the surrounding creatures. This trigger npc uses either SD2 or ACID script to cast spell 31961 on the nearby mobs.

Link to comment
Share on other sites

Hi,

yes I saw this, maybe I did not write clearly what I meant:

This part should be included into ScriptDev.

Concerning the entries in mangos_string - this needs some internal talk, since

some of the words might be part of a trademark.

Keep up the good work,

kizura

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