Jump to content

Vehicles (Dev)


Guest AuntieMangos

Recommended Posts

Hi, everybody. I'm a beginer in using mangos. I've got some problem and hope, that someboy can help me :)

Today I've compiled mangos from patched by vehicle patch sources. During mangos-worldd starting, I've got message about the error: "Error in creature_template_addon table, probably sql file format was updated (there should be 9 fields in sql)" I know what it means. But how to fix it?

Link to comment
Share on other sites

  • Replies 1.2k
  • Created
  • Last Reply

Top Posters In This Topic

Apply v01_vehicle_data.sql, v02_vehicle_seat_data.sql, v03_creature_addon_tables.sql, v10_vehicle_test_data.sql, in this order with Navicat, or what ever you use and the error will go away because 2 tables need to have 2 colums added to them with a fist full of data to boot.

Thank you Thank you Thank you!!!!

Server has started. I couldn't start server during the week, or more. Thanks a lot!!!!

Link to comment
Share on other sites

Come on guys is not so hard to make a patch by Tasssadar/Valhalla repository (vehicle branch)

My [8994] patch is correct ? please ?

git clone git://github.com/mangos/mangos.git

cd mangos

git checkout -b 8994 d04b1344d3a9f68614d71804aa988dc7bd120fe0

git checkout -b vehicle

git pull git://github.com/Tasssadar/Valhalla-Project.git vehicle

git diff -p 8994 vehicle > tassadar.patch

Link to comment
Share on other sites

I will put a download link here, because maybe someone else want this patch too

vehicle_patch_mangos_8994.zip (very old patch)

http://filebeam.com/ead5e79d4d69e14814e2db85da02afe2

Note:

compiled without errors, but I don't know the core will works or not.

Thanks i give a try !

Edit :

Compil and SQL work, i test in game :)

I don't know if it is a good test, but mammoth working !

Edit2:

Can't use vehicle with 2 or 3 player like mammoth.

Link to comment
Share on other sites

@wowquebec

reduce the name of patch as v.patch then put the patch in the root directory of MaNGOS source code,

and use Git on MaNGOS root folder with this command: patch -p1 < v.patch

Note:

and do not worry about Hunk #2 succeeded at 1441 (offset 10 lines). and similar lines,

because it is normal, this is not an error.

Link to comment
Share on other sites

patching file src/game/SpellEffects.cpp

Hunk #2 FAILED at 145.

Hunk #3 succeeded at 3712 (offset 105 lines).

Hunk #4 succeeded at 3741 (offset 105 lines).

Hunk #5 succeeded at 6087 (offset 187 lines).

Hunk #6 succeeded at 7345 (offset 177 lines).

1 out of 6 hunks FAILED -- saving rejects to file src/game/SpellEffects.cpp.rej

patching file src/game/SpellHandler.cpp

mangos 9501

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