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

Search results

  1. Prosecutor

    [SOLVED] You must be at least level 80 and in a raid group to enter - TrialOfTheCrusader

    Hi there! I have problem with Trial Of The Crusader...So if i select heroic mode 10/25, then i have this "error" http://f3.s.qip.ru/3pgxjB6r.png How to solve that? Best regards
  2. Prosecutor

    [SOLVED] How to make limit online? In core

    How to make limit online? Like 15 ppl. In core, not in config file.
  3. Prosecutor

    [SOLVED] Iproving the NPC Abilities

    Hi there. I have a questing. i wroten the script of the boss on C++ and i have writen to him thiis spell http://www.wowhead.com/spell=20801/firebolt and i wont to make better dmg. Like from 500 to 1500. I'm using the spell_bonus_data, but it doesn't helps. How i can make that?
  4. Prosecutor

    [SOLVED] Question about character creation with items on it

    Hi there. How can i make, like when i will create new character on him will be aleardy items that i choosed?
  5. Prosecutor

    [SOLVED] About /roll

    Hi there guys. Just making panda and wanted to ask, how i can make /roll in panda like in the leach king(3.3.5a)? I just rewrote the functions of Roll in GroupHandler, but nothing.
  6. Prosecutor

    [SOLVED] Where can i find functions of /roll?

    Hi there gyus. Where can i find functions of /roll?
  7. Prosecutor

    [SOLVED] Shadowfang Keep problem with launch

    Hi guys. I have the problem with this NPC - http://f6.s.qip.ru/1a7On14dk.png This button do not press. The mob is using the Sriptname - generic_creature The code of that file is: /* * Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2006-2009 ScriptDev2...
  8. Prosecutor

    [SOLVED] How to fix the Resilience?

    Guys, How to fix the Resilience? It isn't working Code: void Unit::ApplyResilience(Unit const* victim, float* crit, int32* damage, bool isCrit, CombatRating type) const { // player mounted on multi-passenger mount is also classified as vehicle if (IsVehicle() || (victim->IsVehicle()...
  9. Prosecutor

    [SOLVED] How to change info in .server info?

    Hello guys, im releasing my core, and i want to ask, how to change info there? I know that it's comming from Level0, but there is _FULLVERSION. How i can change that? Becouse i changed in core all, and i wan't to know, that that is my core :).
  10. Prosecutor

    Unknown CMake command add_cxx_pch

    I have error like this: CMake Error at src/server/game/CMakeLists.txt:231 (add_cxx_pch): Unknown CMake command "add_cxx_pch". The code is: # Generate precompiled header if (USE_COREPCH) add_cxx_pch(game ${game_STAT_PCH_HDR} ${game_STAT_PCH_SRC}) endif ()
Top