Anyone still have ProbablyEngine DSL Documentation? menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    s1gnal's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Dec 2012
    Posts
    74
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Anyone still have ProbablyEngine DSL Documentation?

    I have searched for it for some time, but can not find it anywhere on the interwebz. The PE forum and site is shut down and all links are gone. Thanks in advance!

    Anyone still have ProbablyEngine DSL Documentation?
  2. #2
    Brutakus's Avatar Brutakus
    Reputation
    346
    Join Date
    Aug 2007
    Posts
    887
    Thanks G/R
    10/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I believe they got a C&D from Blizzard...
    Ẓ̝̞̭ͫ̿Ȁ̳̪͔͈͉̗͍̇̉͐ͮ͊Ĺ̙̽͐̓ͮ̌̚͡G̲̯͍̽ͫ̂̃̄̂O̪̹͓͍̱̱͝!̝͙̭̩̥̇͊͆ͮ̍̈́̾

  3. #3
    s1gnal's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Dec 2012
    Posts
    74
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes I know, but still someone might have some documentation stored? A newbie guide :-)

  4. #4
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm going to be the negative nancy and say no, it's highly unlikely anyone has the documentation posts. All you need, truly, is in the "Probably > system > conditions > core.lua" file, this offers all of the probably API functions.

    ProbablyEngine.condition.register("energy", function(target, spell)
    return UnitPower(target, SPELL_POWER_ENERGY)
    end)

    This returns the specified units energy, i.e. "player.energy >= 15".

    Probably highly depends upon creating your own custom functions as some calls are just not supported in the default API. This is easily done by creating your own lib fil. I'll give you a download link of an example rotation with a functions lib attached.

    https://www.mediafire.com/?v8tht76fo579ct2

    ^^ Rotation files aren't updated, so the toc file might need edited.

    You can call custom functions in the rotation by a simple "@example.functionname()". You can get spec IDs from going into the default probably rotations.

  5. #5
    s1gnal's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Dec 2012
    Posts
    74
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice Kinkeh! This will help a lot!

    Ill take a look and follow your advice! <3 cheers !

  6. #6
    Tiger23078001's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone have the last release of PE? The one I have is older

  7. #7
    Mackdaddy2887's Avatar Knight-Lieutenant
    Reputation
    43
    Join Date
    Mar 2011
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have the most updated one prior to the switch to possibly. I also have most of the profiles.
    PE worked great and I ranked top 10 heals on heroic Naz with it. It's no longer in the same position it was so don't try looking for me blizzard!

    Anyways I do have a question kinkeh.
    Let's say I have a line written as such:

    ("regrowth", (
    "lowest.health <40",
    "lowest.buff (rejuvenation)",
    "lowest.spell(regrowth)" )
    "Lowest")

    excuse any syntax errors I did this from my phone.
    Anyways, assume 2 party members.
    P1=20% (no rejuv)
    P2=30% (has rejuv)

    would it cast on p2 or not at all? Since p2 isn't the lowest and the lowest doesn't have rejuv. Not sure how exactly "Lowest" works.

  8. #8
    s1gnal's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Dec 2012
    Posts
    74
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I need more information/documentation on how to learn basics on this. I managed to do some simple stuff, but more often I destroy something than make it work. Any link for beginners like me? Like how and why you do everything from putting {{ }} ,, and other symbols, calling functions etc etc. I never was much interested in programming, but latetely ive been wanting to learn more.

  9. #9
    s1gnal's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Dec 2012
    Posts
    74
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mackdaddy2887 View Post
    I have the most updated one prior to the switch to possibly. I also have most of the profiles.
    PE worked great and I ranked top 10 heals on heroic Naz with it. It's no longer in the same position it was so don't try looking for me blizzard!

    Anyways I do have a question kinkeh.
    Let's say I have a line written as such:

    ("regrowth", (
    "lowest.health <40",
    "lowest.buff (rejuvenation)",
    "lowest.spell(regrowth)" )
    "Lowest")

    excuse any syntax errors I did this from my phone.
    Anyways, assume 2 party members.
    P1=20% (no rejuv)
    P2=30% (has rejuv)

    would it cast on p2 or not at all? Since p2 isn't the lowest and the lowest doesn't have rejuv. Not sure how exactly "Lowest" works.
    This is exactly why I would like some kind of tutorial about what these "values" works. I would be interested in profiles, especially the resto druid ones you may have.

  10. #10
    Tiger23078001's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mackdaddy2887 View Post
    I have the most updated one prior to the switch to possibly. I also have most of the profiles.
    PE worked great and I ranked top 10 heals on heroic Naz with it. It's no longer in the same position it was so don't try looking for me blizzard!

    Anyways I do have a question kinkeh.
    Let's say I have a line written as such:

    ("regrowth", (
    "lowest.health <40",
    "lowest.buff (rejuvenation)",
    "lowest.spell(regrowth)" )
    "Lowest")

    excuse any syntax errors I did this from my phone.
    Anyways, assume 2 party members.
    P1=20% (no rejuv)
    P2=30% (has rejuv)

    would it cast on p2 or not at all? Since p2 isn't the lowest and the lowest doesn't have rejuv. Not sure how exactly "Lowest" works.
    Could you share the latest version of PE?

  11. #11
    Mackdaddy2887's Avatar Knight-Lieutenant
    Reputation
    43
    Join Date
    Mar 2011
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I will when i get home from work. Might be a couple hrs unfortunately

  12. #12
    s1gnal's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Dec 2012
    Posts
    74
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mackdaddy2887 View Post
    I will when i get home from work. Might be a couple hrs unfortunately
    Wooohoo, cheers looking forward to that <3

  13. #13
    Tiger23078001's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm developing a few rotations for select classes still so you can probably get answers to any questions regarding making profiles for PE still, even though the documentation is gone.

  14. #14
    s1gnal's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Dec 2012
    Posts
    74
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tiger23078001 View Post
    I'm developing a few rotations for select classes still so you can probably get answers to any questions regarding making profiles for PE still, even though the documentation is gone.
    Cheers. Currently watching some Lua tutorials, just to get the basics of this scripting language.

    http://www.wowwiki.com/World_of_Warcraft_API I will use this some

  15. #15
    Mackdaddy2887's Avatar Knight-Lieutenant
    Reputation
    43
    Join Date
    Mar 2011
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here is PE and most of my collected profiles from various authorsPE Stuff.rar

Page 1 of 2 12 LastLast

Similar Threads

  1. Anyone still have XYZ Mastery 1 & 2 On their HD?
    By RoketX in forum World of Warcraft General
    Replies: 0
    Last Post: 01-19-2009, 10:38 AM
  2. Anyone still watch Red Dwarf?
    By jonoboo in forum Community Chat
    Replies: 6
    Last Post: 01-25-2008, 12:58 PM
  3. [URGENT] Um still having the same prob!
    By gr33noni in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 12-24-2007, 03:40 PM
  4. Anyone else having this particular problem?
    By D3m0n1ca in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 09-09-2007, 05:48 PM
  5. Anyone who have alot of knowledge about Glider?
    By shadowmarkus in forum World of Warcraft General
    Replies: 0
    Last Post: 08-11-2006, 02:40 PM
All times are GMT -5. The time now is 10:49 AM. 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