Jump to content

kaxias

Members
  • Posts

    53
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by kaxias

  1. This patch will help the mangos to have a performance better than it already has! thank you for hard work
  2. Thank you for using my RIPO, and must have acid is useful to you!
  3. what is the difference of the camera system for vehiches patch?
  4. http://github.com/kaxias/mangos/commits/Dual_Specialization
  5. LoL! I'm silly! I have not seen that had to be changed in two places!
  6. @DaemonCantor You did a test before to say?
  7. mangos suport 3.3A game\\Unit.cpp if(GetTypeId() == TYPEID_PLAYER) unitPlayer = (Player*)this; else if(((Creature*)this)->isVehicle()) unitPlayer = GetCharmer(); else unitPlayer = NULL; @Anti it is possible to see this "cannot convert from 'Unit *' to 'Player *'"!
  8. Second WhiteSpece Fix diff --git a/src/game/Vehicle.cpp b/src/game/Vehicle.cpp index dbad562..a74e382 100644 --- a/src/game/Vehicle.cpp +++ b/src/game/Vehicle.cpp @@ -98,7 +98,7 @@ void Vehicle::RegeneratePower(Powers power) float addvalue = 0.0f; - // hack: needs more research of power type from the dbc. + // hack: needs more research of power type from the dbc. // It must contains some info about vehicles like Salvaged Chopper. if(m_vehicleInfo->m_powerType == POWER_TYPE_PYRITE) return; @@ -150,7 +150,7 @@ bool Vehicle::Create(uint32 guidlow, Map *map, uint32 phaseMask, uint32 Entry, u { ((InstanceMap*)map)->GetInstanceData()->OnCreatureCreate(this); } - + if(m_vehicleInfo->m_powerType == POWER_TYPE_STEAM) { setPowerType(POWER_ENERGY); -- always good to have everything perfect! Good work like this patch!
  9. Frist whiteSpece Fix diff --git a/sql/v10_vehicle_test_data.sql b/sql/v10_vehicle_test_data.sql index e3fee71..45ad1ed 100644 --- a/sql/v10_vehicle_test_data.sql +++ b/sql/v10_vehicle_test_data.sql @@ -455,11 +455,9 @@ DELETE FROM creature_template_addon WHERE entry IN (28887,28833); INSERT INTO creature_template_addon (`entry`, `mount`, `bytes1`, `bytes2`, `emote`, `moveflags`, `vehicle_id`, `passengers`, `auras`) VALUES (28887, 0, 0, 2049, 0, 0, 68, '', ''); INSERT INTO creature_template_addon (`entry`, `mount`, `bytes1`, `bytes2`, `emote`, `moveflags`, `vehicle_id`, `passengers`, `auras`) VALUES (28833, 0, 0, 2049, 0, 0, 68, '', ''); - - /*Traveler's Tundra Mammoth */ REPLACE INTO npc_spellclick_spells VALUES (32633, 52196, 0, 0, 0, 0); -REPLACE INTO creature_template_addon VALUES (32633, 0, 0, 0, 0, 0, 312, NULL, NULL); +REPLACE INTO creature_template_addon VALUES (32633, 0, 0, 0, 0, 0, 312, NULL, NULL); REPLACE INTO vehicle_data VALUES (312, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); /* Grand Ice Mammoth */ @@ -468,18 +466,18 @@ REPLACE INTO creature_template_addon VALUES (31857, 0, 0, 0, 0, 0, 312, NULL, NU /* Salvaged Chopper */ REPLACE INTO npc_spellclick_spells VALUES (33062, 52196, 0, 0, 0, 0); -REPLACE INTO creature_template_addon VALUES (33062, 0, 0, 0, 0, 0, 335, NULL, NULL); -REPLACE INTO vehicle_data VALUES (335, 12, 62974, 62286, 62299, 64660, 0, 0, 0, 0, 0, 0, 0); +REPLACE INTO creature_template_addon VALUES (33062, 0, 0, 0, 0, 0, 335, NULL, NULL); +REPLACE INTO vehicle_data VALUES (335, 12, 62974, 62286, 62299, 64660, 0, 0, 0, 0, 0, 0, 0); REPLACE INTO vehicle_seat_data VALUES (3005, 1); - + /* Salvaged Demolisher */ REPLACE INTO npc_spellclick_spells VALUES (33109, 52196, 0, 0, 0, 0); -REPLACE INTO creature_template_addon VALUES (33109, 0, 0, 0, 0, 0, 338, NULL, NULL); +REPLACE INTO creature_template_addon VALUES (33109, 0, 0, 0, 0, 0, 338, NULL, NULL); REPLACE INTO vehicle_data VALUES (338, 12, 62306, 62490, 62308, 62324, 0, 0, 0, 0, 0, 0, 0); REPLACE INTO vehicle_seat_data VALUES (3011, 1); - + /* Salvaged Siege Engine */ -REPLACE INTO npc_spellclick_spells VALUES (33060, 52196, 0, 0, 0, 0); -REPLACE INTO creature_template_addon VALUES (33060, 0, 0, 0, 0, 0, 336, NULL, NULL); +REPLACE INTO npc_spellclick_spells VALUES (33060, 52196, 0, 0, 0, 0); +REPLACE INTO creature_template_addon VALUES (33060, 0, 0, 0, 0, 0, 336, NULL, NULL); REPLACE INTO vehicle_data VALUES (336, 12, 62345, 62522, 62346, 0, 0, 0, 0, 0, 0, 0, 0); REPLACE INTO vehicle_seat_data VALUES (3006, 1); \\ No newline at end of file -- always good to have everything perfect! Good work like this patch!
  10. [PATCH] External Mail mangos core 9100 * whitespace has been removed. * with modifications suggested by the Anti.
  11. hello to all! Naicisum you still are working on a new version of ahbot?
  12. Ok! i like the patch! but where is the sql?
  13. yes mangos sourge plus anticheat! :lol: I open the program GIT! enter the following commands! mkdir mangos //make a folder cd mangos //enter the folder git init //make a repo git pull git://github.com/kaxias/mangos.git anticheat //pull like the clone but that downloading the branch that you choose so will be able to download perfectly sorry for my bad English
  14. Hello! you can use what I'm updating weekly! PATCH anticheat made by FH3095 git clone git://github.com/kaxias/mangos.git or git pull git://github.com/kaxias/mangos.git enjoy
  15. look! you can do so mkdir mangos/ahbot cd mangos/ahbot git init git remote add origin git://github.com/Naicisum/mangos.git git pull origin ahbot git checkout origin/ahbot git checkout -b ahbot git diff master ahbot > auctionhousebot.patch git apply auctionhousebot.patch
  16. it is work at core 8379 work ok! you have to do manually place!
  17. very good job mangos time! I will return to the site and often in search of help! also be a donation to the project! and the only way to say a thank you!:lol:
×
×
  • 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