• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[3.3.5] [Trinitycore] Community Source [Eluna] Daily Updated

Locust

Emulation Addict
Community Source

The basic source structure for every server needs, the source is daily updated to provide the right structure and support for your server.

The source is the latest Trinitycore.

Features:
  • 1v1 Arena
  • Crossfaction Battlegrounds
  • Transmogrification
  • Eluna
  • Custom rate command
  • World chat with Icons
  • Arena crystal (faster start)
  • Reset on duel
  • Arena Ladder
  • Arena spectator
  • MultiVendor
  • Passive Anti-cheat
  • Kill Streak
  • Guild Housing
  • Login Announcer
  • Professions
  • Phase duel
  • Playertools
  • Template NPC (Same as Arena tournament; allows player click their spec and automatically does talent, gear and glyphs for them)
  • 3v3 Soloqueue - Same as Arena tournament
  • GoMove
  • Dementia - Anti Draw system in arena, same as arena tournament.
  • And alot more!

I hope you enjoy Community source - Please give me your feed back as this powers my motivation to continue develop the source.

Thank you.
Enjoy!
https://github.com/Quadral/335source


To do:
Add Fully Functional Player bots
Add configuration settings for custom scripts



ChangeLogs

Changelog:

  • 12/9/15:
  • Fixed warning errors, clean up code

Changelog:

  • 9/9/15:
  • Fixed compiling errors, no error during compile, made it user friendly, included world database


Changelog:

  • 3/9/15:
  • Added SQL's for: transmog, custom rate and multivendor sql example
  • Added Beastmaster
  • Added NPC-Enchanter
  • Added custom rates settings in worldconfig
  • Added Multivendor support

Changelog:

  • 2/9/15:
  • Added Arena Ladder
  • Added Transmogrification (Visual and non visual)
  • Added Arena Spectator
  • Added 1v1 System
  • Added Custom rate by command system
  • Added Crossfaction Battlegrounds
  • Arena spectator

Changelog:

  • 1/9/15:
  • Fixed Scarlet Cannon (No longer can be moved)
  • Fixed Trigger on turrets on Razorscale
  • Fixed Ghostland Waypoints
  • Fixed Scarlet Fleet Defence Yelling on turret
  • Fixed Athri Basin not triggering flag capture
  • Fixed numerous attacking system NPC's in Grizzly Hill


Credits:
Rochet 2: Transmog, Eluna and Multivendor Support
LordPsyan: Crossfaction, 1v1, Custom rates, Arena Crystal, Arena Template, Guildhousing
Flameshot: Arena Spectator
Quadral: Merge the scripts and compiled the core, world chat.

Special thanks to LordPsyan for updated patches and references.

Note:I do not supply my auth, character and world database - The sqls are located custom script folder to import into your character database and world. Have fun!
 

TheMoneyHater

Enthusiast
I found some fails

Should say that it was created on windows.
1V1 is giving error because in the cmakelist it is 1v1 (not big letter)
+ giving many errors on debian 7.0
 

Locust

Emulation Addict
I found some fails

Should say that it was created on windows.
1V1 is giving error because in the cmakelist it is 1v1 (not big letter)
+ giving many errors on debian 7.0

My apologies. If anyone could give me the errors log, I will gladly make it compatible with Linux
 

unim

Emulation Addict
The folders in /sql/custom are empty. There is no sql's in it. When you start the worldserver you see an error which tells:

In mysql_stmt_prepare() id: 459, sql: "INSERT INTO character_xp_rate (guid, xp_rate) VALUES (?, ?)"
Table 'characters2.character_xp_rate' doesn't exist
In mysql_stmt_prepare() id: 460, sql: "DELETE FROM character_xp_rate WHERE guid = ?"
Table 'characters2.character_xp_rate' doesn't exist
In mysql_stmt_prepare() id: 462, sql: "UPDATE character_xp_rate SET xp_rate = ? WHERE guid = ?"
Table 'characters2.character_xp_rate' doesn't exist
In mysql_stmt_prepare() id: 463, sql: "INSERT INTO character_loot_rate (guid, loot_rate) VALUES (?, ?)"
Table 'characters2.character_loot_rate' doesn't exist
In mysql_stmt_prepare() id: 464, sql: "DELETE FROM character_loot_rate WHERE guid = ?"
Table 'characters2.character_loot_rate' doesn't exist
In mysql_stmt_prepare() id: 466, sql: "UPDATE character_loot_rate SET loot_rate = ? WHERE guid = ?"
Table 'characters2.character_loot_rate' doesn't exist

Tables are not created from the base sql. Can you please upload them to git.
 
Top