Spell Editor for WoW versions [3.3.5] [2.4.3] [1.12.1] menu

User Tag List

Page 4 of 5 FirstFirst 12345 LastLast
Results 46 to 60 of 65
  1. #46
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    150/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ulec View Post
    I am only using the DBC and bindings that came with the editor; nothing else.

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <SpellEditor>
      <SQLite>
        <DatabaseFileName>SpellEditor</DatabaseFileName>
      </SQLite>
      <Language>enUS</Language>
      <BindingsDirectory>C:\Users\MYUSERNAME\Desktop\Spelleditor\WoW Spell Editor\Bindings_335_wotlk</BindingsDirectory>
      <DbcDirectory>C:\Users\MYUSERNAME\Desktop\Spelleditor\WoW Spell Editor\DBC_335_wotlk</DbcDirectory>
      <WoWVersion>3.3.5a 12340</WoWVersion>
    </SpellEditor>
    You mean this config.xml?
    Can you try deleting your SpellEditor.db and reimporting the DBC files?

    Spell Editor for WoW versions [3.3.5] [2.4.3] [1.12.1]
  2. Thanks Ulec (1 members gave Thanks to stoneharry for this useful post)
  3. #47
    Ulec's Avatar Member
    Reputation
    1
    Join Date
    Jul 2010
    Posts
    18
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Same error unfortunately

  4. #48
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    150/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ulec View Post
    Same error unfortunately
    Strange, I'm not actually sure what could be causing this for you. :/

  5. #49
    naluni1277's Avatar Member
    Reputation
    1
    Join Date
    Dec 2015
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey buddy, been using your tool for a bit now, but im getting an error saying "System.Format.Exception: Die Eingabezeichenfolge hat das falsche format bei System.Number.ParseDouble(string value).." and keeps going a good side, any ideas?

    Mainly happends with any kind of "Deadly throw" 3.3.5A
    Last edited by naluni1277; 08-02-2020 at 10:33 AM.

  6. #50
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    150/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by naluni1277 View Post
    Hey buddy, been using your tool for a bit now, but im getting an error saying "System.Format.Exception: Die Eingabezeichenfolge hat das falsche format bei System.Number.ParseDouble(string value).." and keeps going a good side, any ideas?

    Mainly happends with any kind of "Deadly throw" 3.3.5A
    Reproduced the same bug:


    Please report it on the GitHub issue tracker and I'll get round to fixing it at some point.

  7. #51
    Jyria's Avatar Member
    Reputation
    1
    Join Date
    Aug 2020
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey I'm pretty new to the server based stuff so got a couple of questions. How would i findout what spell visual ID's are of some animations? I can't get the spellvisual map working atm. Is there a way to find the spell visual ID somewhere else? Was thinking WoW modelviewer 3.3.5 but dont think that shows the spell visual ID itself

  8. #52
    Ironsven's Avatar Member
    Reputation
    1
    Join Date
    Mar 2021
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very new to Servers, is there a way to convert spells from the .dbc file to spell_templates within sql? Thank you in advance!

  9. #53
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    150/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ironsven View Post
    Very new to Servers, is there a way to convert spells from the .dbc file to spell_templates within sql? Thank you in advance!
    When you import the DBC into the spell editor, it saves the data to a SQL table. You can map this SQL table to your emulator one. There's an example in this issue: Create 1.12.1 cmangos/vmangos converter . Issue #91 . stoneharry/WoW-Spell-Editor . GitHub

  10. #54
    Corelith's Avatar Member
    Reputation
    5
    Join Date
    Dec 2019
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Found this wunderful program right now, and it seems to be verry useful.... for that many thanks^^...

    but for one reason i dont know, i'm not able to connect to my database - server.
    The data i insert is right, i'm verry sure on that!

    My SQL-Version is "5.7.26-0ubuntu0.18.04.1" and my sys-version "1.5.1" ...

    Any solution for that? What about the Port, is it 3306 or 33060? I'm not sure about this, but tested both - noone worked...

  11. #55
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    150/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Corelith View Post
    Found this wunderful program right now, and it seems to be verry useful.... for that many thanks^^...

    but for one reason i dont know, i'm not able to connect to my database - server.
    The data i insert is right, i'm verry sure on that!

    My SQL-Version is "5.7.26-0ubuntu0.18.04.1" and my sys-version "1.5.1" ...

    Any solution for that? What about the Port, is it 3306 or 33060? I'm not sure about this, but tested both - noone worked...
    3306 is default. Depends what you configured.

    What's not working? Error message / screenshots?

  12. #56
    Corelith's Avatar Member
    Reputation
    5
    Join Date
    Dec 2019
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stoneharry View Post
    3306 is default. Depends what you configured.

    What's not working? Error message / screenshots?

    Didn't change anything, so i think it's about the default port 3306 (thisone is also in the worldserver.conf - so i think it's open )

    So the prog tries to read out the files:
    1.jpg


    and after a while it tells this fail:
    2.jpg

    i'll try to translate: it's something like 'The other side does not react. It's not possible to etablish a connection' ...
    Last edited by Corelith; 03-31-2021 at 06:51 AM.

  13. #57
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    150/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Corelith View Post
    Didn't change anything, so i think it's about the default port 3306 (thisone is also in the worldserver.conf - so i think it's open )

    So the prog tries to read out the files:
    1.jpg


    and after a while it tells this fail:
    2.jpg

    i'll try to translate: it's something like 'The other side does not react. It's not possible to etablish a connection' ...
    It's unable to connect to your database for some reason. Are you able to connect using any MySQL IDE (any GUI editor)? (Navicat, SQLyog, HediSQL, etc)

    If your MySQL server is hosted on another machine then you need to make sure port 3306 is open. That port does not need to be open in order to connect to a private server, only for database access.

  14. #58
    Corelith's Avatar Member
    Reputation
    5
    Join Date
    Dec 2019
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stoneharry View Post
    It's unable to connect to your database for some reason. Are you able to connect using any MySQL IDE (any GUI editor)? (Navicat, SQLyog, HediSQL, etc)

    If your MySQL server is hosted on another machine then you need to make sure port 3306 is open. That port does not need to be open in order to connect to a private server, only for database access.

    I'm working with phpMyAdmin... sure, it's on localhost... but if i look in putty for mysql open port with
    Code:
     mysql> SHOW VARIABLES LIKE 'port';
    it tells me
    Code:
    +---------------+-------+
    | Variable_name | Value |
    +---------------+-------+
    | port          | 3306  |
    +---------------+-------+
    so i think it's about port 3306, no?

  15. #59
    6thsense's Avatar Member
    Reputation
    6
    Join Date
    Sep 2018
    Posts
    15
    Thanks G/R
    8/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's 2023 and this is still the most valuable tool in 3.3.5a emulation, can't thank you enough for putting this together and releasing it to the public stoneharry - you are the man and a pillar of the emulation community, appreciate your contributions to the scene. I was learning off your guides as a kid 10 years ago and now I'm building the content I've always imagined using tools like this. Works flawlessly and saves so much time I wish I could do more than just profess my thanks.

  16. Thanks stoneharry (1 members gave Thanks to 6thsense for this useful post)
  17. #60
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    150/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 6thsense View Post
    It's 2023 and this is still the most valuable tool in 3.3.5a emulation, can't thank you enough for putting this together and releasing it to the public stoneharry - you are the man and a pillar of the emulation community, appreciate your contributions to the scene. I was learning off your guides as a kid 10 years ago and now I'm building the content I've always imagined using tools like this. Works flawlessly and saves so much time I wish I could do more than just profess my thanks.
    Thanks for the kind words.

Page 4 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. [DBC Edit] Spell editor for 4.3.4
    By darhy in forum World of Warcraft Model Editing
    Replies: 0
    Last Post: 04-16-2019, 12:52 PM
  2. Any Bots pvp/pve for old versions of WoW? (Not Pirox)
    By lilsammy in forum WoW Bots Questions & Requests
    Replies: 4
    Last Post: 08-30-2011, 11:19 PM
  3. All spells npc obgects and items for wow Ps
    By lward53 in forum World of Warcraft Exploits
    Replies: 2
    Last Post: 08-30-2010, 11:39 PM
  4. [Misc] [Release] WoWEmuHacker5.0.5.4 for WoW version 3.3.5
    By Eliteplague in forum WoW EMU Programs
    Replies: 8
    Last Post: 07-12-2010, 01:27 PM
  5. WoW Map Editor for 3.3.3a
    By shaman21 in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 04-27-2010, 06:04 PM
All times are GMT -5. The time now is 01:21 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search