COE plugin fix menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    Z3ROPR0FiT's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    8
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    COE plugin fix

    Hi all, first post on new site, i have an old version plugin that a friend gave to me, Again I did not make it but i need someone to look over/fix it for latest version please.
    Seems everyone is looking for this and would be great to get it going

    [C#] COE - Pastebin.com

    COE plugin fix
  2. #2
    cherouvim13's Avatar Member
    Reputation
    14
    Join Date
    Mar 2017
    Posts
    212
    Thanks G/R
    258/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This one displays both near portrait and top or bot of the toon?

  3. #3
    Z3ROPR0FiT's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    8
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Currently does nothing, which is why i was asking for someone to look over it for a possible easy fix, but was close to bottom of screen and was sexy as.

  4. #4
    Gurbak's Avatar Member Super Awesome Sparke Cake CoreCoins Purchaser
    Reputation
    8
    Join Date
    Dec 2014
    Posts
    25
    Thanks G/R
    6/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I edited what was needed for it to work.


    plugins/user/COEBuffListPlugin.cs
    Last edited by Gurbak; 04-09-2017 at 06:54 AM.

  5. Thanks Z3ROPR0FiT, cherouvim13, bobbydigital12 (3 members gave Thanks to Gurbak for this useful post)
  6. #5
    cherouvim13's Avatar Member
    Reputation
    14
    Join Date
    Mar 2017
    Posts
    212
    Thanks G/R
    258/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gurbak View Post
    i edited what was needed for it to work.


    plugins/user/coebufflistplugin.cs
    t h a n k y o u !

  7. #6
    Z3ROPR0FiT's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    8
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks mate! Works a treat.

  8. #7
    r4fnex's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    works only for hunter?
    i do this CS file in my "Plugin/User" Folder but dont work for my wizzard?

  9. #8
    Z3ROPR0FiT's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    8
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I only have wiz. Works fine on mine.

  10. #9
    FixiWiz's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    13
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello,
    Can anyone modify this plugin?
    Need COE icon (like buffbar) with digit timer. Need move and enlarge standart COE buff (same Wizard Archon Plugin)
    PS. Sound on choosen element will perfect )
    Last edited by FixiWiz; 04-19-2017 at 12:17 AM.

  11. #10
    FixiWiz's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    13
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gurbak View Post
    I edited what was needed for it to work.


    plugins/user/COEBuffListPlugin.cs
    this screen works wit errors, u have shadow round in cold, and timer on lighting

  12. #11
    Z3ROPR0FiT's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    8
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated for Necro class



    Pastebin

  13. #12
    FredDurst's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    33
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Z3ROPR0FiT View Post
    Updated for Necro class



    Pastebin
    This is not working at all. No COE when on Necro at all.

  14. #13
    FredDurst's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    33
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Z3ROPR0FiT View Post
    Updated for Necro class



    Pastebin
    This is not working at all. No COE when on Necro at all.

    Edit: I moved the line for Necromancer to under Monk line as it is in the Default Buff List CS and it works perfectly.

    {
    case HeroClass.Barbarian: if (i == 1 || i == 4 || i == 7) continue; break;
    case HeroClass.Crusader: if (i == 1 || i == 2 || i == 7) continue; break;
    case HeroClass.DemonHunter: if (i == 1 || i == 4 || i == 7) continue; break;
    case HeroClass.Monk: if (i == 1 || i == 7) continue; break;
    case HeroClass.Necromancer: if (i == 1 || i == 3 || i == 4 || i == 5) continue; break;
    case HeroClass.WitchDoctor: if (i == 1 || i == 4 || i == 5) continue; break;
    case HeroClass.Wizard: if (i == 4 || i == 6 || i == 7) continue; break;
    }

  15. #14
    cherouvim13's Avatar Member
    Reputation
    14
    Join Date
    Mar 2017
    Posts
    212
    Thanks G/R
    258/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have placed Necro at the end of the rest of the classes and it also works

    Necro has 3 elements, Poison,Cold & Physical so it is correct
    Last edited by cherouvim13; 07-17-2017 at 03:11 AM.

  16. #15
    Z3ROPR0FiT's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    8
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Double checked my work, all is good on my end.
    necro.jpg

Page 1 of 2 12 LastLast

Similar Threads

  1. {HB} {Request} Paying to fix this plugin
    By Klinch in forum WoW Bot Maps And Profiles
    Replies: 0
    Last Post: 07-31-2014, 06:11 PM
  2. Replies: 7
    Last Post: 11-05-2012, 12:51 AM
  3. Under or Above Ogrimarr...Fixed?
    By bezike in forum World of Warcraft General
    Replies: 4
    Last Post: 07-12-2006, 02:26 PM
  4. New Custom Model Swapping Fix (1.11 Working)
    By Matt in forum World of Warcraft Exploits
    Replies: 5
    Last Post: 06-23-2006, 06:05 PM
  5. World of Warcraft Bot WoWGlider 0.6.5 Cracked and Fixed
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 7
    Last Post: 04-02-2006, 10:10 PM
All times are GMT -5. The time now is 06:55 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search