• 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. renatokeys

    TrinityCore-Multi Mangos and trinity in parallel

    Hi, i have a Eluna Trinity Wotlk core running on my machine and i want to run Eluna Mangos Classic at same time, i imported realmd tables to auth, added customflags and custombuilds do realmlist in auth and modified account table, the server runs ok . the problem are : I open Auth, open...
  2. renatokeys

    [SOLVED] ArenaSpectator update

    Hi, i was updating arena spectator and get this errors : https://gist.github.com/renatokeys/c...869#file-erros all files include in gist this problem started when i tried update because api changed uint64 to objectguid UPDATE removed #include "SpectatorAddon.h" from spectatoraddon.cpp new...
  3. renatokeys

    C-Mangos vs TC

    Which one is less bug in 3.3.5? Cmangos or TC
  4. renatokeys

    [SOLVED] multiple realm

    Hello , One friend give me him server and actually have 5000 accounts and a lot of chars, but i have mine server with a lot of accounts and a lot of chars, the problem is have accounts with same name and i cant merge because this . Its possible i use in same ip open 2 realms ? IF possible how...
  5. renatokeys

    [SOLVED] Crash learndefaultskills

    Hi , actually i get this error : http://paste.emudevs.com/?paste=169 I will try to get a debug more detailed. but i dont know how to reproduce this error. :( my core last commit f6993edab9dd2090fa458619bd27a2af112989e4 + Using new skill line from TC , BUT this error occour with new skill...
  6. renatokeys

    [SOLVED] Disconnect player

    Hi , i have any problem in my core... I git cloned eluna today and compiled normal code with crossfaction script ( littlecarl ) Now i have one bug when player use arena petition a lot of times crash the player requested. Ex : Create arena team ( get the petition ) Spamm request player...
  7. renatokeys

    Crash learndefaultspells

    my core dumping every 5 hours and when i use gdb not recive a lot of informations I dont know how to reproduce :( and actually no have more infomations because gdb onlu give me this : program received signal SIGSEGV, Segmentation Fault [Switching to thread 0x7fffbf7ff700 (LWP 6823)]...
  8. renatokeys

    [SOLVED] channelled spells

    I'm using ElunaTrinityWotlk commit (f6993edab9dd2090fa458619bd27a2af112989e4) I have a problem (Issue in Trinitycore github : https://github.com/TrinityCore/TrinityCore/issues/1775 ) Hunters only can tame pet if haste = 0 but when have haste you can't tame beast. Mage Arcane missels hit 3...
  9. renatokeys

    Time between message

    How i can do to add time between messages ? Exemple : I think this method can solve my problem but i dont know how i add regressive counter Player send a msg If regressive counter == 0 send msg regressive counter = 3(seconds) Else return false; This is for Eluna World Chat.
  10. renatokeys

    method to get type

    Today i update my eluna code with https://github.com/ElunaLuaEngine/Eluna/issues/71 and now my code buff when near creature doesn't work anymore. The line code : if (player:GetObjectType() == "Player" and creature:IsWithinDistInMap(player, 1000)) then GetObjectType no member of eluna...
  11. renatokeys

    [SOLVED] object crash

    I got this error but object no exist . Object::~Object - guid=4611686018431374650, typeid=1, entry=49426 deleted but still in world!! Item slot 255 /home/desktop/fireball/src/server/game/Entities/Object/Object.cpp:119 in ~Object ASSERTION FAILED: false ./worldserver(_ZN4ItemD1Ev+0x5b9)...
  12. renatokeys

    [SOLVED] AH BOT Script

    I having problem with AHBOT + Eluna , if i compile without Eluna works perfectly but when i compile with Eluna i got this erros: AuctionHouseBot.h Error Line : void DecrementItemCounts(AuctionEntry* ah, uint32 itemEntry); Error Line : void IncrementItemCounts(AuctionEntry* ah); Error...
  13. renatokeys

    eluna setup

    Hi , how i can download trinitycore from trinitycore REPO and add eluna ? if i add LuaEngine to src and change cmake will work to compile ?
  14. renatokeys

    [SOLVED] player flags

    Hi , is possible add player flag "admin" in chat tag ? Or add admin tag before player name in say ? thx
  15. renatokeys

    Database

    Hello , i checked the LuaFunctions in eluna and only have : CharDBQuery -- TrinityCore AuthDBQuery -- TrinityCore WorldDBQuery -- TrinityCore But i have one db called "TESTE" and i need to select an table from this. How i can do this in Eluna ? I searched in google and found this : require...
  16. renatokeys

    multi gossip

    Hi , i want to create a script to do this : OPEN NPC Option 1 Option 2 If select option 1 will show Option11 Option12 Option13 Option14 If select option 2 will show Option21 Option22 Option23 And if i choose option21 will open other gossip with Option211 How i can do this ?
  17. renatokeys

    [SOLVED] spell switch effect

    Hi , i tried change visual effect from spell 60231 but no sucess , the visual no changed and i changed in dbc 131 and 133 table but no visual changed , what is a specific id to change to change only visual to other spellvisual id ? in 133 no working , i need add custom patch.mpq ? the visual i...
  18. renatokeys

    [SOLVED] Compile error

    When i compile my core i get this error: Error 2 error LNK2019: unresolved external symbol "public: class GameObjectAI * __thiscall HookMgr::GetAI(class GameObject *)" (?GetAI@HookMgr@@QAEPAVGameObjectAI@@PAVGameObject@@@Z) referenced in function "public: class GameObjectAI * __thiscall...
  19. renatokeys

    max gossip menu sender

    Hi , i'm using multivendor from rochet2 and working perfect in npc , i tried add Arena rating restriction to nps and worked with 3 gossip menus in same number 22000 , but now i have 7 gossip menu option in same npc and when i open npc get a blank page without gossips . and no eluna errors...
  20. renatokeys

    [SOLVED] Arena Spectator

    Hi , i have a little problem with arena spectator script . If no have arenas in the moment and i click in 2v2 rated or 3v3 rated the npc "bug" no appear anything and when i close npc continue targeting me, need to relog to open window again. sry bad english . /* * Copyright (C) 2008-2012...
Top