For those wondering where did all of my thread go, well I'm wondering the same. Found this in my inbox 10 minutes ago.
Originally Posted by KuRIoS
My thread never explicitly asked any money for anything and my public profile has always been top notch, Donator's edition only had perks inside and some HC boss support.
All of my profiles have now been removed from dropbox, Untill I think about if I want to continue this or not. Will post you the decision.
Last edited by nilrem2004; 11-10-2012 at 02:17 AM.
Supporter of Frozen.
Ask the admins again what you did wrong so you dont do it again.
I dont like the idea of having people donate to get the best profile. Cause its Xelpers code we all are leeching from and we all use each others codes. But its just my 2 cents.
But if its that case why you get an infraction then there are more threads like that. So its maybe not that ?
But as i stated you should ask the questions to the adminz.
Hope it all works out.
Looking for exploiters and botters to Elder Scrolls Online.
Yes I have send PM to Kurios since it was him who removed it asking for explanation. I mean if I did smthn against the rules ok, but I need to know what ARE the rules so to not do it again.
And as I said before, people are hitting world top 100 with public profile so the other one is not necessary to have, it's an optional and contains perks, not modified rotation or something.
The problem is I tried to search the rules, I found something in FAQ, but I couldn't find any rules for this, so I don't know what to do. Waiting for Kurios's answer now.
Supporter of Frozen.
Oh, just got answer, so apparently there shouldn't be 2 versions of profiles, 1 for public and 1 for donators.
Supporter of Frozen.
I'm trying to check if a rune is at 50% cooldown, for some reason this code is not working.
To get a rune half of total CD we do:
Start + Duration / 2
To get the current CD we do:
Start + Duration - GetTime()
Then to check if its half,
if Start + Duration / 2 == Start + Duration - GetTime()
This will only cast at exactly 50, so we do,
if Start + Duration / 2 <= Start + Duration - GetTime()
2 Questions:
1 - Is there a way to debug to see how much is a variable? I mean, to see the value of that variable without doing e condition.
2 - Why the code below dont work?
EDIT = When, for now, i will use a variable to define what HALF is.
For me its 3~4 seconds, that will do it for now.
I probably learn alot from your profiles but anyway.PHP Code:
RuneHalfCD = nil
function RuneHalfCD()
local FrostRuneHalf = 0
local UnholyRuneHalf = 0
local BloodRuneHalf = 0
local DeathRuneHalf = 0
for i=1, 6 do
if GetRuneType(i) == 1 and select(1,GetRuneCooldown(i)) + select(2,GetRuneCooldown(i)) - GetTime() < select(1,GetRuneCooldown(i)) + select(2,GetRuneCooldown(i)) - GetTime() / 2 then
BloodRuneHalf = BloodRuneHalf + 1
end
if GetRuneType(i) == 2 and select(1,GetRuneCooldown(i)) + select(2,GetRuneCooldown(i)) - GetTime() < select(1,GetRuneCooldown(i)) + select(2,GetRuneCooldown(i)) - GetTime() / 2 then
UnholyRuneHalf = UnholyRuneHalf + 1
end
if GetRuneType(i) == 3 and select(1,GetRuneCooldown(i)) + select(2,GetRuneCooldown(i)) - GetTime() < select(1,GetRuneCooldown(i)) + select(2,GetRuneCooldown(i)) - GetTime() / 2 then
FrostRuneHalf = FrostRuneHalf + 1
end
if GetRuneType(i) == 4 and select(1,GetRuneCooldown(i)) + select(2,GetRuneCooldown(i)) - GetTime() < select(1,GetRuneCooldown(i)) + select(2,GetRuneCooldown(i)) - GetTime() / 2 then
DeathRuneHalf = DeathRuneHalf + 1
end
end
return BloodRuneHalf, UnholyRuneHalf, FrostRuneHalf, DeathRuneHalf
end
You are indeed selling a profile, you are just using a nicer word.
Think about it:
If you donate to me, you can download my profile X.
If you dont you can get profile Y.
If you pay me, you will get the X.
If you dont, you will get the Y.
Last edited by Rubim; 11-10-2012 at 05:21 AM.
@TheGreatRowaH: Yeah, it does that automatically depending on where in the ability list it currently is. It goes from top to bottom, X times per second. But if you want to force certain high priority spells to cast you can use SpellCancelQueuedSpell() to clear the current Spell Queue and chan
Hey guys got in a wreck, some guy ran a red light and slammed into my card.
I am sorry for not updating the profile 2 days ago, It will be out today.
My Svn - https://subversion.assembla.com/svn/averykeys-svn/
@averykey: Relax man! Take it easy.
@people: I actually studied some stuff about Demonology and noticed a few things I could do to push my profiles DPS even higher. While the rotation I had put out was "good enough", a few tweaks could easily add 5k+ more DPS depending on RNG and obviously your gear. I also finished writing up the last few talents that were missing in the rotation. Dark Regeneration, Mortal Coil, Shadowfury, Soul Link, Sacrificial Pact, Dark Bargain, Unbound Will.
I have the Tier 6 talents all written up, but, all of them are so encounter, raid comp and guild spesific that I won't write any automagic way to use them, unless I put them on a toggle.
(That's why I added the rotation pause on the Left Shift button, so you could use LShift + Key for all your on-demand abilities.)
We'll see how I'll evolve the profile further today.
@Rubim: It's a very simple expanation to why it's not working properly. If they didn't change too much in Mists of Pandaria for Death Knights, the last I remember was that they always have a 10 second cooldown. Half of that should be 5 seconds.
With a small adjustment to your code, you could do something like this instead:
Code:function RuneCooldown() local FrostRune = 0 -- Frost Runes local UnholyRune = 0 -- Unholy Runes local BloodRune = 0 -- Blood Runes local DeathRune = 0 -- Death Runes for i=1,6 do if GetRuneType(i) == 1 then if GetRuneCooldown(i) + select(2,GetRuneCooldown(i)) - GetTime() < 5 then BloodRune = BloodRune + 1 end end ... end end
Last edited by Kinky; 11-10-2012 at 11:25 AM.
I uploaded a Frost PvP script that are much based on SM with some good stuff.
PVP frost will sheep Mouseover target if its not your target and not cc already.
it willc ast Pet Freeze on your target if you Mouseover it. I will prolly change this later.
It has a PvP blink list , ie it will blink free from things that you are able to get free from.
A
I also uploaded a Fire Mage for testing. I really want you guys to test it on Elegon and check back if its locks up. The toggle is Mousebutton 4 for burst dps
I got some ranks with that script. But removes some abilities for testing purposes. If it dont hang on Elegon etc i will add more ablities in so we can find whats makes it hang on bosses.
There all down in my signature plz leave feedback in my thread.
http://www.ownedcore.com/forums/worl...r-profile.html
Last edited by Gabbz; 11-10-2012 at 11:35 AM. Reason: url
Looking for exploiters and botters to Elder Scrolls Online.