Jump to content
TrinityCore

cr9c1

Plebs
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

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

cr9c1's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Glad to hear it! I'm usting Buster already, can't wait for the buster packages. Server is updated and working great, no more warnings.
  2. Got it. I'll keep an eye out for the new server package. I already merged the missing config keys in. Thanks again for all your hard work. The repo installation is fantastic and Rock solid in my experience. One other thing I noticed is on the setup database she'll script it asks for a password even though it calls to generate a random one. Maybe this was intended? I also run wow in windows so ended up copying the client to my server and manually exreacting the tools package to build the maps because it wouldn't install since dpkg was trying to overwrite the profile.d file that sets the path. It wouldn't install on my Linux box I use for media storage because I run buster but was easy enough to solve.
  3. @Thulium Yes, thank you. I was able to figure out any issues I had during install. It went fairly smoothly and I also installed phpmyadmin as a backend to manage the database. I discovered the requirement of apt-transport-https pretty quickly. You did a great job with this, it is pretty much flawless. It does appear the worldserver.conf.dist and default worldserver.conf may be missing some options, but those are easy to fix on my end as well. I figured maybe your automated build script for the server had just hit a hiccup which is why it hadn't updated. I appreciate you taking the time to look into it, and I'll keep an eye out for the updated server code. The errors appear to be related to changes in the database, with accompanying source code changes. Here are the errors I am seeing: (note the server still runs) Jun 28 08:23:58 wow worldserver[17983]: Script named 'npc_create_helper_cot' does not have a script name assigned in database. Jun 28 08:23:58 wow worldserver[17983]: Script named 'npc_creditmarker_visit_with_ancestors' does not have a script name assigned in database. Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'spell_pri_lightwell' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'spell_stratholme_crusader_strike' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'spell_icc_empowered_blood_3' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'spell_icc_empowered_blood' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'spell_teleport_leaders_blessing' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'spell_generic_remove_empowered_blood' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'spell_darkfallen_blood_mirror' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'npc_roger_owens' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'npc_martha_goslin' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'npc_malcolm_moore' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'npc_jena_anderson' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'npc_hearthsinger_forresten_cot' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'npc_darkfallen_noble' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'npc_darkfallen_blood_knight' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'npc_darkfallen_archmage' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'npc_darkfallen_advisor' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'npc_vampiric_fiend' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'npc_chromie_start' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'npc_bartleby_battson' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'npc_chromie_middle' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'npc_thalorien_dawnseeker' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'spell_salramm_steal_flesh' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'npc_darkfallen_tactician' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'npc_icc_orb_controller' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'spell_icc_siphon_essence' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'npc_stratholme_rp_dummy' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'npc_crate_helper_cot' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'npc_arthas_stratholme' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'spell_gen_teleporting' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'at_stratholme_inn_stairs_cot' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'npc_sergeant_morigan' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'go_empowering_blood_orb' exists in database, but no core script found! Jun 28 08:23:58 wow worldserver[17983]: ScriptName 'spell_q11653_shortening_blaster' exists in database, but no core script found!
  4. @Thulium, I found this guide and being a huge fan of debian, figured I would give it a go. I didn't have any problems with initial setup, although I did find I had to bring in trinitycore-database3.3.5-en manually as it didn't seem to pull in when I installed trinitycore-server3.3.5-en. I did notice it did a database update today when I pulled updates down with apt update, but it started generating errors on launch which appear to be caused by some database updates for spells which should've had accompanying source code changes -- is it safe to assume that this is just a matter of waiting for the trinitycore-server3.3.5-en update that coincides with the database updates? Thanks for all your hard work, I know what a task it can be to manage a repo server.
×
×
  • Create New...