AshamaneProject / AshamaneCore

AshamaneCore Open Source MMO Framework (master = 9.0.2.36949, bfa = 8.3.7.35284, legion = 7.3.5.26972)
GNU General Public License v2.0
321 stars 358 forks source link

Export Commands #252

Closed DuelistRag3 closed 4 years ago

DuelistRag3 commented 4 years ago

Description:

Can someone explain me how exactly the export commands work, i´m to stupid to find out myself :D

Current behaviour:

CHANGEME Tell us what happens. If this is a crash, post the crashlog (upload to https://gist.github.com/). Do not post entire log here.

Expected behaviour:

CHANGEME Tell us what should happen instead.

Project(s): <-- Mandatory

TC rev. hash/commit:

CHANGEME Mandatory if Project == compiled master repo from Git, found it in first line of Server.log

Database version

CHANGEME What DB do you use, TDB, ADB, other.

Operating system: CHANGEME OS

mcsescott commented 4 years ago

Which export commands are you referring to?

DuelistRag3 commented 4 years ago

This

mcsescott commented 4 years ago

I looked at the code, and it doesn't appear to be in TrinityCore. Not sure exactly what it does, but many of the comments are in Spanish.

DuelistRag3 commented 4 years ago

ya i know, i looked into it also, but i don´t quiet unterstand, how to trigger the commands, .export appears to not work, i unterstand what you can do with them and its very usefull, but i can´t trigger them :)

DuelistRag3 commented 4 years ago

Got it, the export cpp does not getting registered by the command script loader

mcsescott commented 4 years ago

Great; glad to see some development.

DuelistRag3 commented 4 years ago

i will add a pr, that adds it to command script loader soon