-
Member
That's right, but is there a way to solve it? I played Classic in June on Blizzard server and there it worked fine. So the question is, why this issue exists on this custom server.
-
Member
I use questie and sometime, rarely, it happens that a quest it is not marked as comleted, I simply complete it manually clicking on "!" in the map;
if it doesn't work either, you can manually update your questie saved variable value for that quest to "1", you need to know the hash of that quest, you can easily find it in the addendum.lua file;
there could be a lot of reasons why questie not working, I may suggest to put some debug lines into Questie:MarkQuestAsFinished() into QuestieQuest.lua file and try to catch it.
Anyway I think the problem is related to the addon and not to the repack
-
Active Member
thanks for v21
By itself it starts up just fine. So for new users it's all good. but I'm having issues with moving my accounts over to the new database.
I found out the realmd/account database has changed. So most likely my old method of swapping the new one with the old one is what's causing the issue.
Any way for me to fix this?
https://i.gyazo.com/25b5c519c59b53fe...db48f40054.png
In the image the remote desktop is my old database. The one above is from v21. The columns are different.
Can I maybe recreate all the accounts in the console? That would mess up the account id's in the characters table,
but if I then go over all the characters and link them to the correct accounts again that might fix it?
Before I go try this, I want to ask if there is maybe an easier way to do all this.
---
edit:
I got it working. Quite a bit of editing, because I have 32 accounts haha.
But for anyone else upgrading from v20 to v21, this is what I did:
- start up v20
- export characters database from v20
- shut down v20
- start up new v21
- recreate all my accounts in the mangosd console
- rename characters database in v21 to "characters new"
- import old characters database from v20 into v21
- edit characters/characters to link all characters to the correct account.
- edit characters/migrations to make it the same as in "characters new"
- edit realmd/realmcharacters to set correct amount of characters for each account
I believe that's all I did.
Warning! I'm not saying this is the only way to do this. Maybe there is an easier way to do it that I don't know about.
just sharing information here.
Last edited by KO_EN; 08-29-2022 at 07:40 AM.
Reason: I managed to move all my accounts to v21
-
Post Thanks / Like - 2 Thanks
Guldiman,
Crixx (2 members gave Thanks to KO_EN for this useful post)
-
Active Member
Originally Posted by
Guldiman
That's right, but is there a way to solve it? I played Classic in June on Blizzard server and there it worked fine. So the question is, why this issue exists on this custom server.
Sounds like you're trying to use the WoW classic version of Questie on this vanilla server. I would look for the vanilla version of Questie.
quick google search: Questie
haven't tested it, so no guaranties.
edit:
oh, I see you're using the new Hermes client thing. Ya, that changes things. I dunno then. Something not going through the proxy correctly perhaps.
Sorry, I realize I'm not being very helpful here.
Last edited by KO_EN; 08-29-2022 at 07:21 AM.
-
Member
Originally Posted by
KO_EN
I got it working. Quite a bit of editing, because I have 32 accounts haha.
But for anyone else upgrading from v20 to v21, this is what I did:
Did you use extra tools? I also would like to upgrade from v20 to v21, but I'm only using the tools included in Complete Package.
Originally Posted by
KO_EN
Sounds like you're trying to use the WoW classic version of Questie on this vanilla server. I would look for the vanilla version of Questie.
quick google search:
Questie
haven't tested it, so no guaranties.
edit:
oh, I see you're using the new Hermes client thing. Ya, that changes things. I dunno then. Something not going through the proxy correctly perhaps.
Sorry, I realize I'm not being very helpful here.
Yes, I'm using 1.14.0 Classic. I tried the old vanilla version of Questie 3.7.1, but this doesn't work with Classic.
-
Active Member
Originally Posted by
Guldiman
Did you use extra tools? I also would like to upgrade from v20 to v21, but I'm only using the tools included in Complete Package.
Only HeidiSQL.
----
If you don't know how to export the character database, then I hope this will help.
- run "Start MySQL.bat" in your v20 folder
- run HeidiSQL, connect with the server. right click the "characters" database and select "export database as SQL",
https://i.gyazo.com/18da01859af986ec...a14e3a806f.png
- select database 'create', select table 'create', enter a filename, hit 'export'
https://i.gyazo.com/0d8109cfc70eb44a...135eb87b64.png
- shut down v20 MySQL
to import it into v21
- run "Start MySQL.bat" in your v21 folder
- run the SQL file you created, in my case the "characters.sql" file on my desktop. this will open up HeidiSQL.
- rename the current 'characters' database to something else, like 'characters new'
- you'll find the query on the right, select it and press F9 to run it.
https://i.gyazo.com/99bc0d51be28807f...61efe7d48b.png
- i got about 10 warning from running that query, that's fine, no worries
- hit F5 to see if the 'characters' database has been created and check if all your characters are in it. if yes, then you can delete the 'characters new' database
that's it, I think.
if it was something else you not sure about, let me know. maybe I can help.
Last edited by KO_EN; 08-29-2022 at 12:35 PM.
-
Post Thanks / Like - 1 Thanks
Guldiman (1 members gave Thanks to KO_EN for this useful post)
-
Member
Help
Originally Posted by
brotalnia
You can do that using HeidiSQL. Just remember to delete WDB folder to see the change.
1) It has nothing to do with IKE3 bots. This is original work by me and Kittnz. We work together on vmangos, which is the project this repack is based on.
2) The bots use a random gear and spec template. If you want lower level bots, then delete all premade templates for level 60, and add new ones for the level you want.
3) This is not a singleplayer project, and such functionality is beyond the scope of this emulator. The bots are not self reliant, they cannot populate the world, they wouldn't know where to go or what to do. They only have logic for battlegrounds.
4) You can change the required rank of commands by adding them to the `command` table in the `mangos` database. Use HeidiSQL. The party bots are for questing and dungeons. You add them to your party, and they follow you and attack whatever you are attacking. You can do group content by yourself this way.
5) You can define gear and spec templates for characters, and then apply them to somebody with a command. The bots use these templates. They choose a random one for their class.
To save your gear as a new template type:
.char premade savegear my-new-template
To save your spec as a new template type:
.char premade savespec my-new-template
Then to load a gear template you would do:
.char premade gear my-new_template
This will equip the character you are targeting with the same gear you saved. And it automatically learns the required weapon skills.
So trying my best but could use some help. First of all I tried to add the to the command section of mangos in order to enable non-gm players to summon the partybots but it doesn't seem to work, is there a correct way to have the columns setup?
Currently I have
Name - Security - Help - Flags
partybot - 0 - Syntax: .partybot add "[Role]" - 0
Also is there a file folder or a spot in mangos that go to setup or create bots for battle grounds for the different brackets?
-
Active Member
Originally Posted by
Kinswald
So trying my best but could use some help. First of all I tried to add the to the command section of mangos in order to enable non-gm players to summon the partybots but it doesn't seem to work,?
Not sure if you are set on using the console to do this.
But if you use HeidiSQL, you can log into your database and change this:
https://i.gyazo.com/0e5959fe36230787...4dec03a8a8.png
I added the "partybot add" line to it.
this lets normal accounts create party bots.
if this isn't what you were looking for, then sorry, I don't fully understand your post.
Last edited by KO_EN; 08-12-2024 at 07:07 AM.
-
Post Thanks / Like - 1 Thanks
Kinswald (1 members gave Thanks to KO_EN for this useful post)
-
Member
This worked perfectly. You are my hero.
-
Member
@KO_EN
For me it also seemed to work fine. Thanks a lot! 
@brotalnia
Is there a changelog available? Just for information.
-
Member
Originally Posted by
Guldiman
@
KO_EN
For me it also seemed to work fine. Thanks a lot!
@
brotalnia
Is there a changelog available? Just for information.

Not that I am aware of.... really or would know where to look for that.
-
Member
Love the work you guys are doing. Would one day like to see the Silithyst in Silithus with quests(Dune references) and PvP component functional but hey I understand the nature of the project makes that a very low priority. Absolutely love what you guys do here please keep it up
-
Member
Also where would I go in the files or sql to make edit the playerbots for levels and gear?
-
Member
I missed the post about v21, where is it? Anyway I got the link V21
Thanks Brotalnia
Last edited by Crixx; 08-31-2022 at 11:48 AM.
-
Member
@Crixx
Look at start post.