• 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 jonmii

  1. J

    How can i print a variable in AIO addon

    This is the question: I am using the example AIO window, i modified the Text line, but i wanna add a variable. How can i do it? Also, how can i call functions over AIO? Thanks ^^
  2. J

    [SOLVED] Is this script for TrinityWotlk? It needs an update?

    Hi, That is the script: http://emudevs.com/showthread.php/4035-An-AIO-script
  3. J

    [CPP] Grumbo'z Capture the Flag System

    Hi slp13at420 Gossip fix the last TC Build: Replace: player->CLOSE_GOSSIP_MENU(); To: CloseGossipMenuFor(player); Also im getting these errors that i cant fix EDIT: I`m getting same error on your GuildWarz Script
  4. J

    TrinityCore WotLK Summon Ohter Crerature On...

    Hi, I was trying to do a script wich summons a other creature when life is less than 25 seconds, and doesnt have DoT Damage. I improved only to the part of less than 25%hp left but i dont know how to proceed with DoT damage calc. local NPC_ID = 123 local valor = 0 local function...
  5. J

    [SOLVED] Updating the DB

    Hello, I am trying to update the database, but im getting this error: Updating World database... Duplicated filename occurred "c:/TC/sql/updates/world/3.3.5/2016_04_11_00_world.sql", since updates are ordered through its filename every name needs to be unique! Could not update the World...
  6. J

    Custom mount item consume

    Hi, when i do item to learn mount, it learns but item not disapear, What missing? Regards
  7. J

    TrinityCore WotLK SendGossipMenu from Database

    Hi, I have a gossip made from sql, but i need to add some scripting to add cost to teleports. How can i send gossipitems from database and not making in script? Regards
  8. J

    Updating a .patch file

    Hi ED, I need help or a link with a tutorial of how update a .patch file. I have a old .patch file but when a new commit is made, it never works How can i keep updated a C++ .patch file? regards
  9. J

    Making a listfile with wow.exe

    Hi, I have an old mpq wich was deleted the listfile. So, is a way to make a listfile with wow.exe? Wow knows where is files even there arent a listfile. I need the listfile to mod mpq's :/ I know that it was done in mayor versions, i am trying to do with 3.3.5a. Any tips? Suggestions? Thanks
  10. J

    TrinityCore WotLK Soul Farming Script

    Hi ED, I want to ask if it is possible to port that script(unfinished) to Eluna. https://gist.github.com/callmephil/94dcc8c526b0daf30e29 I hope it is possible ;)
  11. J

    [SOLVED] Create rows from x id to x

    That might work Tommy. The table that im working is creature_model_info I just want to create that entries and other columns should have default values. Just with 0 values BoundingRadius, CombatReach, Gender, DisplayID_Other_Gender. Thanks
  12. J

    [SOLVED] Create rows from x id to x

    Hi, I want to import a lot of models to de db. I want to create from id 35000 to id 36383 and field with default data. How can i make it in 1 query? Thanks
  13. J

    [SOLVED] 2 cores or more on one linux machine

    Hi ED, I compiled a linux core, well it works, now i copied the folder (like in windows) and tryed to exec. But it tryes to use the config of first core :( How can i have two realms in the same machine using ubutnu 15.10?
  14. J

    [SOLVED] Sniffing 5.4.8

    Hi, i want sniff a 5.4.8 but i dont find any tool to make .pkt files. Any suggestion? EDIT: I tryed that, it injects but not create any dump. https://github.com/Anubisss/SzimatSzatyor Thanks
  15. J

    [SOLVED] NPC with custom model not spawn but can morph

    Hi, I have a trouble with custom modelids.. I can morph to custom model ids, but if i make an npc and i set the custom modelid, it doesnt spawn, and console says that this model id cant be found. I have to add to db something about that?¿ i think no but... greetz
Top