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

    TrinityCore WotLK Eluna GetIcon() problem

    I have been trying to get an icon using the Eluna api to get the item icon. I have already done all the necessary changes in the core and compiled without problems. Just in case, let me put the code: DataStores\DBCStructure.h struct ItemDisplayInfoEntry { uint32 ID...
  2. E

    [PROBLEM] Extracting Custom Maps and Vmaps

    Hi Emudevs. Yesterday I decided to use Timeless Isle Map and some other from Pandaria in my 335 server (november 2013 compilation) to see the areas and test some stuff. So I start extracting maps and vmaps from this adts (Timeless Isle, ValleyOfPower, Twin Peaks and Battle for Gilneas). I...
  3. E

    [SOLVED] Problem with C++ script

    So Im trying to get the gameobjects in a map using this: http://paste2.org/j5kgjmXz (It is not clean 'cause I have been trying differents methods) In this part I dont know how to use it, so here I think I need help: if (GameObject* obj = //Need help here maybe) Thanks for reading, Eleinder.
  4. E

    [SOLVED] Problem with SendAddonMessage [C++]

    Hi people, I have been working in a script that send an addon message to work then with the interface. So the problem is that I cant do it work. Here's the part of the script that give me problems: http://gyazo.com/27597aed6a3523cb01b2aec9c152e488 Ok I will explain: This part appears...
  5. E

    Problem with new class

    So I created a new class, I modify emu to make it works and I can enter ingame, all is correctly working. The only problem that I have is when I try to speak (whisp, talk, yell) I can't do it. Error: You can not speak that language I was looking skilline.dbc and skillraceclassinfo.dbc and I...
  6. E

    [SOLVED] Disable an item via C++ for a specific area

    Any way to disable a specific item (using the entry from item_template) for a specific areaid or zoneid using a C++ script?. In the DB you can disable the only for arena and "disables" table cant be used with items. Thanks, Eleinder.
  7. E

    [SOLVED] All mounts on all characters script error

    Hi people, I have been researching and I found a script that makes all characters get all mounts (like cata/mop) but Im using an oldest version of TrinityCore (november 2013) and I get some errors that I try to fix but I cant. and here is the script http://paste2.org/M4BUWpOV and an error...
  8. E

    [SOLVED] Error with queryresult C++

    Hi people, I have an error when try to add a queryresult: The code: http://paste2.org/tybMpGs0 The idea is a trigger that summons a creature if a player stay in the trigger 20 seconds. This works perfect but the problem is when I add the query result looking for a mob with id 5000 in creature...
  9. E

    [SOLVED] [C++ OnEnterMap] Not working properly.

    Hi community, Im Eleinder and im a new member of this forum, Im Spanish so sorry if I can't express myself properly. Well, Im starting with C++ now, is an area that I like but its difficult when you are starting. I have been reading tutorials and releases in this forum and they are nice. Ok, my...
Top