 |
 |
 |
Asked the Experts, For archive purposes only. Please use Ask the Expert! for questions |
|
Sep 7 2015, 02:16
|
edu5ardo
Group: Members
Posts: 153
Joined: 6-October 11

|
with my magic attacks hit 5 targets, with only mele 1h hit a 1 target and counter as I improve it?
|
|
|
|
 |
|
Sep 7 2015, 02:20
|
Superlatanium
Group: Gold Star Club
Posts: 7,637
Joined: 27-November 13

|
QUOTE(edu5ardo @ Sep 6 2015, 23:23)  he decidido cambiar a 1h y me gustaria sugerencias de como nivelar mi stats [attachmentid=70017]
I would also like to recommend to buy me a 1h weapon, I suggested a rapier but not if it is the most suited to use
also I want to ask a practical way of farming credits and how to take a server for H@H I'm sure you're still in the middle of changing stats due to the limit of -10/day. Eventually try for Dex = Str = End = Wis > Agi >>> Int. For 1h: Shield is most important. Force Shield preferred, or Kite Shield with high block. (I think Kite is OK because 1h/light isn't inconvenienced by more burden) You are right, a rapier is the best weapon to get by far. "XXX Exquisite? Rapier of [Slaughter, Balance, Nimble]". Best way to get credits is to play daily arenas on as high a difficulty you can play fast (at speed of ping). Maybe Hell, for you. Use blood tokens on FSM only and sell the noodles. H@H is a different topic entirely, there are whole threads dedicated to that. QUOTE(edu5ardo @ Sep 7 2015, 00:16)  with my magic attacks hit 5 targets, with only mele 1h hit a 1 target and counter as I improve it? Yes, eventually you will be able to counter-attack 3 monsters in 1 turn, and stun them all. Although 1h is slow initially, once you level up and get more proficiency, 1h is the only way to play on IWBTH and PFUDOR easily, which is impossible for mages before high level and expensive equipment.
|
|
|
|
 |
|
Sep 7 2015, 03:01
|
edu5ardo
Group: Members
Posts: 153
Joined: 6-October 11

|
QUOTE(Superlatanium @ Sep 6 2015, 19:20)  I'm sure you're still in the middle of changing stats due to the limit of -10/day. Eventually try for Dex = Str = End = Wis > Agi >>> Int.
For 1h: Shield is most important. Force Shield preferred, or Kite Shield with high block. (I think Kite is OK because 1h/light isn't inconvenienced by more burden)
You are right, a rapier is the best weapon to get by far. "XXX Exquisite? Rapier of [Slaughter, Balance, Nimble]".
Best way to get credits is to play daily arenas on as high a difficulty you can play fast (at speed of ping). Maybe Hell, for you. Use blood tokens on FSM only and sell the noodles.
H@H is a different topic entirely, there are whole threads dedicated to that.Yes, eventually you will be able to counter-attack 3 monsters in 1 turn, and stun them all.
Although 1h is slow initially, once you level up and get more proficiency, 1h is the only way to play on IWBTH and PFUDOR easily, which is impossible for mages before high level and expensive equipment.
this weapon and shield is good? start upgrade and levelup PXP ? http://hentaiverse.org/pages/showequip.php...;key=e6767f1059http://hentaiverse.org/pages/showequip.php...;key=8815a96a8dIn my current state you believe it can go in hell? please link H@H post for info objetive stats is good? Dex = Str = End = Wis > Agi >>> Int 270 = 270 = 270 = 270 > 200 >>> 50
|
|
|
|
 |
|
Sep 7 2015, 03:08
|
karyl123
Group: Gold Star Club
Posts: 1,659
Joined: 9-January 11

|
QUOTE(edu5ardo @ Sep 7 2015, 06:23)  he decidido cambiar a 1h y me gustaria sugerencias de como nivelar mi stats [attachmentid=70017]
I would also like to recommend to buy me a 1h weapon, I suggested a rapier but not if it is the most suited to use
also I want to ask a practical way of farming credits and how to take a server for H@H
I think you need to change your font first, its much slower using default font. I recomend you rent a vps on budgetvm take the 3.99 usd / month, it has 100 GB disk. and follow how to run h@h step on wiki pro tip : rather than using complicated upstart for h@h. I advice to use tmux/screen. basic linux knowledge is needed.
|
|
|
|
 |
|
Sep 7 2015, 03:51
|
Superlatanium
Group: Gold Star Club
Posts: 7,637
Joined: 27-November 13

|
QUOTE(edu5ardo @ Sep 7 2015, 01:01)  this weapon and shield is good? start upgrade and levelup PXP ? http://hentaiverse.org/pages/showequip.php...;key=e6767f1059http://hentaiverse.org/pages/showequip.php...;key=8815a96a8dIn my current state you believe it can go in hell? please link H@H post for info objetive stats is good? Dex = Str = End = Wis > Agi >>> Int 270 = 270 = 270 = 270 > 200 >>> 50 Weapon is Exq, but the important stats look meh. Very low ADB for non-Slaughter 0.82+, and no Dex (Dex is very high on rapiers - if it exists in the first place). PA chance is also low, which is important to consider before you get to high level and high crit chance. It's not quite worth IWing and forging, but it is good to use before you find something better. Shield is OK. Block is only 0.81 S, and endurance is low, but Pmit and suffix are good. You can use it until you find something better. (IW on shields is much less profitable than on all other slots because you can't get Juggernaut - probably don't IW any shield until level 320+.) QUOTE(karyl123 @ Sep 7 2015, 01:08)  basic linux knowledge is needed. There is one other option - knowing copy and paste (IMG:[ invalid] style_emoticons/default/biggrin.gif) After trial and error, this is what I came up with, using Ubuntu 12.02 or something similar, connecting via Putty, and using PuttyGen for the keyfiles: CODE sudo apt-get update sudo apt-get upgrade sudo apt-get install openjdk-7-jre sudo apt-get install zip sudo apt-get install screen reboot sudo apt-get update sudo apt-get upgrade
adduser superhath [this is username] [make up a password] visudo superhath ALL=(ALL) ALL (login to superhath from putty) mkdir /home/superhath/.ssh
nano /home/superhath/.ssh/authorized_keys paste in Putty key - not from saved public file, but from Putty itself
sudo nano /etc/ssh/sshd_config port number to [some number other than 22] sudo service ssh restart (login to superhath from putty)
sudo nano /etc/ssh/sshd_config PermitRootLogin no PasswordAuthentication no X11Forwarding no UsePAM no Add to bottom: UseDNS no AllowUsers superhath
sudo service ssh restart
mkdir hentaihome screen cd hentaihome wget http://hentaiathome.net/get/HentaiAtHome_1.2.5.zip unzip HentaiAtHome_1.2.5.zip java -jar HentaiAtHome.jar --disable_logging
{control-a}, then d to detach screen There are probably some unnecessary lines in there, but it still works.
|
|
|
|
 |
|
Sep 7 2015, 05:30
|
mozilla browser
Group: Gold Star Club
Posts: 2,131
Joined: 22-December 11

|
For some crappy machines that get rebooted randomly... (not tested, ymmv) CODE (crontab -l|grep -v @reboot;echo;echo "@reboot cd /home/superhath/hentaiathome;/usr/bin/java -jar HentaiAtHome.jar --disable_logging > /dev/null 2>&1" ) | crontab -
Don't forget to patch your servers; probably least effort to pick a distribution with long term support, ie. ubuntu 14.04, debian stable, centos, etc.
|
|
|
Sep 7 2015, 06:09
|
jacquelope
Group: Members
Posts: 10,456
Joined: 28-July 15

|
30 3 Vital Strike crits Mikuru Asahina for 366734 void damage
Wow. F@#king BRUTAL.
Is it even remotely possible that my regular melee hits could EVER approach damage levels of this magnitude?
|
|
|
Sep 7 2015, 06:29
|
Superlatanium
Group: Gold Star Club
Posts: 7,637
Joined: 27-November 13

|
QUOTE(jacquelope @ Sep 7 2015, 04:09)  30 3 Vital Strike crits Mikuru Asahina for 366734 void damage
Wow. F@#king BRUTAL.
Is it even remotely possible that my regular melee hits could EVER approach damage levels of this magnitude? 16 1 You crit Dv8 for 39853 void damage. << me 9 2 Orbital Friendship Cannon crits Aw-338 for 663087 void damage (costs 200 OC, hits all monsters) Doesn't look like it. Still, usually you just want to keep attacking normally for permanent Spirit Stance. This post has been edited by Superlatanium: Sep 7 2015, 06:29
|
|
|
|
 |
|
Sep 7 2015, 06:54
|
garrabar
Group: Members
Posts: 154
Joined: 10-November 14

|
QUOTE(karyl123 @ Sep 7 2015, 03:08)  I think you need to change your font first, its much slower using default font.
This advice just revolutionized how I play the game. I can't believe I'd read that note backwards this whole time.
|
|
|
Sep 7 2015, 07:32
|
jacquelope
Group: Members
Posts: 10,456
Joined: 28-July 15

|
QUOTE(Superlatanium @ Sep 6 2015, 21:29)  16 1 You crit Dv8 for 39853 void damage. << me
9 2 Orbital Friendship Cannon crits Aw-338 for 663087 void damage (costs 200 OC, hits all monsters)
Doesn't look like it. Still, usually you just want to keep attacking normally for permanent Spirit Stance.
I used that move at the end of the final round. I'm about to hit L250 and be eligible for Triple Trio and Tree, I'm DEFINITELY going to use that on Yggdrasil (sp?).
|
|
|
|
 |
|
Sep 7 2015, 08:34
|
Cleavs
Group: Gold Star Club
Posts: 24,317
Joined: 18-January 07

|
QUOTE(jacquelope @ Sep 7 2015, 06:09)  30 3 Vital Strike crits Mikuru Asahina for 366734 void damage
Wow. F@#king BRUTAL.
Is it even remotely possible that my regular melee hits could EVER approach damage levels of this magnitude?
you're a monster! (IMG:[ invalid] style_emoticons/default/mad.gif) my poor, busty mikuru! (IMG:[ invalid] style_emoticons/default/anime_cry.gif)
|
|
|
Sep 7 2015, 10:04
|
jacquelope
Group: Members
Posts: 10,456
Joined: 28-July 15

|
I just hit Level 250 after much sacrifice (Stamina 79 drastically reduced my EXP gain just as I feared, I had to clear almost ALL the Arenas to get the last 12 mil EXP I needed... wow).
Wish me luck. I'm going after Triple Trio and The Tree and I'm fucking loaded for Bear, honey badger and Siberian tiger.
|
|
|
Sep 7 2015, 10:06
|
-Hiiro-
Group: Gold Star Club
Posts: 2,465
Joined: 24-November 14

|
Is it normal that it takes 3 or 4 hours for DwD @ PFUDOR?
Its with 1H Heavy... and only some minor upgrades.
Stats:
Physical Attack 6556 attack base damage 170.9 % hit chance 34.8 % crit chance / +63 % damage 1.7 % attack speed bonus
|
|
|
|
 |
|
Sep 7 2015, 10:35
|
Superlatanium
Group: Gold Star Club
Posts: 7,637
Joined: 27-November 13

|
QUOTE(The Magi @ Sep 7 2015, 08:06)  Is it normal that it takes 3 or 4 hours for DwD @ PFUDOR?
Its with 1H Heavy... and only some minor upgrades.
Stats:
Physical Attack 6556 attack base damage 170.9 % hit chance 34.8 % crit chance / +63 % damage 1.7 % attack speed bonus ADB looks good. Are you wearing all Power? Crit chance looks a little low, but it might just be level scaling. Rapier is essential (you're using one, right? and IW 10?). Enchant with Holy or Dark strike for the full duration. Do you have OFC? It really speeds things up on the 3-SG rounds. Defense isn't an issue, right? If so, only attack the schoolgirls, so you get more OC from counter-attacks and can SS / OFC more. I have 7.6k ADB, 40% CC / 61 CD, and Power Slaughter with S-2 to S base ADB, forged to 5, and it takes around 40 minutes.
|
|
|
|
 |
|
Sep 7 2015, 11:25
|
-Hiiro-
Group: Gold Star Club
Posts: 2,465
Joined: 24-November 14

|
QUOTE(Superlatanium @ Sep 7 2015, 12:35)  ADB looks good. Are you wearing all Power? Crit chance looks a little low, but it might just be level scaling.
Rapier is essential (you're using one, right? and IW 10?). Enchant with Holy or Dark strike for the full duration.
Do you have OFC? It really speeds things up on the 3-SG rounds.
Defense isn't an issue, right? If so, only attack the schoolgirls, so you get more OC from counter-attacks and can SS / OFC more.
I have 7.6k ADB, 40% CC / 61 CD, and Power Slaughter with S-2 to S base ADB, forged to 5, and it takes around 40 minutes.
Yep have all those (power slaughter, ofc, leg shocking rapier, defense - leg shield of dampening) and adb should increase once i upgrade my gears (have some better mag power bought from auctions but need to soulfuse them before - cause higher level than me) Currently i have a mix of two exq power slaughter and other 3 parts mag power slaughter... (should be all five parts mag power slaughter later when i finished soulfusing) Whats taking me long is the trophy bosses... they are a pain to kill... Others are fairly quick if no bosses, thats why i was asking if it was normal. Haven't tried to enchant them with holy/dark strike though... may try again tomorrow if i have time. This post has been edited by The Magi: Sep 7 2015, 11:30
|
|
|
|
 |
|
Sep 7 2015, 12:13
|
Cleavs
Group: Gold Star Club
Posts: 24,317
Joined: 18-January 07

|
QUOTE(jacquelope @ Sep 7 2015, 10:04)  I just hit Level 250 after much sacrifice (Stamina 79 drastically reduced my EXP gain just as I feared, I had to clear almost ALL the Arenas to get the last 12 mil EXP I needed... wow).
Wish me luck. I'm going after Triple Trio and The Tree and I'm fucking loaded for Bear, honey badger and Siberian tiger.
just go on normal, kill the tree first and spam silence every now and then. using a few scrolls (life? absorption?) is fine as well QUOTE(The Magi @ Sep 7 2015, 10:06)  Stats:
Physical Attack 6556 attack base damage 170.9 % hit chance 34.8 % crit chance / +63 % damage 1.7 % attack speed bonus
pretty much similar to mine, apart for ADB and ACC: QUOTE 6362 attack base damage 161.9% hit chance 34.8% crit chance / +68 % damage 1.7% attack speed bonus less ADB may be due to the fact that i didn't forge my armors so much, but why 9 ACC difference? (IMG:[ invalid] style_emoticons/default/huh.gif)
|
|
|
|
 |
|
Sep 7 2015, 12:20
|
Superlatanium
Group: Gold Star Club
Posts: 7,637
Joined: 27-November 13

|
QUOTE(Scremaz @ Sep 7 2015, 10:13)  just go on normal, kill the tree first and spam silence every now and then. using a few scrolls (life? absorption?) is fine as well PF means a guaranteed Mag+... but if even REs are troublesome that probably isn't doable.
|
|
|
Sep 7 2015, 12:22
|
Cleavs
Group: Gold Star Club
Posts: 24,317
Joined: 18-January 07

|
QUOTE(Superlatanium @ Sep 7 2015, 12:20)  PF means a guaranteed Mag+... but if even REs are troublesome that probably isn't doable.
are you really telling a lv250 to go and finish TTT @ PF? (IMG:[ invalid] style_emoticons/default/rolleyes.gif)
|
|
|
|
 |
|
Sep 7 2015, 12:24
|
tetron
Group: Gold Star Club
Posts: 5,583
Joined: 30-July 14

|
QUOTE(karyl123 @ Sep 7 2015, 04:31)  it just like saying, everyone want to use rapier of slaugther nowadays.
I use of balance
Warning: Next patch... (You know what I mean) (IMG:[ invalid] style_emoticons/default/duck.gif) QUOTE(Scremaz @ Sep 7 2015, 15:43)  pretty much similar to mine, apart for ADB and ACC: less ADB may be due to the fact that i didn't forge my armors so much, but why 9 ACC difference? (IMG:[ invalid] style_emoticons/default/huh.gif) May be balance pieces? This post has been edited by tetron: Sep 7 2015, 12:25
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|