F2PDev, Chardev.org for the Trial Twink

What android verison? So there's a mobile one too? I'm on an iPod touch atm, please explain more.
I'm working on an Android one (it's very early on). Since that and F2PDev are both written in Java it's fairly easy to adapt. If it actually happens then I'll look into an Apple version. But right now I don't have any Mac's to code on/don't know Objective C.
 
I'm human paladin, gonna go prot. Link's in the sig but I'm currently holy. I have no eyepatch, no band of argas, and no shield of the evil presence. I want to hit cap without losing too much strength.

It's 6% man, even though it says 3% in F2PDev just gear for 6. And you'll need the eyepatch lol
 
no eyepatch :/ I'll have to play around with DPR, Bravo Company Signet, Drakewing Bands, Cobrahn's Gasp, and maybe Demon Band, I gotta see what gives most strength while still staying spell capped.
 
Last edited by a moderator:
I'm human paladin, gonna go prot. Link's in the sig but I'm currently holy. I have no eyepatch, no band of argas, and no shield of the evil presence. I want to hit cap without losing too much strength.

no eyepatch :/ I'll have to play around with DPR, Bravo Company Signet, Drakewing Bands, Cobrahn's Gasp, and maybe Demon Band, I gotta see what gives most strength while still staying spell capped.

Okey, what are you planning to use as Main Hand?
 
I honestly don't know. I have all max strength 1H weps (4 strength) besides the fish mace but I don't think it's worth it cuz the damage isn't as high as the BoA
So basically, your capping the Horde (Harde) way, less the quest rewards. You're probably going chesting and running BFD for rings. Take a look at the prot pally in my sig. My gear is always changing because I have like 14.8675309 different ways to cap. Drakewing Bands (from chests), and Demon Rings good non-quest reward items that are good ways to round out your hit cap (albeit a little hard to get).

For more suggestions, post in the Rate-A-Twink section.
 
Last edited by a moderator:
by the way.. that's not 1% hit from racial that's 1% expertise, so no I wouldn't be over cap.

Right, the tooltips do say Expertise, but if you look at your character sheet in-game you'll see that you also get an extra 1% Spell Hit when you have a mace or sword equipped. Feel free to check it out for yourself.
 
LF a hunter to do some testing for me...

I'd like to add Aspect of the Hawk as a passive but I need a few numbers:

1.) Naked: Your attack power. Your attack power with Aspect of the Hawk.
2.) With a few items (not enchanted with +agility): Your attack power. Your attack power with Aspect of the Hawk.
3.) With an item enchanted with +agility: Your attack power. Your attack power with Aspect of the Hawk.
4.) Pot'd with +agility: Your attack power. Your attack power with Aspect of the Hawk.

Please do this outside of BGs, don't want to mess with crazy scaling, be there any. Looking to test if the 25% increase is applied to chants, gear, etc.

Thanks!

FYI: Put mobile version on the back burner for right now... lots of good changes coming to this soon ;)
 
Um I'll see about doin it once I get home . Excited for changes :)
 
Could you please tell me how you calculate base health?

The health of my char screen doesnt match with F2PDev.

Also: Is it right that trolls have 10% more base health in your tool. I thought it is 10% regeneration rate. Not base health.

Cheers
 
Could you please tell me how you calculate base health?

The health of my char screen doesnt match with F2PDev.

Also: Is it right that trolls have 10% more base health in your tool. I thought it is 10% regeneration rate. Not base health.

Cheers

I have base health at 558 and then everyone gets more stamina/stats depending on their class/race. This will be base health in a BG, which is essentially a 24 with no gear. Trolls don't get 10% more, it just might seem like that based on your class. I believe I used chardev.org to obtain base health.

When your numbers don't match are you inside a BG? With no gear?
 
I have base health at 558 and then everyone gets more stamina/stats depending on their class/race. This will be base health in a BG, which is essentially a 24 with no gear. Trolls don't get 10% more, it just might seem like that based on your class. I believe I used chardev.org to obtain base health.

When your numbers don't match are you inside a BG? With no gear?

F2PDev:

Without gear:
Worgen Feral => 908 hp
Nightelf Feral => 908 hp
Troll Feral => 918 hp Seems wrong
Tauren Feral => 954 hp (which is 105% of 908hp)

I will check inside bg again over the weakend.

Cheers
 
F2PDev:

Without gear:
Worgen Feral => 908 hp
Nightelf Feral => 908 hp
Troll Feral => 918 hp Seems wrong
Tauren Feral => 954 hp (which is 105% of 908hp)

I will check inside bg again over the weakend.

Cheers

Ok I think you are confusing base health with what you see on your character screen with no gear. Base health is static, it's what everyone gets no matter what you are. The only exception to that is Tauren, they get more because of their racial. When you look at your screen you see your character naked and think this is their base health but that's not right. What you see is actually the static base health + the stamina you get for being a certain race and class. And those will vary.

Here's some code snipets for Troll Druid for example:

//everyone gets
int basehealth = 558;

//what you get for being a troll
else if (currentCharacter.get(1).equals("Troll")) {
strength = 21;
agility = 22;
stamina = 21;
intellect = 16;
spirit = 21;
}

//what you get for being a druid
else if (currentCharacter.get(2).equals("Druid")) {
strength += 14;
agility += 12;
stamina += 15;
intellect += 26;
spirit += 29;
}

If you are a "troll druid" standing naked in a BG and your stats differ then if you started F2PDev as a "troll druid" then that's a problem. Let me know ;)
 
Last edited by a moderator:
Troll is definately wrong in F2PDEV.

View attachment 3799

With the other hp issue a made a mistake. When i took pics of inside bg i had mining as prof. That was the difference.

Cheers

P.S.: "Gesundheit" = HP :p

Ok they probably get 20 stamina instead of 21. Thank you, I'll make that correction ;)
 
Last edited by a moderator:

Users who are viewing this thread

Top