- Desde
- 29 Mar 2023
- Mensajes
- 967
- Reacciones
- 246
- Honor
- 82
Parece que tu base de datos y tus archivos de juego no están sincronizados. Tienes dos problemas principales aquÃ.Gameobject (Entry: 126337 GoType: 8) have data2=4 but GO (Entry 4) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 126338 GoType: 8) have data2=4 but GO (Entry 4) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 126339 GoType: 8) have data2=4 but GO (Entry 4) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 126340 GoType: 8) have data2=4 but GO (Entry 4) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 126341 GoType: 8) have data2=4 but GO (Entry 4) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 126342 GoType: 8) have data2=4 but GO (Entry 4) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 126345 GoType: 8) have data2=4 but GO (Entry 4) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 181168 GoType: 10) have data12=4 but GO (Entry 4) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 181169 GoType: 10) have data12=4 but GO (Entry 4) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 181575 GoType: 10) have data12=129 but GO (Entry 129) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 181576 GoType: 10) have data12=129 but GO (Entry 129) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 181577 GoType: 10) have data12=129 but GO (Entry 129) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 181578 GoType: 10) have data12=129 but GO (Entry 129) have not GAMEOBJECT_TYPE_TRAP (6) type.
[1054] Unknown column 'BaseVariance' in 'field list'
Your database structure is not up to date. Please make sure you've executed all queries in the sql/updates folders.
Gameobject (Entry: 126337 GoType: 8) have data2=4 but GO (Entry 4) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 126338 GoType: 8) have data2=4 but GO (Entry 4) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 126339 GoType: 8) have data2=4 but GO (Entry 4) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 126340 GoType: 8) have data2=4 but GO (Entry 4) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 126341 GoType: 8) have data2=4 but GO (Entry 4) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 126342 GoType: 8) have data2=4 but GO (Entry 4) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 126345 GoType: 8) have data2=4 but GO (Entry 4) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 181168 GoType: 10) have data12=4 but GO (Entry 4) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 181169 GoType: 10) have data12=4 but GO (Entry 4) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 181575 GoType: 10) have data12=129 but GO (Entry 129) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 181576 GoType: 10) have data12=129 but GO (Entry 129) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 181577 GoType: 10) have data12=129 but GO (Entry 129) have not GAMEOBJECT_TYPE_TRAP (6) type.
Gameobject (Entry: 181578 GoType: 10) have data12=129 but GO (Entry 129) have not GAMEOBJECT_TYPE_TRAP (6) type.
[1054] Unknown column 'BaseVariance' in 'field list'
Your database structure is not up to date. Please make sure you've executed all queries in the sql/updates folders.
como puedo solucioarlo
Primero, tienes Gameobjects que están configurados para ser trampas, pero los gameobjects a los que hacen referencia no son del tipo trampa. Esto puede ser debido a que los datos de tu base de datos están desactualizados o son incorrectos, o que los archivos de juego a los que hacen referencia han sido modificados o no se corresponden con los datos de la base de datos.
Segundo, tienes un problema con la estructura de tu base de datos. El error "[1054] Unknown column 'BaseVariance' in 'field list'" indica que la base de datos está intentando acceder a una columna que no existe en la tabla actual. Esto suele suceder cuando la estructura de la base de datos no coincide con los archivos de actualización de la base de datos.
Aquà te dejo algunos pasos para solucionar estos problemas:
1. **Actualiza tu base de datos:** Asegúrate de que tu base de datos está actualizada utilizando todos los archivos SQL de actualización proporcionados con tu versión de TrinityCore. Estos archivos suelen estar ubicados en la carpeta /sql/updates de tu instalación de TrinityCore.
2. **Verifica tus archivos de juego:** Asegúrate de que tus archivos de juego son compatibles con la versión de tu servidor y de tu base de datos. Si has modificado los archivos de juego o estás utilizando una versión incorrecta, es posible que veas errores como los que estás experimentando.
3. **Revisa los scripts de los gameobjects:** Si los gameobjects están haciendo referencia a entradas incorrectas, es posible que necesites modificar los scripts o la base de datos para corregir estos errores.
Si después de seguir estos pasos sigues experimentando problemas, te recomendarÃa buscar más ayuda en los foros de TrinityCore. La comunidad allà es muy activa y puede ser capaz de proporcionarte más ayuda especÃfica para tu problema.