Jump to content
TrinityCore

silverz

Members
  • Posts

    75
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by silverz

  1. I'm looking foward to fix Viscidius on AQ40. Right now the only function i thought was possible to make it stuck at 1 hp until it meets certain condition is void DamageTaken(Unit* attacker, uint32& damage) override making the damage = 0; when i want to make it immune to damage but is not working. any suggestion?
  2. How to enable LFG logs? i've been looking for that for a while, couldnt find.
  3. Never noticed that. Thank you. Seems cool, also works. Thanks!
  4. Hello, i'm trying to script a spell that currently affects many targets including players (who shouldnt be). Is there any way i can script that spell to target only creatures? I'm asking this in generic type.
  5. Found out... had to rebuild my worldserver.conf !!!!
  6. Hello, my server was working great in the last few days, but when i tryied to start him today this is what happens: TrinityCore rev. 8a050c574f95+ 2016-03-30 00:10:23 +0200 (3.3.5 branch) (Unix, Release) (worldserver-daemon) <Ctrl-C> to stop. ______ __ /\__ _\ __ __/\ \__ \/_/\ \/ _ __ /\_\ ___ /\_\ \, _\ __ __ \ \ \/\`'__\/\ \ /' _ `\/\ \ \ \/ /\ \/\ \ \ \ \ \ \/ \ \ \/\ \/\ \ \ \ \ \_\ \ \_\ \ \ \_\ \_\ \ \_\ \_\ \_\ \_\ \__\\/`____ \ \/_/\/_/ \/_/\/_/\/_/\/_/\/__/ `/___/> \ C O R E /\___/ http://TrinityCore.org \/__/ Using configuration file /home/wowpt/Server/Realms/Test/etc/worldserver.conf. Using SSL version: OpenSSL 1.0.1e 11 Feb 2013 (library: OpenSSL 1.0.1e-fips 11 Feb 2013) Using Boost version: 1.55.0 Updating Auth database... >> Auth database is up-to-date! Containing 2 new and 8 archived updates. Updating Character database... >> Character database is up-to-date! Containing 3 new and 12 archived updates. Updating World database... >> World database is up-to-date! Containing 305 new and 882 archived updates. Realm running as realm ID 2 Using World DB: TDB 335.57 terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::property_tree::ptree_bad_data> >' what(): conversion of data to type "i" failed Segmentation fault (core dumped) I don't know what is wrong with it :S
  7. http://pastebin.com/teUmrEGF [root@ns3097542 yum.repos.d]# gcc --version gcc (GCC) 4.8.2 20140120 (Red Hat 4.8.2-16) Copyright © 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
×
×
  • Create New...