Jump to content
TrinityCore

Search the Community

Showing results for tags 'core'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Releases and Announcements
  • Help and Support
    • Help and Support
  • Offtopic
    • Trinitycore.org Website issues
    • Chillout Room

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 8 results

  1. Hi TrinityCore community I am a computer scientist (just got my degree) and I want to learn a bit about Warcraft programming for fun. I got the 3.5.5 core as a VS project, I can build and run the worldserver, and I can successfully start the game from there. I was hoping someone here could give me some tips/guidance as to how I should go about learning to program the core and how to contribute most effectively to the community. My biggest concern is the workflow between editing, building, and running. It seems like it would be a very slow process to rebuild the core every time you need to jump into the game to check something. Any thoughts?
  2. Hey, I've been trying to compile from github the core from 6.2.3/6.2.4, I'm well aware its stopped developing. I cannot get it to configure properly in CMake, nor can I obviously build it. I'd be willing to pay for help and get this working and running. I want to develop my own server on my freetime as a learning project and for entertainment. I can't find any core for WoD, sadly.. Very hard, would appreciate any quick help
  3. I'd just like to get a little insight to why so much of the current Trinitycore code doesn't match up to a few years ago. Now I know I'm not a pro at coding on Trinitycore and I understand that the core is open sourced but these just seem so significant and doesn't seem right to remove this stuff. Let me give an example. Lets say I'm watching this tutorial to get a little information about classes and methods that I can use when making a script. (I've also been using the Trinitycore Code Documentation as reference as well but it also seems to show the same issues) Although the tutorial is a little out of date, I don't see why OnGossipSelect doesn't exist anywhere in CreatureScript and that when I try to link the script to the core code it spits out this error. object of abstract class type "GossipTeleporter" is not allowed: pure virtual function "CreatureScript::GetAI" has no overrider The DEFINES of "ADD_GOSSIP_ITEM" and many more don't exist either. Am I missing something? All I want to know is if the core is mean't to be this way and if not should I download an older version of the core before I put to much working into my current core. (I downloaded my core right from the Trinitycore website tutorial) I'm currently trying to write a simple gossipteleporter that will let you talk to an npc and teleport to the given location. It's very hard to do this when so many things just don't exist within my core. EXTRA: I pasted this into a new custom script just to see if I would get errors and I got a lot of different errors: http://pastebin.com/raw/G62e0t49 This was obtained from here: http://www.ac-web.org/forums/showthread.php?129885-Request-Teleporter-NPC-for-TrinityCore By no means am I looking to copy the code from the two links above, I was using them as a test to see if my core accepted them. Thanks, Wark
  4. I'm currently developping a web site to allow user to create an account and play in the game. For that I'm using soap connection, this way I can execute gm command from my website. (like bnetaccount create ...) I was wondering, if one day I have a lot of players and I need to limit the amount of players who can be connect in the game at the same time. But I want to choose (I will not choose my self I will create a php script for that) wich one can connect or not. So my questions are: - is there a way to know when a user try to connect in game, I mean a request is send to my website (or another way)? how? - if yes can I avoid the connection to the game? how? - is there a way to disconnect a user in the game using soap command (or another way)? how? Because here https://trinitycore.atlassian.net/wiki/spaces/tc/pages/2130065/GM+Commands I can't find a command to disconnect a player Thank you for your help.
  5. Hello, today I was trying to install the database with the master branch, but when I go to start worldserver.exe I get error saying "The application was unable to start correctly (0xc000007b). click OK to close the application." I also tried to run as administrator. What might be the problem?
  6. I would like to know for example the mechanics such as the warlock aura called Dark Bargain. How from the event absob in the script ccp is triggered an reduce 50% of the damage taken, until before send final damage to the client. It is that I would like to know all the aura workflow in the core.
  7. Hi there. I am new to the community and I was wondering if you could help me with some things. I want to learn how TrinityCore and the WOW client works to help implementing things. So. I pulled the 6.x repo and I compiled all, did all the steps and extracted the maps, vmaps, mmaps, and those "gdb" and "gt" folders. All configured and somehow working. My first question is about that process of extracting maps, vmaps, mmaps, gdb, and gt: Why does the server need those files? And WHAT are those files explained one by one? As far I can tell, maps are maps (Captain Obvious), mmaps are "movemaps" (I guess they are for collision calcs or something), and got no idea about the others. My second question has to be about "sniffing". I searched some things and I checked a guide about generating waypoints with the TrinityCore's Sniffer. I know this can be used for the waypoints generation but can it be used to check one npc position plus its GUID to place the same npc in the TrinityCore? Of course I would have to add its logic later, but, I mean, the client has all the data so the server only has to send a signal saying "I am spawning an entity here with this GUID" and the client should render the npc or object with the given GUID, right? That's all for now since I am just starting to read the sources of TrinityCore and I can't ask about it for now. Thanks in advance.
  8. Hi Everyone i have a question i see 2 version on the main site i wil open my server soon but with version should i pick where not too much bigs are in the server 3.3.5 and 6.x.x but with version is the best of these is 6.X.X al huge bugs fixed or can i better pick Wotlk Version for now ? of is there still much work to do on version 6.X Greetings DarkSiZe
×
×
  • Create New...