• Resolved WPNoobHere

    (@wpnoobhere)


    Hey,

    can you help me. I have problem with php script ‘wowpi_show_character’, if I use char from same realm (default realm in settings), characters show normal, but when I use char from other realm then get error.

    Use php script:

    if (function_exists(‘wowpi_show_character’)) {
    wowpi_show_character(array(‘talents’,’gear’, ‘professions’), ‘MYCHARNAME’);
    }

    • This topic was modified 8 years ago by WPNoobHere.
Viewing 1 replies (of 1 total)
  • Plugin Author avenirer

    (@avenirer)

    Hello,

    For that you need to also mention the realm:

    if (function_exists(‘wowpi_show_character’)) {
    wowpi_show_character(array(‘talents’,’gear’, ‘professions’), ‘MYCHARNAME’,’REALMNAME’);
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Characters not show from ‘wowpi_show_character’’ is closed to new replies.