All Projects → lasyan3 → TrinityCore-Single

lasyan3 / TrinityCore-Single

Licence: GPL-2.0 License
Custom TrinityCore server with NPCBots and my own patches singleplayer-oriented

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
CMake
9771 projects
objective c
16641 projects - #2 most used programming language
Roff
2310 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to TrinityCore-Single

Trinity-Bots
NPCBots for TrinityCore 3.3.5
Stars: ✭ 124 (+588.89%)
Mutual labels:  trinitycore, npcbots
WoWHead-PHP-Extractors
Compare your database with WoWHead and find missing data
Stars: ✭ 14 (-22.22%)
Mutual labels:  trinitycore
why-I-hate-wow-private-servers
Reasons why most of WoW private servers sucks
Stars: ✭ 55 (+205.56%)
Mutual labels:  trinitycore
WoWDatabaseEditor
Integrated development environment (IDE), an editor for Smart Scripts (SAI/smart_scripts) for TrinityCore based servers. Featuring a 3D view built with OpenGL and custom ECS framework
Stars: ✭ 155 (+761.11%)
Mutual labels:  trinitycore
FusionCMS
A CMS for World of Warcraft private servers
Stars: ✭ 18 (+0%)
Mutual labels:  trinitycore
FusionCMS
FusionCMS For World of Warcraft private servers -- Templates & Modules on Request
Stars: ✭ 17 (-5.56%)
Mutual labels:  trinitycore
refraction
A Source Engine 2013 SP mod aimed to provide bug fixes and various development features
Stars: ✭ 23 (+27.78%)
Mutual labels:  singleplayer
BlizzCMS
BlizzCMS website World of Warcraft Multi Expansion
Stars: ✭ 36 (+100%)
Mutual labels:  trinitycore
WoWSimpleRegistration
Simple Registration page for TrinityCore/AzerothCore/AshamaneCore/CMangos
Stars: ✭ 121 (+572.22%)
Mutual labels:  trinitycore
deerportal
Full of the diamonds 💎 board game driven by a 🦌 Deer 🦌 god and classical elements 🔥 💦 💨 🌍
Stars: ✭ 31 (+72.22%)
Mutual labels:  singleplayer
trinitycore
Moved to https://gitlab.com/nicolaw/trinitycore
Stars: ✭ 29 (+61.11%)
Mutual labels:  trinitycore
Bannerlord.Diplomacy
Bannerlord mod: War, peace, NAPs, alliances, civil wars, relationships, and interactions.
Stars: ✭ 27 (+50%)
Mutual labels:  singleplayer
Trinitycore
TrinityCore Open Source MMO Framework (master = 9.1.5.41488, 3.3.5 = 3.3.5a.12340)
Stars: ✭ 7,074 (+39200%)
Mutual labels:  trinitycore
tc-client-launcher
World of Warcraft client launcher with autologin feature for TrinityCore based servers
Stars: ✭ 20 (+11.11%)
Mutual labels:  trinitycore

logo TrinityCore Single (3.3.5)

Last update

Release: TDB 335.64

Month: October 2018 (last commit: Add rotation to .gob info)

Introduction

TrinityCore Single is a personal fork of TrinityCore I made it on my freetime, as an attempt to play World of Warcraft as a Single-Player game (and also as a technical challenge!).

Additions/Changes from TrinityCore

Here is the list of changes I made to the core:

  • SpeedGame: increase or reduce the time speed in the game.
  • NoCastTime: ignore casting time.
  • NoCooldown: ignore cooldowns (with NoCastTime, leads to fireball burst shooting!).
  • HurtInRealTime: disable auto-attack, 1 click = 1 attack.
  • AttackSpeedForPlayer: increase or reduce auto-attack speed for the player.
  • AttackSpeedforMobs: same than above but for the bad guys.
  • FastFishing: catch instantly all fishes!
  • GainHonorOnGuardKill: gain honor by killing guards.
  • GainHonorOnEliteKill: gain honor by killing Elite mobs.
  • RespawnSpeed: increase or reduce the respawn time of the defeated mobs.
  • AutoCompleteQuestDelay: on quest completion, the quest giver will be summoned on your position to allow you to terminate the quest. The delay is the time in seconds until when the NPC will depop.
  • SmartQuests System: quest items can be looted (from mobs and/or containers in the world) even if you don't own the quest. That means you can cross a land, kill monsters (they will be counted if later you catch some quest requiring you to kill them!), get the quest loot, and when someone gives you a quest for those items, you won't have to go killing the same monsters again.
  • LootOnlyForPlayer: only loot weapons and armors that fit to the player (no more hammer for a thief!).
  • MinimumRates for loot: set a minimum chance for the loot (some really rare weapons have a blizzlike chance of 0.000001%, which means nothing on a Single-Player game).
  • AutoMount: some actions requires you to get off your mount (like mining or opening a chest), and it's boring. So with this mod, you'll automatically summon your mount when you finish looting.

NPCBots

I'm using NPCBots (credit to livingsacrifice) updated for the last TDB release and with some customizations:

  • Reduced damages: sometimes the bots were dealing way too much damages. I fixed that.
  • No hostility: bots are not hostile against mobs. That means if you're a thief, you can sneak around in peace!
  • More control to bots: new commands allowing to stop bots following you or even taking part to the fight (can be useful for some quests).

Additional notes

Feel free to use my fork and open issues if you see strange things related to my work.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].