I'm just wondering why these junk profiles make it out, but those who make nearly perfect profiles are crucified for wanting monetary compensation for their work...
Honestly, profiles like this should be kept stashed away.. this is pathetic
I'm just wondering why these junk profiles make it out, but those who make nearly perfect profiles are crucified for wanting monetary compensation for their work...
Honestly, profiles like this should be kept stashed away.. this is pathetic
People are trying to help others, as a community. That's the part you aren't seeing. The part where this is a community with a common goal. Feel free to charge. I personally even use your warr pve profile. Not all of us are as skilled at writing profiles as others, but we keep trying to contribute something, anything, to the masses. This is a project. Not a company.
Basically you're arguing for the same reason I am: for the betterment of the masses.
Look at soapbox. He circumvents the rules and sells his profiles on a daily basis. My contention is that if he wasn't getting paid, he would not have nearly the amount or quality of profiles that he does. Imagine if everyone was able to get paid without needing to circumvent the rules... it would be a higher selection and quality of profiles. Guaranteed there are people that are stashing away top 10 parse profiles and top pvping profiles just because they don't want people to have them. Now if they could charge for them it would be a different story.
You really should think about your argument as being for "the betterment of the masses" really when really the betterment of the masses would be to allow the developers to charge.
Gg sir.
Hey lolomo2003,
I'll add my profile as well to the mix, I stopped developing it about a month ago, but what I'm hoping is that we can combine our coding to create something even better.
Rogue PvP - Base coding is SM's PvE profile with basic PvP functions added.
Keybinds
- Shift = Pause (I make use of Shift+(x) for CD's etc).
- Control = Kidney Shot (No combo point checker/stun immune checks).
- Alt = Focus Blind (Checks for immunity).
Quick run down of my profile:
- It will not open out of stealth for you. - This is my personal choice to allow me to setup openings.
- Auto Stealth OOC.
- Auto dismantle main CD's (Currently only for your target).
- Feint @ 50% HP except when your dancing (Can configure in Ability Editor).
- Healthstone @ 50% HP.
- It will keep a pool 40-60 energy until Shadow Dance is activated.
- Two different Kick's coded, CC (Target + Focus) will kick Poly,Hex,Clone etc, Kick (Target) will kick all casts (I enable this in BG's etc).
- Recuperate is coded for 80% HP and 3 combo points but I've left it out and have it bound with Shift+(X).
It should also not break most CC's, especially Blind/Gouge!
The only 'struggle' I have is utilizing Shadow Dance better, as I've codded it to do the most amount of burst possible, if I want do start doing fancy stuff like Focus Garrote/Cheap shot the bot will fight me for energy![]()
Xound 3 +rep to you for contributing ^^
@Xound
Ty m8. I will finish this and release a first version after New Year. Also thanks to all for PM'ed feedbacks, tips and suggestions. I know this profile its not perfect but with your help I hope will become better and better
So far this is what include:
Shift Left - Recuperate
CtrlLeft - Single Target AOE
Alt - KidneyShot
@focus TotT
Recuperate works also if u are under 70% (of course they are some priorities) I will put lower but atm Im low PVP gear so I need to stay alive
If you are under 20% HP and target is higher than you then will self activate - Smoke Bomb / Cloak / Sprint / Vanish (oh crap situation )
All the time SnD up
If u face target will use Hemo otherwise BS.
For self apply poisons I use Crippling if u use other poison just edit and change spell ID or remove poison and apply whatever u like
Alchemy potion included otherwise skip
and few more
Like I said I will try to finis this after New Year.
HAPPY NEW YEAR TO EVERYONE
Last edited by lolomo2003; 12-29-2012 at 04:03 AM.
We'll give it a few days and get some feedback from both profiles.
I'll do some damage testing as well to see how they compare for damage done.
I might consider some auto CD's as well, I'll look more into Recup tho, but currently I feel its useless, SnD got the engergy regen and the heal currently isn't worth much.
I'm thinking of coding Shadow Dance+Shadow Blades to recognize when the enemy is affected by Smoke Bomb, as this is most likely when you want to burst the most.
Any progression on this profile ?
I just started working on PQR and I mostly pvp with my rogue so i'll try to give some love to this profile as well.
I tried to implement Shuriken Toss last night with no success, i've tried different spellid and none seem to work.
anyone managed to make Shuriken Toss work ?
try something like this. Obviously replace the numbers and text with shuriken.
if IsUsableSpell(111397)
and GetSpellCooldown(111397) == 0
then
CastSpellByName("Blood Fear")
return true
end