Jump to content

Hikage

Members
  • Posts

    5
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

About Hikage

  • Birthday 01/01/1

Hikage's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. hello for me the link are ok pehapst a problem with pastebin, i upload on pastebin.fr a rar of the patch for 10818 uploaded on filebeam http://filebeam.com/adbf838263c0b20a688518e7db3e6328 and an other to pastebin.com http://pastebin.com/N7CJBMVG
  2. hello sorry for the empty link i post a new one for rev 10818 http://pastebin.fr/9758
  3. the patch posted by scargo work for 10800 and 10818 but have 2 error on the file /src/game/MovementHandler.cpp i try to correct it i have correct the first error when all done i post it on pastebin patch works with mangos 10818 without errors http://pastebin.fr/9681
  4. really thanks for this patch works on fresh mangos 10800, i apply your patch with patch -p1 < 2007548.patch in 2 min. i test mecano hog multiseat works if on group edit: this is my sql file for mangos 10800, i use a creature_template_addon for mangos 10764 i insert the file in the table and i update to 10800 v01_vehicle_table.sql and v02_vehicle_table.sql http://pastebin.com/ck6CbZdn and after i apply this file http://pastebin.com/vFKpZ6P1
  5. Hello i compile my core 10798 with this patch http://pastebin.ca/1996943. i apply manually but when i would like to compile i have 2 error on the file vehicle.cpp, all the rest are ok. the first on line 352 ../../../src/game/Vehicle.cpp: In member function âbool Vehicle::Create(uint32, Map*, uint32, uint32, uint32, uint32, const CreatureData*)â: ../../../src/game/Vehicle.cpp:353: error: invalid conversion from âuint32â to âTeamâ ../../../src/game/Vehicle.cpp:353: error: initializing argument 2 of âbool Creature::UpdateEntry(uint32, Team, const CreatureData*, bool)â the code on this line is (i slash it for try the rest of compile) //BUGGED //if(!UpdateEntry(Entry, team, data)) // return false; the second line 973 ../../../src/game/Vehicle.cpp: In member function âvoid Vehicle::InstallAllAccessories()â: ../../../src/game/Vehicle.cpp:974: error: invalid conversion from âintâ to âTeamâ ../../../src/game/Vehicle.cpp:974: error: initializing argument 5 of âbool Creature::Create(uint32, Map*, uint32, uint32, Team, const CreatureData*)â the code on this line is (i slash it for try the rest of compile) //BUGGED //if(!pPassenger->Create(guid, GetMap(), GetPhaseMask(), entry, 0)) // continue; please if you have an idea help me ps: this is my complete vehicle.cpp http://pastebin.fr/9667 edit:second problem i try to launch with the error above slashed but my mangos world couldn't boot Error in creature_template_addon table, probably sql file format was updated (there should be 9 fields in sql). but on the table i have 10 fields entry mount bytes1 b2_0_sheath b2_1_pvp_state emote moveflags vehicle_id passengers auras i see this on creature.h // from `creature_addon` and `creature_template_addon`tables struct CreatureDataAddon { uint32 guidOrEntry; uint32 mount; uint32 bytes1; uint8 sheath_state; // SheathState uint8 pvp_state; // UnitPVPStateFlags uint32 emote; uint32 splineFlags; uint32 vehicle_id; CreatureDataAddonPassengers const* passengers; // loaded as char* "entry1 seatid1 entry2 seatid2 ... " CreatureDataAddonAura const* auras; // loaded as char* "spell1 eff1 spell2 eff2 ... " };
×
×
  • 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