Jump to content
TrinityCore

Chazy Chaz

Members
  • Posts

    264
  • Joined

  • Last visited

  • Days Won

    3

Chazy Chaz last won the day on May 20 2017

Chazy Chaz had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Chazy Chaz's Achievements

Newbie

Newbie (1/14)

9

Reputation

  1. The wiki for OS X lacks the steps to choose branch (master or 3.3.5a). Just take that part from the Linux section that is exactly the same. You can do what the linux wiki says and use: git clone -b 3.3.5 git://github.com/TrinityCore/TrinityCore.git Or if you already have the repo cloned, simply switch to the 3.3.5 branch: git checkout 3.3.5
  2. Just follow the wiki step by step sticking to the version you want, and in any case, do not mix both versions. (Start over all the times you need, eventually you'll learn to do it easily without the wiki)
  3. I don't think it's 'cause I'm using wow through wine but when I try to connect it won't (it keeps "connecting"). The server is up and running, I changed SET portal "EU" to "127.0.0.1" and patched both binaries (normal and x64). Can someone confirm if it's working? Thanks.
  4. But do you understand where the problem is?
  5. I assume you are using Git GUI and not a Command Prompt or Git Bash. So i recommend you to use one of them, it's easier than the git app. When you clone a repo, the default branch should be master (unless another were specified in repo), so if you want to use another branch you have to enter in the repo folder with a console (TrinityCore by default) the following command: First we change the repository's branch with the following command (Be sure to be in repo folder): C:TrinitySource>git checkout 4.3.4 Branch 4.3.4 set up to track remote branch 4.3.4 from origin. (only appear first time) Switched to a new branch '4.3.4' Then, as Guybrush said, we select the revision we want to compile: C:TrinitySource>git checkout b95b19b3 If you never used a console, it's very easy: Just open a console (Press "win-key + R", write cmd and press enter) or Git Bash (both are consoles). One time we have a console opened, we navigate to the repo folder with the following command: C:UsersMyUserName>cd C:TrinitySource Now just follow the first two steps. Paradox: Probably you are right, but unfortunately this is a forum...
  6. kcraptor82, if you want to compile and use 4.3.4 branch, first you must select that branch on your local repository. Use "git checkout 4.3.4" in your repo folder to switch to that branch. And compile again ofc, and extract dbc, maps, vmaps from 4.3.4 game client. The best way to run 4.3.4 is using the last DB release commit to compile and be able to use the full db without single sql updates, and wait to sync the updates that are not importable by the moment (in 4.3.4_DB_Alpha repository will be updated with syncs). Use this "b95b19b3cb21f0b51481c71b77ac58bf7268b2c4" to compile from.
  7. You need to tell assembler where is the buildings (extracted) and vamps (empty) folders. md vmaps vmap4assembler.exe buildings vmaps pause Next time, run this: vmap4extractor.exe md vmaps vmap4assembler.exe buildings vmaps pause Save it as .cmd or .bat
  8. hehe you always so straightforward eh paradox xD If i post it in TC forums is because i wanna know why always it was working and now not...just that Athena did you mean in DB or in SQL file? Firsts lines of locales_quest: -- ==================== -- -- LOCALES_QUEST -- -- ==================== -- ALTER TABLE `locales_quest` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci; /*Borrado del contenido de columnas previo a la actualización */ UPDATE `locales_quest` SET `Title_loc6`=NULL WHERE `Title_loc6` IS NOT NULL; UPDATE `locales_quest` SET `Details_loc6`=NULL WHERE `Details_loc6` IS NOT NULL; UPDATE `locales_quest` SET `Objectives_loc6`=NULL WHERE `Objectives_loc6` IS NOT NULL; UPDATE `locales_quest` SET `OfferRewardText_loc6`=NULL WHERE `OfferRewardText_loc6` IS NOT NULL; UPDATE `locales_quest` SET `RequestItemsText_loc6`=NULL WHERE `RequestItemsText_loc6` IS NOT NULL; UPDATE `locales_quest` SET `EndText_loc6`=NULL WHERE `EndText_loc6` IS NOT NULL; UPDATE `locales_quest` SET `CompletedText_loc6`=NULL WHERE `CompletedText_loc6` IS NOT NULL; UPDATE `locales_quest` SET `ObjectiveText1_loc6`=NULL WHERE `ObjectiveText1_loc6` IS NOT NULL; UPDATE `locales_quest` SET `ObjectiveText2_loc6`=NULL WHERE `ObjectiveText2_loc6` IS NOT NULL; UPDATE `locales_quest` SET `ObjectiveText3_loc6`=NULL WHERE `ObjectiveText3_loc6` IS NOT NULL; UPDATE `locales_quest` SET `ObjectiveText4_loc6`=NULL WHERE `ObjectiveText4_loc6` IS NOT NULL; INSERT IGNORE INTO `locales_quest` (`entry`) SELECT `entry` FROM `quest_template`; UPDATE `locales_quest` SET `Title_loc6`='Misión de Kanrethad',`Details_loc6`='$gBienvenido:Bienvenida; de vuelta del mundo de los muertos.$B$BHace mucho tiempo tus hermanos te consideraban $gun orgulloso héroe:una orgullosa heroína;. Ahora has caído y estás $gdestrozado:destrozada;... no eres más que una reliquia del pasado. Colócate ante mí para que pueda volver a despertar la leyenda que fuiste antaño.$B$BTe devolveré los poderes y las armas que has perdido, y así volverás a estar $gcompleto:completa;.',`Objectives_loc6`='Habla con Kanrethad para que restaure tus talentos, armas y montura.$BIsla del Diseñador' WHERE `entry`='1'; UPDATE `locales_quest` SET `Title_loc6`='La garfa de Garrafilada',`Details_loc6`='El poderoso hipogrifo Garrafilada ha sido ejecutado, con la garra de la bestia derribada como testimonio de tu victoria. Seguro que Senani Truenozón, del Puesto del Hachazo, estará interesado en ver este trofeo que prueba tus actos.',`Objectives_loc6`='Llévale la garra de Garrafilada a Senani Truenozón en el Puesto del Hachazo, Vallefresno.' WHERE `entry`='2'; Firsts lines of creature_ai_texts: -- ======================= -- -- CREATURE_AI_TEXTS -- -- ======================= -- ALTER TABLE `locales_quest` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci; INSERT IGNORE INTO `locales_quest` (`entry`) SELECT `entry` FROM `quest_template`; UPDATE `creature_ai_texts` SET `content_loc6`='Parece que esos idiotas de la Abadía nos han enviado carne fresca.' WHERE `entry`='-1' ; UPDATE `creature_ai_texts` SET `content_loc6`='La Hermandad no tolerará tus actos.' WHERE `entry`='-2' ; UPDATE `creature_ai_texts` SET `content_loc6`='Ah, una oportunidad para usar esta hoja recién afilada.' WHERE `entry`='-3' ; UPDATE `creature_ai_texts` SET `content_loc6`='¡Siente el poder de la Hermandad!' WHERE `entry`='-4' ; I have to do what Micha told me, no??? Thanks Micha!! Now it work.
  9. Mmmm but if i always was able to import project to TDB, and now theres is a problem, i think is not eswow2 problem... u understand the problem xD DB return a error... and never did it (older versions)... how do you explain this? im confused with all this...
  10. yes, is eswow2 project (eswow2 dot org) and i never had any problem importing it (with installer). The one problem is that quest aren't translated (if cant find entry column, so the table is empty, theres no data for locale6) and creature_ai_text...
×
×
  • Create New...