Jump to content
TrinityCore

Shauren

Developers
  • Posts

    470
  • Joined

  • Last visited

  • Days Won

    84

Posts posted by Shauren

  1. This just works.

    You run both authserver and bnetserver on the same machine/using the same database - 3.3.5 clients will connect to authserver and see all realms you defined in realmlist table (for all clients) and 6.2.2 clients connecting through bnetserver will see the same realmlist (obviously realms for a different client version will be displayed in red as incompatible)

    They both run on different ports by default so there will be no conflict

     

    fun fact: if you modify a 3.3.5 client to connect to any bnet 'portal' and try logging in with an email username bnetserver will pick it up and immediately return an error telling you to use old login method (this may not work anymore as noone is capable of doing it AND at the same time stupid enough to try it)

  2. You could apply 4.3.4/6.x character db queries if you dig them out of sql/old to get an up-to-date structure without huge losses (but I do not recomment blindly taking them all as there might be a bunch of terribly thought out queries that drop data we actually still need (drop column/reintroduce later))

    At this point it would probably be better to run some database structure diff tool and start from there - as for data that no longer makes sense (deleted spells/skills/whatever else) it was never done

  3. You are setting SAI event phase (equivalent to encounter phases, not visibility phases!)

    You need to use SMART_ACTION_SET_INGAME_PHASE_ID with id equal to phaseId from `creature` table

     

    however, you should take a look at sniffs to find if a spell is used for phasing instead (its very likely) - then you would just need to cast the spell instead trying to guess correct phase for spawns/sai action

    • Upvote 1
  4. I've tried to launch my game with -uid wow_enUS but i'm still getting the error. I've tried disabling read-only and running everything as administrator and that didn't work either. Any ideas?

    ss+(2015-09-20+at+04.02.21).png

    ss+(2015-09-20+at+04.03.15).png

    Did you even verify what you changed? Your screenshot clearly shows a missing space between -uid and locale name

    Also none of this should be neccessary as right now we are on the same version as retail - 6.2.2.20490

  5. --- Canned message start ---

    Trinity does not support repacks.

    Please learn to compile and configure the source yourself, you will learn more and may even find that the error doesnt exist in vanilla TC.

    Please refer to the author of the repack for your questions if you continue to use said repack.

    --- Canned message end ---

×
×
  • Create New...