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

Recent content by renatokeys

  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

    [Eluna] Simple World Chat System

    look, carbonite addon spamm the world chat , how fix it ?
  3. 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...
  4. renatokeys

    C-Mangos vs TC

    Which one is less bug in 3.3.5? Cmangos or TC
  5. 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...
  6. 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...
  7. 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...
  8. 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)]...
  9. 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...
  10. 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.
  11. 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...
  12. 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)...
  13. 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...
  14. 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 ?
  15. renatokeys

    [SOLVED] player flags

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