Giter Club home page Giter Club logo

Comments (5)

NotCoffee418 avatar NotCoffee418 commented on June 11, 2024 1

fixed in f8e4a41, you can just keep your profile the way it is and it should work around this this issue when exporting.
Make sure to update your Trinity Creator to the latest version.

from trinitycreator.

NotCoffee418 avatar NotCoffee418 commented on June 11, 2024

Sorry for the delay.
You have mindmg defined twice. as MinMeleeDmg and MinDmg.
Id say disable MinMeleeDmg if theres no field for it. Do the same with MaxDmg and MaxMeleeDmg
The second and third error are caused by the first error so they will also disappear.

from trinitycreator.

Variona avatar Variona commented on June 11, 2024

Don't worry about the delay, I appreciate help.

I disabled Min and MaxMeleeDmg as you suggested and now I am receiving an entirely different error. Apparently there is a syntax error being created somewhere now. I looked through the .sql file it outputs and couldn't find anything that stood out to me, though I'm clearly no expert.

Here's a screenshot of the new error. Also I included the new profile just incase you needed it. Cheers
Variona-AC2021-Rev1.txt

image

Edit

I figured out the issue. Turns out RANK and TYPE are both used by sql so I had to put ` around them manually. This fixes the issue for that one file but TrinityCreator needs to do it automatically or it'll be a hassle to manually fix it every time.

Cheers

from trinitycreator.

NotCoffee418 avatar NotCoffee418 commented on June 11, 2024

Looks like 'rank' as a column name is causing issues with newer versions of mysql.

RANK is a reserved word starting with MYSQL 8.0.2 (the version you upgraded to). That's the reason why you get the error.

To solve it is simple as adding backticks ` around RANK.

source

from trinitycreator.

Variona avatar Variona commented on June 11, 2024

Works like a charm! Thanks!

from trinitycreator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.