Hi I am having trouble using probably engine with this unlocker. When I use oLua all the combat routines I have downloaded work but when I use this program none of the combat routines work. Is there something that I am doing wrong?
it's offspring thread and offspring isn't unlocker
use oLua?
0 = ammo
1 = head
2 = neck
3 = shoulder
4 = shirt
5 = chest
6 = waist
7 = legs
8 = feet
9 = wrist
10 = hands
11 = finger 1
12 = finger 2
13 = trinket 1
14 = trinket 2
15 = back
16 = main hand
17 = off hand
18 = ranged
19 = tabard
20 = first bag (the rightmost one)
21 = second bag
22 = third bag
23 = fourth bag (the leftmost one)
example:
execute('RunMacroText("\use 13")')
will use trinket 1
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.
Does Offspring support -I finally got Offpspring working but had to dig deep and search and I found that I had to change -Code:"player.area(10).enemies >= 3"
I'm not sure why changing that would actually make Offspring work for me. I do notice some framerate drop I'm usually up in 120 and when i run my own rotation it drops about 20 to 30 frames but when using MTS it drops even more. Probably PE issue :/Code:Probably\system\protected\offspring.lua Line: 46 return UnitInLos(b) to return UnitInLos(b) == false
Hello, dear developer! I enjoy using your product and appreciate your efforts! I have a proposal, if it's possible to add to Offspring API FaceToDirection(select(4,UnitPosition(pointer))) function please? Also a UnitTarget(pointer) function to get pointer's target pointer would be very useful. Thank you very much again!
Last edited by GoHandsFree; 02-20-2015 at 03:59 PM.
Running:
Always returns false for me at the moment. Not using any in game rotation AddOns. Just straight up running that OffSpring function. I'm standing right next to "target".Code:/run local los = UnitInLos("target"); print(los);
"Shootings easy, Aimings hard!" Stinky
Hello, i have an issue with offspring, i'm using a profile that handle offspring (mirakuru's profile) and the profile isn't casting any spell and reduce drastically my FPS (the profile works with a basic lua unlocker).
I have tested all OS compatible profile and none of them works with OffSpring.
Any idea ?
(oh and facing functions and stuff are working)
"If it compiles, it works."
Can you make this work on a focus target, please?Code:AC.druid.Action2 = function() if _A.stun:ready() then return _A.stun elseif _A.rana:ready() and _A.burstbuff:up() then return _A.rana end end