Ru-MaNGOS

Ru-MaNGOS (http://mangos.ytdb.ru/index.php)
-   Моды (http://mangos.ytdb.ru/forumdisplay.php?f=8)
-   -   [mod] DK, Alliance Taxi (http://mangos.ytdb.ru/showthread.php?t=998)

DiffuSer 10.05.2010 11:41

[mod] DK, Alliance Taxi
 
Видел, но не могу найти хак, исправляющий этого мастера полетов в Ebon Hold. У кого остался - скиньте пожалуйста.

NeatElves 10.05.2010 11:49

Вроде он
Код:

diff --git a/src/game/DBCStores.cpp b/src/game/DBCStores.cpp
index 743c795..d3e8c14 100644
--- a/src/game/DBCStores.cpp
+++ b/src/game/DBCStores.cpp
@@ -469,6 +469,11 @@ void LoadDBCStores(const std::string& dataPath)
            // old continent node (+ nodes virtually at old continents, check explicitly to avoid loading map files for zone info)
            if (node->map_id < 2 || i == 82 || i == 83 || i == 93 || i == 94)
                sOldContinentsNodesMask[field] |= submask;
+
+            // fix DK node at Ebon Hold
+            if (i == 315) {
+              ((TaxiNodesEntry*)node)->MountCreatureID[1] = 32981;
+            }
        }
    }


DiffuSer 10.05.2010 11:49

Сори, нашел тему на gms.

P.S. NightElves, чуток опередил. :)


Текущее время: 03:47. Часовой пояс GMT +3.

ru-mangos.ru - Русское сообщество MaNGOS