1. scada for elem shamy

    Hello, I would like to know if there are experts or a ready-made skada where the fire / earth elemental will not be considered separately from the player, but as his pet, because in the scada, it goes separately from the player and this is completely inconvenient + the interface of the scad itself is more convenient and intuitive than the recount . Many can say, so use deteils, I will answer you right away, he does not even appear there
    In the standard recount (recount.lua), line 1148, there begins the code associated with these elementals.
    Code:
    Recount.ElementalMobID = {
        [15430] = "3BF8", -- Earth elemental totem and it's greater elemental
        [15439] = "3C4E" -- Fire elemental totem
    }
    I ask you to help with this task, because my knowledge of copy-paste and microknowledge in LUA is not enough to do this task (because each addon is written in its own way, its own variables, to whom I tell it ...), if something is needed check or give for a character test, always ready!

    I found an interesting button in recount - "Merge the pet with the owner" (MergePets), as if to transfer it to skada
    Lines 848 and 1117 in gui_main.lua, summarize.

    https://dropmefiles.com/177387
    Edited: June 25, 2020

  2. July 1, 2020  
    I have an addon Collection ready for you to study. I have tried to do the same thing you are. Yet i know little LUA programming
    :P . Study this and anything you find, I am willing to help with.http://forum.warmane.com/showthread.php?t=410445

  3. July 2, 2020  

  4. July 3, 2020  
    I already corrected this error with my friend.
    Link to my working version stuck in 1 post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •