-=/PryDevServer-4TC:\=- Trinity Core! menu

Shout-Out

User Tag List

Page 56 of 164 FirstFirst ... 6525354555657585960106156 ... LastLast
Results 826 to 840 of 2446
  1. #826
    Failboat's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by iotech View Post
    It says that because it isnt a Win32 executable, its 64bit. If you look deeper into the archive you downloaded, you'll find a Win32_Release folder....

    Edit: and the vmaps thing you mentioned.. thats normal, just let it finish.
    Phew, Thank you, I dont know why I didnt see that... and this makevmaps_simple sure does take a shit ton time.

    -=/PryDevServer-4TC:\=- Trinity Core!
  2. #827
    iotech's Avatar Active Member
    Reputation
    28
    Join Date
    May 2008
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes.. yes it does

  3. #828
    Norxus's Avatar Member
    Reputation
    5
    Join Date
    Oct 2009
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dunno if anyone checked that, but not all the commands are working...

    Like the .characters for example... can you check that Pryd? Big Thanks!

  4. #829
    dagreg's Avatar Sergeant
    Reputation
    1
    Join Date
    Dec 2009
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys, I keep getting too many error while batching any of the DBs, I don't know what's wrong. Could someone help me pls?

  5. #830
    Failboat's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dagreg View Post
    Hey guys, I keep getting too many error while batching any of the DBs, I don't know what's wrong. Could someone help me pls?
    You should probably give the names of the databases you want to use, and the errors that comes from it.

  6. #831
    jrz's Avatar Member
    Reputation
    1
    Join Date
    Aug 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just installed this repack - easy to do, everything seems to have worked first time!

    Great work, thanks.

  7. #832
    iotech's Avatar Active Member
    Reputation
    28
    Join Date
    May 2008
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Norxus View Post
    Dunno if anyone checked that, but not all the commands are working...

    Like the .characters for example... can you check that Pryd? Big Thanks!
    Which revision are you using? I have 13a and its working fine...

    Also:
    1. Which commands exactly are not working?
    2. Are you using TrinityAdmin or not?
    3. What is your GM Level?

  8. #833
    CoDHeRo's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok i have everything done.. i have been searching everywhere and i can't find anything omg plz help how can i change the npc to lvl 255 i wanna make lvling area but i cant plzzz

    i also want to make gear.. can anyone post a guidde? i will +rep so will many people

  9. #834
    iotech's Avatar Active Member
    Reputation
    28
    Join Date
    May 2008
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Failboat View Post
    You should probably give the names of the databases you want to use, and the errors that comes from it.
    /Agree

    Dagreg, you need to provide more info if you want help. Also, confirm that you are following the included instructions explicitly.. including the part about using Navicat. Other mysql tools may or may not work, but these table dumps are HUGE and Navicat is known to work for them, and it is the tool we can help you with. If you arent doing so, use Navicat to execute these batches.

    If not, please give us more info so we can help you out!

  10. #835
    Failboat's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alright I have all the vmaps and all the stuff I need in the C:\Trinity\Data folder, and all the SQL has been imported without any errors and when I finally ran the 32-bit TrinityCore.exe I got this:




    I used this for my SQL tables:
    trinity -> C:\Trinity\Database\UltraCore_CTDB_FUN.sql
    realmd -> C:\Trinity\Database\realmd.sql
    characters -> C:\Trinity\Database\characters.sql
    [Navicat was used for import/management]

    EDIT: I just dumped all databases and reloading the defaults and just realised that I never changed 'world'->'trinity' in one of my configs.
    Last edited by Failboat; 04-08-2010 at 01:38 PM.

  11. #836
    iotech's Avatar Active Member
    Reputation
    28
    Join Date
    May 2008
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Failboat,

    The most likely reason for your errors is that Trinity cannot talk to your MySQL server.

    1. Verify that MySQL is actually running BEFORE Trinity startup
    2. Examine the first few lines of your trinitycore.conf and ensure you have the correct infos. The lines in question:
    Code:
    LoginDatabaseInfo     = "127.0.0.1;3306;mysqluser;mysqlpass;realmd"
    WorldDatabaseInfo     = "127.0.0.1;3306;mysqluser;mysqlpass;trinity_7757"
    CharacterDatabaseInfo = "127.0.0.1;3306;mysqluser;mysqlpass;characters"
    In the above lines, the 127.0.0.1 is the address of your MySQL server as seen from the TrinityCore server. If they are on the same computer, use 127.0.0.1.
    3306 is the port that MYSQL listens on, dont change this unless you know that your mysql is on a different port.
    mysqluser and mysqlpass are the username and password ***on mysql*** of the ***mysql*** user who has all permissions on the three databases.
    Lastly, each line contains the name of the database ***in mysql***. As you can see, my realmd database is named realmd, my world databsae is named trintiy_7757, and finally my characters db is "characters". Change these to whatever you named your databases.

    Let us know how you get along with this!

    -iotech

  12. #837
    badspeed's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have a few errors also.

    DB - UltraCore_CTDB_FUN

    ERROR: game_event_save includes event save for non-worldevent id 35
    ERROR: game_event_save includes event save for non-worldevent id 36
    ERROR: game_event_save includes event save for non-worldevent id 37
    ERROR: game_event_save includes event save for non-worldevent id 38
    ERROR: game_event_save includes event save for non-worldevent id 39
    ERROR: game_event_save includes event save for non-worldevent id 40
    ERROR: game_event_save includes event save for non-worldevent id 41
    ERROR: game_event_save includes event save for non-worldevent id 42
    ERROR: game_event_save includes event save for non-worldevent id 43
    ERROR: game_event_save includes event save for non-worldevent id 44
    ERROR: game_event_save includes event save for non-worldevent id 45
    ERROR: `game_event_save` game event id (46) is out of range compared to max event id in `game_event`
    ERROR: `game_event_save` game event id (47) is out of range compared to max event id in `game_event`
    ERROR: `game_event_save` game event id (4 is out of range compared to max event id in `game_event`
    ERROR: `game_event_save` game event id (49) is out of range compared to max event id in `game_event`
    and also from bots and other stuff

    ERROR: PlayerbotClassAI.castSpell : returning false b/c still castin
    ERROR: CreatureEventAI: Creature 28017 has events but no events added to list because of instance flags.
    ERROR: SQL: INSERT INTO character_aura (guid,caster_guid,spell,effect_mask,recalculate_mask,stackcount,amount0,amount1, amount2,base_amount0,base_amount1,base_amount2,maxduration,remaintime,remainchar ges) VALUES ('10', '17379391522750984938', '58667', '3', '3', '1', '250', '20', '0', '249', '19', '0', '30000', '4032', '0')
    ERROR: SQL ERROR: Duplicate entry '10-58667-3' for key 'PRIMARY'
    ERROR: AuraEffect::TriggerSpell: Spell 63132 have 0 in EffectTriggered[0], not handled custom case?
    ERROR: CreatureEventAI: EventMap for Creature 40001 is empty but creature is using CreatureEventAI.
    and a few more but this is all basically

  13. #838
    Failboat's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well I got TrinityCore working 100%, created my admin account but when I went into realmd->accounts I see my account, but theres no GM slot? How am I supposed to make it a GM? and Im guessing "expansion"="2" is wotlk?

    Also is it possible to make a quick guide on how to make more than 1 realm?
    Last edited by Failboat; 04-08-2010 at 04:11 PM.

  14. #839
    Norxus's Avatar Member
    Reputation
    5
    Join Date
    Oct 2009
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by iotech View Post
    Which revision are you using? I have 13a and its working fine...

    Also:
    1. Which commands exactly are not working?
    2. Are you using TrinityAdmin or not?
    3. What is your GM Level?
    Can“t list all the commands, tested ".character" + subcommands
    Yes, I use TrinityAdmin.

    Im using Revision 14a
    Checked on Revisions 14b and 14c, that command isnt working...

    GM Level = 3

    Maybe the commands got messed up with the: "TrinityUltra_rev14b.rar Over 1000 New Custom Items on Vendors in the new LvL 80 Mall New player commands are back such as gamble and roulette plus small updates to all worlds"

    All the revisions before 14B are working good... gonna try setup another server and test each command to confirm...


    ============================================

    Originally Posted by Failboat View Post
    Well I got TrinityCore working 100%, created my admin account but when I went into realmd->accounts I see my account, but theres no GM slot? How am I supposed to make it a GM? and Im guessing "expansion"="2" is wotlk?

    Also is it possible to make a quick guide on how to make more than 1 realm?
    You can simply resolve that by setting the account level via console (or the trinitycore.exe screen).

    "account set gmlevel ACCOUNTNAME 3 1"
    Last edited by Norxus; 04-08-2010 at 05:16 PM. Reason: Help Failboat

  15. #840
    Failboat's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Norxus View Post
    You can simply resolve that by setting the account level via console (or the trinitycore.exe screen).

    "account set gmlevel ACCOUNTNAME 3 1"
    Thanks, I figured out that it was in account_access table and not the actual account table.

    Now I just need to know how to make a second realm...

Similar Threads

  1. [Trinity Core] Crashing
    By Synyster in forum WoW EMU Questions & Requests
    Replies: 8
    Last Post: 08-02-2009, 04:42 PM
  2. Illidan fight bugged in Trinity Core
    By sirjason in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 07-14-2009, 11:07 AM
  3. Trinity Core Vendors [3.1.3]
    By ArcticdeathSR in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 07-07-2009, 04:18 PM
  4. Malls/Vendors for Trinity Core
    By MEC in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 07-05-2009, 01:28 PM
  5. Trinity Core Help
    By Illegalpie in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 06-26-2009, 09:01 AM
All times are GMT -5. The time now is 10:55 AM. 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