yes.. yes it does![]()
Dunno if anyone checked that, but not all the commands are working...
Like the .characters for example... can you check that Pryd? Big Thanks!
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?
Just installed this repack - easy to do, everything seems to have worked first time!
Great work, thanks.
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
/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!
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.
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:
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.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"
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
i have a few errors also.
DB - UltraCore_CTDB_FUN
and also from bots and other stuffERROR: 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 (4is 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 a few more but this is all basicallyERROR: 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.
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.
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...
============================================
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