New OffSpring menu

User Tag List

Results 1 to 8 of 8
  1. #1
    MrTheSoulz's Avatar Contributor
    Reputation
    143
    Join Date
    Nov 2013
    Posts
    192
    Thanks G/R
    19/32
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    New OffSpring

    A new version of Offspring is out and it broke PE, i thought it should share the patch i made...
    Patch: https://db.tt/hEWTv9nA

    This also adds UaU, FUaU and UnitInfront.
    Let me know if you have any issues with it.

    How to Install:
    Replace '\World of Warcraft\Interface\AddOns\Probably\system\protected' offspring.lua file with this one.
    Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.

    New OffSpring
  2. #2
    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)
    Amazing thanks! Will try tonight!

    Also seems he added a unit count. So can we use smart AE with offspring now?
    Hooray save money goodbye FH

  3. #3
    MrTheSoulz's Avatar Contributor
    Reputation
    143
    Join Date
    Nov 2013
    Posts
    192
    Thanks G/R
    19/32
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mackdaddy2887 View Post
    Amazing thanks! Will try tonight!

    Also seems he added a unit count. So can we use smart AE with offspring now?
    Hooray save money goodbye FH
    We could use smart AoE before, he had oenemies wich returned a enemie count it was just never added to mainstream PE.
    Ive added it with this patch but i havent tested it tbh.
    Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.

  4. #4
    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)
    mts, THANKS for your work.

    I downloaded your patch, and new offspring.

    Unfortuntely, my OOC modifier, RControl, is supposed to place the Jade serpent statue at mouseover.ground but instead I can just hear the giant clicking sound and nothings happening.



    OK UPDATE:
    It will cast, but only if your mouseover is a target. =[

    It works fine with EWT, itll cast whereever my cursor is when I want to freely place my statue.



    Also, my profile for MW works perfectly on EWT, but on offspring it just spams Use Inventory item, because of {"#Trinket1"}, once commented out, it works.
    Also randomly my modifier:
    {"154436",{"player.stance = 1","modifier.rshift"}},
    {"115070",{"player.stance = 2","modifier.rshift"}},

    doesnt work, it stance swaps on EWT but nothing on Offspring.
    Last edited by Mackdaddy2887; 01-02-2015 at 08:27 PM.

  5. #5
    MrTheSoulz's Avatar Contributor
    Reputation
    143
    Join Date
    Nov 2013
    Posts
    192
    Thanks G/R
    19/32
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mackdaddy2887 View Post
    mts, THANKS for your work.

    I downloaded your patch, and new offspring.

    Unfortuntely, my OOC modifier, RControl, is supposed to place the Jade serpent statue at mouseover.ground but instead I can just hear the giant clicking sound and nothings happening.



    OK UPDATE:
    It will cast, but only if your mouseover is a target. =[

    It works fine with EWT, itll cast whereever my cursor is when I want to freely place my statue.



    Also, my profile for MW works perfectly on EWT, but on offspring it just spams Use Inventory item, because of {"#Trinket1"}, once commented out, it works.
    Also randomly my modifier:
    {"154436",{"player.stance = 1","modifier.rshift"}},
    {"115070",{"player.stance = 2","modifier.rshift"}},

    doesnt work, it stance swaps on EWT but nothing on Offspring.
    try {spell, condicion, "target.ground"},

    and:
    {"154436",{"player.stance != 1","modifier.rshift"}}, -- Right Shift
    {"115070",{"player.stance != 2","modifier.lshift"}}, -- Left Shift
    Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.

  6. #6
    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)
    Originally Posted by MrTheSoulz View Post
    try {spell, condicion, "target.ground"},

    and:
    {"154436",{"player.stance != 1","modifier.rshift"}}, -- Right Shift
    {"115070",{"player.stance != 2","modifier.lshift"}}, -- Left Shift
    Target.ground? I just want it to cast on the ground wherever my cursor is. Not my target.

    Also I didn't use '!=' because it says
    Cast crane stance if your in jade serpent stance.
    Cast jade serpent if your in crane

    As opposed to:
    Cast crane if your not in crane, etc

    Will change them and try though.



    so after testing, I did this:

    Code:
    {"154436",{"player.stance = 1","modifier.rshift"}}, --RightShift
    {"115070",{"player.stance = 2","modifier.lshift"}},--Left shift
    But I dont know why I cant use them BOTH as Right Shift.. when Clearly only ONE of them will return true, and the other will return false. so itll fall through to the next one. It works pefectly with EWT, and I want the Stance change to work on one keybind, not 2
    Thanks for the fast response
    Last edited by Mackdaddy2887; 01-02-2015 at 09:24 PM.

  7. #7
    MrTheSoulz's Avatar Contributor
    Reputation
    143
    Join Date
    Nov 2013
    Posts
    192
    Thanks G/R
    19/32
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mackdaddy2887 View Post
    Target.ground? I just want it to cast on the ground wherever my cursor is. Not my target.

    Also I didn't use '!=' because it says
    Cast crane stance if your in jade serpent stance.
    Cast jade serpent if your in crane

    As opposed to:
    Cast crane if your not in crane, etc

    Will change them and try though.

    Thanks for the fast response
    Just wanted to know if target.ground works :P
    Not sure why your stante isnt working, as far as i understand it your just casting it like a normal spell.
    Maybe Offsping is not unlocking the keybinds API (If they are tainted)? Will do some test's.
    Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.

  8. #8
    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)
    updated previous post. Keybinds working, but if more than one of the same it doesnt work i think

    EDIT: changed to target.ground
    It only casts on the target =[


    EDIT: More testing on the stance.
    It seems that its ignoring the first condtional. IF I hold RIght shift, itll still try to cast Crane stance, even though im IN crane stance. The condition specifies that I must be in Jade serpent



    Everything works as it should with EWT. But I really would like to get Offspring going, for the auto target.ground with my Fire Mage, and the area.enemies stuff
    Last edited by Mackdaddy2887; 01-02-2015 at 09:37 PM.

Similar Threads

  1. Official New Alliance Race for World of Warcraft
    By Matt in forum World of Warcraft General
    Replies: 18
    Last Post: 11-27-2006, 07:25 PM
  2. My new HAWT avatar
    By oninuva in forum Community Chat
    Replies: 35
    Last Post: 08-10-2006, 02:50 PM
  3. Are the new ads obtrusive?
    By Matt in forum Community Chat
    Replies: 30
    Last Post: 05-11-2006, 08:34 PM
  4. New Signature!
    By janzi9 in forum World of Warcraft General
    Replies: 5
    Last Post: 05-05-2006, 02:10 PM
  5. My new Avatar!
    By janzi9 in forum World of Warcraft General
    Replies: 40
    Last Post: 04-28-2006, 03:04 PM
All times are GMT -5. The time now is 04:21 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