Jump to content
TrinityCore

ikir

Members
  • Posts

    67
  • Joined

  • Last visited

Everything posted by ikir

  1. Hi guys! I'm thinking to reopen my private server for my friends... I was thinking of Vanilla this time to enjoy and try original mechanics (speed stronger vs certain enemies, some abilities not working on undead etc...). But the issue would be raid, 40 players were insane. Probably we would be like 10-15 players. So I would need to balance RAID and make it doable in 10-15 players. IS there any way in the config file to change npc in a specific instance?
  2. Thanks, I'm tempted to try 4.3.4. Can you say it is stable?
  3. I’m exited as well. Having classic with updated GTX and client would be very cool the impossible dream would be having a mod/expansion with High Elf with alliance and goblins for horde without the blood elf story mess.
  4. Hi all! I left the scene and closed my private server about 1 year ago. At the time 3.3.5 server was quite stable and feature full. But other expansions were still unusable. Sometimes I check github for some fixes, but I don’t have the entire picture. how is going dev in Trinity land? Any consistent progress? i would love to reopen my server now I have optical fiber at home, with 20x upload than before. Anyway my friends want to play Cataclysm at least.
  5. Hi all! I'm getting crazy trying to run 6.x server (6.2.4) Server (OS X) is running, bnetserver and worldserver seems ok, port forwarding and ip seems ok, i've patched the executable and edited config.wtf If i run the client from the server itself or from another Mac the client crash after clicking connect. I've read there are issue with connection_patcher, anyone with a Mac can confirm or deny it? Any hint?
  6. Any problem di 6.2.4 and OS X? The client seems to crash at login
  7. Compiled 6.x tonight but i have the same issue, i was using 3.3.5 before but this is a fresh DB. Any hint?
  8. Hi all, i'm searching for a way to export characters from official server and import in Trinity core but i had no luck. There is an italian server which let you to download an add-on called "saveme" to export a lua file with a character dump. So you can export your characters in 3.3.5 for example and import in their 5.4.1 server. I'm wondering now if there is a way to do that on official server, export characters data and import it in Trinity Core 6.x
  9. OK maybe i will try with a virtual machine in the next weeks. I just fear 6.x will be much more bugged compared to 3.3.5.
  10. Hi guys, any hint how to update my private server from 3.3.5 to 6.x version without loosing anything? I mean, i don't think a simple recompile will make the Db update themselves and migrate everything. Right? I'm also interested to know experienced you had with 6.x so far, is it stable, playable? 3.3.5 even with many bugs in dungeon, raid and quest is pretty complete, stable and awesome!
  11. I got this error when i try to run worlserver DBUpdater: Given source directory /Users/ikirserver/Downloads/TrinityCore does not exist, skipped! But it should not search there for sql updates since in worldconfig i have this: # # Updates.SourcePath # Description: The path to your TrinityCore source directory. # If the path is left empty, built-in CMAKE_SOURCE_DIR is used. # Example: "../TrinityCore" # Default: "" Updates.SourcePath = "/Applications/TrinityCore" Any idea? Also have anyone tried to update to 6.x? How can we keep all the date when updating to 6.x version?
  12. OK thanks i extracted vmaps files and, assembled them. I have in my data dir: -Buildings -dbc -maps -mmaps -vmaps Is it right? Do i have too much folders? UPDATE: i think TrinityCore use vmaps and mmaps folder only, so i should delete the others. Am i right?
  13. I've read FAQ thread but it is not clear to me how to use vmaps. Can someone write here what are the correct steps? Thanks
  14. In my OS X server installation i extracted with this command /Applications/TrinityCore/bin/mapextractor -f 0 -i /Applications/World\ of\ Warcraft -o /Applications/TrinityCore/bin/ No i'm using generator by simply running it. No idea with vmaps
  15. OK it is time to update MMAPS, but i can't remember the correct way to extract maps, update MMAPS and VMAPS. Any hint?
  16. Hi guys (and girls)! Few days ago i've posted on GitHub about a bug and i've noticed it was fixed already few days ago with a DB update. The problem is that i should have automatic DB update active in my installation but is seems it doesn't work. How can i check it is working? GitHub thread Terminal output ______ __ /\__ _\ __ __/\ \__ \/_/\ \/ _ __ /\_\ ___ /\_\ \, _\ __ __ \ \ \/\`'__\/\ \ /' _ `\/\ \ \ \/ /\ \/\ \ \ \ \ \ \/ \ \ \/\ \/\ \ \ \ \ \_\ \ \_\ \ \ \_\ \_\ \ \_\ \_\ \_\ \_\ \__\\/`____ \ \/_/\/_/ \/_/\/_/\/_/\/_/\/__/ `/___/> \ C O R E /\___/ http://TrinityCore.org \/__/ Using configuration file /Applications/TrinityCore/etc/worldserver.conf. Using SSL version: OpenSSL 1.0.2e 3 Dec 2015 (library: OpenSSL 1.0.2e 3 Dec 2015) Using Boost version: 1.60.0 Updating Auth database... >> Auth database is up-to-date! Containing 1 new and 8 archived updates. Updating Character database... >> Character database is up-to-date! Containing 1 new and 12 archived updates. Updating World database... >> World database is up-to-date! Containing 6 new and 882 archived updates. Realm running as realm ID 1 Using World DB: TDB 335.60 Will clear `logs` table of entries older than 1209600 seconds every 10 minutes. My conf file: ################################################################################################### # UPDATE SETTINGS # # Updates.EnableDatabases # Description: A mask that describes which databases shall be updated. # # Following flags are available # DATABASE_LOGIN = 1, // Auth database # DATABASE_CHARACTER = 2, // Character database # DATABASE_WORLD = 4, // World database # DATABASE_HOTFIX = 8, // Hotfixes database # # Default: 0 - (All Disabled) # 4 - (Enable world only) # 15 - (All enabled) Updates.EnableDatabases = 7 # # Updates.SourcePath # Description: The path to your TrinityCore source directory. # If the path is left empty, built-in CMAKE_SOURCE_DIR is used. # Example: "../TrinityCore" # Default: "" Updates.SourcePath = "/Applications/TrinityCore" # # Updates.MySqlCLIPath # Description: The path to your mysql cli binary. # If the path is left empty, built-in path from cmake is used. # Example: "C:/Program Files/MySQL/MySQL Server 5.6/bin/mysql.exe" # "mysql.exe" # "/usr/bin/mysql" # Default: "" Updates.MySqlCLIPath = "/usr/local/bin/mysql" # # Updates.AutoSetup # Description: Auto populate empty databases. # Default: 1 - (Enabled) # 0 - (Disabled) Updates.AutoSetup = 1 # # Updates.Redundancy # Description: Perform data redundancy checks through hashing # to detect changes on sql updates and reapply it. # Default: 1 - (Enabled) # 0 - (Disabled) Updates.Redundancy = 1 # # Updates.ArchivedRedundancy # Description: Check hashes of archived updates (slows down startup). # Default: 0 - (Disabled) # 1 - (Enabled) Updates.ArchivedRedundancy = 0 # # Updates.AllowRehash # Description: Inserts the current file hash in the database if it is left empty. # Useful if you want to mark a file as applied but you don't know its hash. # Default: 1 - (Enabled) # 0 - (Disabled) Updates.AllowRehash = 1 # # Updates.CleanDeadRefMaxCount # Description: Cleans dead/ orphaned references that occur if an update was removed or renamed and edited in one step. # It only starts the clean up if the count of the missing updates is below or equal the Updates.CleanDeadRefMaxCount value. # This way prevents erasing of the update history due to wrong source directory state (maybe wrong branch or bad revision). # Disable this if you want to know if the database is in a possible "dirty state". # Default: 3 - (Enabled) # 0 - (Disabled) # -1 - (Enabled - unlimited) Updates.CleanDeadRefMaxCount = 3 #
  17. I get "AccountMgr::HasPermission: Wrong accountId 0" too. Any idea?
  18. Just a quick and stupid question. I've compiled MMAP the first time i compiled Trinity Core 1 year ago. Should i regenerate maps again? Any advantage to do it again now with the lastest version? Thanks
  19. Finally i get TrinityCore 3.3.5 compiled under 10.11 but now i have this issue and world server didn't start at all. Any ides? Using configuration file /Applications/TrinityCore/etc/worldserver.conf. Using SSL version: OpenSSL 1.0.2d 9 Jul 2015 (library: OpenSSL 1.0.2d 9 Jul 2015) Using Boost version: 1.59.0 Updating Auth database... >> Auth database is up-to-date! Containing 1 new and 7 archived updates. Updating Character database... >> Character database is up-to-date! Containing 0 new and 4 archived updates. Updating World database... >> World database is up-to-date! Containing 102 new and 639 archived updates. In mysql_stmt_prepare() id: 63, sql: "SELECT spell, item, time, categoryId, categoryEnd FROM character_spell_cooldown WHERE guid = ? AND time > UNIX_TIMESTAMP()" Unknown column 'categoryId' in 'field list' In mysql_stmt_prepare() id: 81, sql: "INSERT INTO auctionhouse (id, houseid, itemguid, itemowner, buyoutprice, time, buyguid, lastbid, startbid, deposit) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" Unknown column 'houseid' in 'field list' In mysql_stmt_prepare() id: 232, sql: "REPLACE INTO gm_ticket (id, type, playerGuid, name, description, createTime, mapId, posX, posY, posZ, lastModifiedTime, closedBy, assignedTo, comment, response, completed, escalated, viewed, needMoreHelp, resolvedBy) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" Unknown column 'type' in 'field list' In mysql_stmt_prepare() id: 236, sql: "UPDATE gm_ticket SET type = 2 WHERE playerGuid = ?" Unknown column 'type' in 'field list' In mysql_stmt_prepare() id: 367, sql: "INSERT INTO character_spell_cooldown (guid, spell, item, time, categoryId, categoryEnd) VALUES (?, ?, ?, ?, ?, ?)" Unknown column 'categoryId' in 'field list' In mysql_stmt_prepare() id: 426, sql: "INSERT INTO pet_spell_cooldown (guid, spell, time, categoryId, categoryEnd) VALUES (?, ?, ?, ?, ?)" Unknown column 'categoryId' in 'field list' In mysql_stmt_prepare() id: 461, sql: "INSERT INTO pvpstats_players (battleground_id, character_guid, winner, score_killing_blows, score_deaths, score_honorable_kills, score_bonus_honor, score_damage_done, score_healing_done, attr_1, attr_2, attr_3, attr_4, attr_5) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" Unknown column 'winner' in 'field list' In mysql_stmt_prepare() id: 467, sql: "INSERT INTO battleground_deserters (guid, type, datetime) VALUES (?, ?, NOW())" Table 'characters.battleground_deserters' doesn't exist Could not prepare statements of the Character database, see log for details. Assertion failed: (ec == 0), function unlock, file /BuildRoot/LiAssertion failed: (ec == 0), funbrary/Caches/com.apple.xbs/Sourcction unlock, file /BuildRoot/Lies/libcxx/libcxx-120.1/src/mutexbrary/Caches/com.apple.xbs/Sourc.cpp, line 45. es/libcxx/libcxx-120.1/src/mutex.cpp, line 45. Abort trap: 6
  20. @Shin Thanks so much! Grazie mille! But i got this error during compiling: Ld build/src/server/authserver/Release/authserver normal x86_64 cd /Users/ikirserver/Downloads/TrinityCore export MACOSX_DEPLOYMENT_TARGET=10.10 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -L/Users/ikirserver/Downloads/TrinityCore/build/src/server/authserver/Release -F/Users/ikirserver/Downloads/TrinityCore/build/src/server/authserver/Release -filelist /Users/ikirserver/Downloads/TrinityCore/build/src/server/authserver/TrinityCore.build/Release/authserver.build/Objects-normal/x86_64/authserver.LinkFileList -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names /Users/ikirserver/Downloads/TrinityCore/build/src/server/shared/Release/libshared.a /Users/ikirserver/Downloads/TrinityCore/build/dep/cppformat/Release/libformat.a /usr/local/mysql/lib/libmysqlclient_r.dylib /usr/local/opt/openssl/lib/libssl.dylib /usr/local/opt/openssl/lib/libcrypto.dylib /usr/local/lib/libboost_system.dylib /usr/local/lib/libboost_filesystem.dylib /usr/local/lib/libboost_thread.dylib /usr/local/lib/libboost_program_options.dylib /usr/local/lib/libboost_iostreams.dylib -Xlinker -dependency_info -Xlinker /Users/ikirserver/Downloads/TrinityCore/build/src/server/authserver/TrinityCore.build/Release/authserver.build/Objects-normal/x86_64/authserver_dependency_info.dat -o /Users/ikirserver/Downloads/TrinityCore/build/src/server/authserver/Release/authserver clang: error: no such file or directory: '/usr/local/mysql/lib/libmysqlclient_r.dylib' ** BUILD FAILED ** The following build commands failed: Ld build/src/server/authserver/Release/authserver normal x86_64 (1 failure) Ahhh it seems my libmysqlclient_r.dylib is in another dir /usr/local/lib/ Now everything is working!
  21. Thanks so much! Before compiling i see this: * Build map/vmap tools : No (default) How can i change this? Also i want to compile just 3.3.5 So i've checked out that branch with this command git checkout 3.3.5 Then i've compiled this this: xcodebuild -target install -config 3.3.5Is it right? Thanks! PS: BRAVOOO
×
×
  • Create New...