Forum > Resources and Tools

[TOOL] Spell Editor GUI

<< < (2/6) > >>

Allifeur:
Woaw, it's really a nice tool  :o

But it doesn't accept special characters like à, é, è, ê, etc... So it's impossible to open french spell_dbc with it. It gives an error saying that the entry chain format is incorrect.

stoneharry:

--- Quote from: "Allifeur" ---Woaw, it's really a nice tool  :o

But it doesn't accept special characters like à, é, è, ê, etc... So it's impossible to open french spell_dbc with it. It gives an error saying that the entry chain format is incorrect.
--- End quote ---

It should accept those characters fine since it literally reads it character by character until a null terminator is found and then saves that string into a dictionary. I would need a copy of your DBC to be able to debug it.

It is more likely an issue with the fact I didn't program localised strings - I ignore the 15 other fields for each string and only read the first one. More details on this issue can be found here: https://github.com/stoneharry/Spell-Editor-GUI/issues/1

Allifeur:
http://rapidshare.com/files/837003876/Spell.dbc

Here you have.

stoneharry:

--- Quote from: "Allifeur" ---http://rapidshare.com/files/837003876/Spell.dbc

Here you have.
--- End quote ---

Just tested with this.

When you start it up no strings are loaded (because it does not load localised strings).

If you add strings to it (E.g: ááé test ííú) it saves it and writes it fine. However it writes it to the non-local field.

You can change which local it loads and writes to in the source code. You can find where the code is you need to change on the GitHub issue: https://github.com/stoneharry/Spell-Editor-GUI/issues/1

stoneharry:

--- Quote from: "strawie" ---omfg!!! amazing

edit: When editing spells it changes the duration when you press save spell.

Appears only to be a problem with certain spells with certain durations, 6000 glitched for me.
--- End quote ---

It seems the cooldowns are being handled wrong - it sets the duration to 10 seconds if it has no duration. I will look into this further.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version