Elysium Core 1.12 Repack - Including MMaps and Optional Vendors menu

Shout-Out

User Tag List

Page 64 of 78 FirstFirst ... 14606162636465666768 ... LastLast
Results 946 to 960 of 1170
  1. #946
    Guldiman's Avatar Member
    Reputation
    4
    Join Date
    Aug 2022
    Posts
    17
    Thanks G/R
    8/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

    Elysium Core 1.12 Repack - Including MMaps and Optional Vendors
  2. #947
    Crixx's Avatar Member
    Reputation
    2
    Join Date
    Mar 2021
    Posts
    43
    Thanks G/R
    6/1
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    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

  3. #948
    KO_EN's Avatar Active Member
    Reputation
    45
    Join Date
    Mar 2021
    Posts
    85
    Thanks G/R
    2/42
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    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

  4. Thanks Guldiman, Crixx (2 members gave Thanks to KO_EN for this useful post)
  5. #949
    KO_EN's Avatar Active Member
    Reputation
    45
    Join Date
    Mar 2021
    Posts
    85
    Thanks G/R
    2/42
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Guldiman View Post
    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.

  6. #950
    Guldiman's Avatar Member
    Reputation
    4
    Join Date
    Aug 2022
    Posts
    17
    Thanks G/R
    8/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KO_EN View Post
    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 View Post
    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.

  7. #951
    KO_EN's Avatar Active Member
    Reputation
    45
    Join Date
    Mar 2021
    Posts
    85
    Thanks G/R
    2/42
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Guldiman View Post
    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.

  8. Thanks Guldiman (1 members gave Thanks to KO_EN for this useful post)
  9. #952
    Kinswald's Avatar Member
    Reputation
    1
    Join Date
    Feb 2020
    Posts
    8
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help

    Originally Posted by brotalnia View Post
    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?

  10. #953
    KO_EN's Avatar Active Member
    Reputation
    45
    Join Date
    Mar 2021
    Posts
    85
    Thanks G/R
    2/42
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kinswald View Post
    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.

  11. Thanks Kinswald (1 members gave Thanks to KO_EN for this useful post)
  12. #954
    Kinswald's Avatar Member
    Reputation
    1
    Join Date
    Feb 2020
    Posts
    8
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This worked perfectly. You are my hero.

  13. #955
    Guldiman's Avatar Member
    Reputation
    4
    Join Date
    Aug 2022
    Posts
    17
    Thanks G/R
    8/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @KO_EN
    For me it also seemed to work fine. Thanks a lot!


    @brotalnia
    Is there a changelog available? Just for information.

  14. #956
    Kinswald's Avatar Member
    Reputation
    1
    Join Date
    Feb 2020
    Posts
    8
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Guldiman View Post
    @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.

  15. #957
    Snogrot's Avatar Member
    Reputation
    1
    Join Date
    Aug 2020
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  16. #958
    Kinswald's Avatar Member
    Reputation
    1
    Join Date
    Feb 2020
    Posts
    8
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also where would I go in the files or sql to make edit the playerbots for levels and gear?

  17. #959
    Crixx's Avatar Member
    Reputation
    2
    Join Date
    Mar 2021
    Posts
    43
    Thanks G/R
    6/1
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    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.

  18. #960
    Guldiman's Avatar Member
    Reputation
    4
    Join Date
    Aug 2022
    Posts
    17
    Thanks G/R
    8/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Crixx
    Look at start post.

Similar Threads

  1. [Repack] OpenBasic Core 3.3.0 + Custom DB. and more!
    By Algorithm in forum WoW EMU General Releases
    Replies: 66
    Last Post: 01-08-2010, 06:50 PM
  2. Orion Repack With Guide And How To Get Public (hamatchi)
    By orien30000 in forum WoW EMU Guides & Tutorials
    Replies: 15
    Last Post: 04-16-2008, 03:01 AM
  3. orion repack with guide and public with hamatchi
    By orien30000 in forum WoW EMU Guides & Tutorials
    Replies: 2
    Last Post: 01-21-2008, 07:01 PM
  4. Replies: 25
    Last Post: 11-25-2007, 11:14 AM
  5. Using the new Ascent repack by chrispee and Green m8s keep getting stuck at realmlist
    By controlsx2 in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 11-20-2007, 05:39 PM
All times are GMT -5. The time now is 02:11 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search