CurseForge Register Sign In

Our first step of the new Authors Portal is Live! Learn more or click here to check it out!

Authors CurseForge

  • Dashboard
  • Forums
  • Paste
  • Knowledge Base
  • Reward Store
Desktop View
  • Home
  • Member List
  • yssaril's Profile
  • Send Private Message
  • View yssaril's Profile
  • yssaril
  • Registered User
  • Member for 15 years, 9 months, and 26 days
    Last active Mon, Jun, 27 2022 07:41:17
  • 0 Followers
  • 778 Total Posts
  • 0 Thanks
  • Posts
  • Threads
  • Forum Posts
  • Prev
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • …
  • 50
  • Next
  • View yssaril's Profile

    0

    Sep 4, 2010
    yssaril posted a message on LibScriptableDisplay-1.0
    just maintain a white/black list.

    all scripts from white-listed characters will be accepted automatically (have an option to automatically add guild mates, friends, party members (these should also be removed from the white-list when they leave that group))

    all scripts from black-listed characters will be rejected automatically.

    everyone else you should display a popup when they try to send you a script here you can accept, reject, add to white-list, and add to blacklist. (popup should never display during combat but wait till after combat is over)
    Posted in: Libraries
  • View yssaril's Profile

    0

    Sep 2, 2010
    yssaril posted a message on Newb Automated Changelog question
    recount uses SVN you can have a look at its repo here: http://www.wowace.com/addons/recount/repositories/mainline/

    i personally prefer GIT but to each his own
    Posted in: Lua Code Discussion
  • View yssaril's Profile

    0

    Sep 2, 2010
    yssaril posted a message on Newb Automated Changelog question
    we use revision control systems. You can learn more about it athttp://kb.wowace.com/repositories/why-use-revision-control/ and then dig through http://kb.wowace.com/repositories/
    Posted in: Lua Code Discussion
  • View yssaril's Profile

    0

    Aug 29, 2010
    yssaril posted a message on How to work with profiles?
    instead of doing profileOptions.args.profiles = ... simply do profileOptions = ... no need to put it into args (which would put it into a subgroup)
    Posted in: Ace3
  • View yssaril's Profile

    0

    Aug 29, 2010
    yssaril posted a message on How to work with profiles?
    you are not using AddToBlizOptions correctly the third value should be the parent which in your case would be "BiSList" i think

    read up on it here: http://www.wowace.com/addons/ace3/pages/api/ace-config-dialog-3-0/#w-ace-config-dialog-add-to-bliz-options-app-name-name
    Posted in: Ace3
  • View yssaril's Profile

    0

    Aug 26, 2010
    yssaril posted a message on How to work with profiles?
    check out
    http://www.wowace.com/addons/ace3/pages/api/ace-db-3-0/
    and
    http://www.wowace.com/addons/ace3/pages/api/ace-dboptions-3-0/
    Posted in: Ace3
  • View yssaril's Profile

    0

    Aug 25, 2010
    yssaril posted a message on Store Gift Card Restock?
    and they just got restocked woot
    Posted in: General Chat
  • View yssaril's Profile

    0

    Aug 25, 2010
    yssaril posted a message on Store Gift Card Restock?
    any update one when we will get more gift cards?
    Posted in: General Chat
  • View yssaril's Profile

    0

    Aug 24, 2010
    yssaril posted a message on Forbidden lua fonction ?
    Quote from melchior5387
    But if I create a frame with a button fixed on it, shouldn't I be able to move the frame while in combat and so the button ?

    Anyways, it seems to be a lot of work for not really important thing I will do anything else


    that is the whole idea behind the secure enviroment in wow. lua code may never decide what to do for you in combat. as such if a button is supposed to cast a spell then once combat starts you can not move it, hide it, show it, resize it. if you try to do this anyways then you will taint the codepath, get the already mentioned error "your addon is attempting to do a blizzard protected action, you can disable your addon or ignore", and potentially break your UI till combat ends or you reload UI

    you may want to read through this: http://www.wowwiki.com/Secure_Execution_and_Tainting to get an idea of what secure code in wow is and why it was created
    Posted in: Lua Code Discussion
  • View yssaril's Profile

    0

    Aug 24, 2010
    yssaril posted a message on Forbidden lua fonction ?
    there is no way to make this work reliably since everything is locked down during combat as such if you are in combat and the flag carrier changes you will not be able to update your button to the new target until you are out of combat
    Posted in: Lua Code Discussion
  • View yssaril's Profile

    0

    Aug 24, 2010
    yssaril posted a message on Forbidden lua fonction ?
    Quote from Seerah
    Yeah, they do. http://www.wow-europe.com/en/index.xml


    i stand corrected
    Posted in: Lua Code Discussion
  • View yssaril's Profile

    0

    Aug 23, 2010
    yssaril posted a message on Forbidden lua fonction ?
    Quote from Dridzt
    Ignore the mail, you haven't been banned in all probability.

    It is most likely a scam mail trying to get you to visit a spoofed (= fake) "Blizzard" address to steal your login details.

    Do not follow any links received in mails.


    also those links don't even point to a blizzard website
    Posted in: Lua Code Discussion
  • View yssaril's Profile

    0

    Aug 23, 2010
    yssaril posted a message on Forbidden lua fonction ?
    how long where you sitting in the BG working on the addon? maybe you got reported for not participating and an a Mod banned you for 3hours

    the only addons that will get you banned are crossfaction communication addons

    also blizzard doesn't know if you get
    "your addon is attempting to do a blizzard protected action, you can disable your addon or ignore"
    since that is your game blocking an action
    Posted in: Lua Code Discussion
  • View yssaril's Profile

    0

    Aug 20, 2010
    yssaril posted a message on Hooking into clicking loot, how do i...?
    what are you actually trying to accomplish? (big picture)
    Posted in: Lua Code Discussion
  • View yssaril's Profile

    0

    Aug 17, 2010
    yssaril posted a message on Cataclysm Map IDs & Sizes
    but at least i can get started with mapping out the boss coordinates on each map since those shouldn't change too much (except maybe some of those multi layered dungeons)
    Posted in: Lua Code Discussion
  • To post a comment, please login or register a new account.
  • Prev
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • …
  • 50
  • Next
  • Creators
    • Build an App
    • Publish a mod
    • Why Overwolf
    • App documentation
    • Mod documentation
    • Creator services
    • Apply for funding
  • Gamers
    • Discover Mods
    • Discover Apps
    • Gameplay First
    • Download Overwolf
    • Suggest a feature
  • Company
    • About us
    • Our story
    • Careers
    • Blog
    • Brand Guidelines
  • Work With Us
    • Partners
    • Advertisers
    • Influencers
    • Game Developers
  • Support & Privacy
    • Help Center
    • Supported Games
    • Terms of service
    • Privacy Policy
    • Overwolf Alphas
    • Licenses
Overwolf 2021