Welcome Guest ( Log In | Register )

1217 Pages V « < 1215 1216 1217  
Reply to this topicStart new topic
> Ask the Experts!, Ask anything about hentaiverse. Hints for beginners

 
post Yesterday, 08:48
Post #24321
Ramaki



Casual Poster
****
Group: Members
Posts: 347
Joined: 18-June 15
Level 405 (Dovahkiin)


QUOTE(Malenk @ Aug 6 2025, 00:38) *




Is there not a keybind to pause (toggle on/off) hover function? I am almost positive that I have seen something along those lines in the settings.

This post has been edited by Ramaki: Yesterday, 09:14
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Yesterday, 10:38
Post #24322
Noni



Hataraku Noni-sama
***********
Group: Catgirl Camarilla
Posts: 13,453
Joined: 19-February 16
Level 500 (Ponyslayer)


QUOTE(Ramaki @ Aug 6 2025, 08:48) *

Is there not a keybind to pause (toggle on/off) hover function? I am almost positive that I have seen something along those lines in the settings.

Bind(KEY_X, Any, ToggleHover);
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Yesterday, 12:32
Post #24323
Malenk



Active Poster
*******
Group: Gold Star Club
Posts: 1,159
Joined: 12-June 12
Level 451 (Dovahkiin)


yes, i was aware. but it's another habit i would need to learn.
if i need to disable hover in order to click a skill, might as well just bind the skill.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Yesterday, 13:51
Post #24324
Nezu



Rat
********
Group: Catgirl Camarilla
Posts: 3,943
Joined: 29-January 12
Level 500 (Ponyslayer)


QUOTE(Pillpug @ Aug 6 2025, 00:23) *

How come I'm always seeing monsters with the same names? Even during an arena fight I'll see the same monster more than once. Is there really not that many monsters around my level? Do monsters with higher power levels get selected more often?

For instance, I keep seeing "police" and "with" and "Luigi Mangione" and "bleeding kitten"


https://ehwiki.org/wiki/Monster_Lab#Monster...s._Player_Level
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Yesterday, 15:40
Post #24325
Noni



Hataraku Noni-sama
***********
Group: Catgirl Camarilla
Posts: 13,453
Joined: 19-February 16
Level 500 (Ponyslayer)


QUOTE(Malenk @ Aug 6 2025, 12:32) *

yes, i was aware. but it's another habit i would need to learn.
if i need to disable hover in order to click a skill, might as well just bind the skill.

oh, no there is another way

set the hover area 'part of the monster that activates hover' to 6
then set 'left click': false

then, for example, to cast Merciful Blow, but it work for any spell:

Bind(KEY_K, Any, Cast('Merciful Blow'));


So that means hover remains active. Mouse moves away from the '6' area, i.e. the right side of the monster boxes.
press 'k', and left click on the left side of the monster boxes.

Alternative is to use the number keys to assign Imperil to the monsters, and use alt for and shift for 2 other spells. then just move mouse away from monster boxes and press shift 1 to weaken the 1st monster.

User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Yesterday, 17:30
Post #24326
evelynny



Lurker
Group: Lurkers
Posts: 3
Joined: 26-July 24
Level 57 (Expert)


Just started playing. What are some good ways to gain overcharge? From the wiki, I can only find hitting the enemy with a physical attack and counter attacks that give overcharge. If that's the case, is there a build that does more frequent physical attacks or counter attacks?

Edit: Also, is increasing the Wisdom stat the only way to increase mana regen?

This post has been edited by evelynny: Yesterday, 17:40
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Yesterday, 17:37
Post #24327
Ramaki



Casual Poster
****
Group: Members
Posts: 347
Joined: 18-June 15
Level 405 (Dovahkiin)


QUOTE(evelynny @ Aug 6 2025, 17:30) *

Just started playing. What are some good ways to gain overcharge? From the wiki, I can only find hitting the enemy with a physical attack and counter attacks that give overcharge. If that's the case, is there a build that does more frequent physical attacks or counter attacks?


Fighting Styles
Here you go. But usually, you begin your journey as a One-Handed Melee and transition into a Mage build at some point. Check my signature for some links to help you on your way to the top (IMG:[invalid] style_emoticons/default/smile.gif). And most importantly, have fun.

Edit in response to your edit (IMG:[invalid] style_emoticons/default/smile.gif): Hath Perks. There is a perk, and then there are also some consumables. Items.

This post has been edited by Ramaki: Yesterday, 18:08
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Yesterday, 21:21
Post #24328
Malenk



Active Poster
*******
Group: Gold Star Club
Posts: 1,159
Joined: 12-June 12
Level 451 (Dovahkiin)


QUOTE(Noni @ Aug 6 2025, 15:40) *

oh, no there is another way

set the hover area 'part of the monster that activates hover' to 6
then set 'left click': false

then, for example, to cast Merciful Blow, but it work for any spell:

Bind(KEY_K, Any, Cast('Merciful Blow'));
So that means hover remains active. Mouse moves away from the '6' area, i.e. the right side of the monster boxes.
press 'k', and left click on the left side of the monster boxes.

Alternative is to use the number keys to assign Imperil to the monsters, and use alt for and shift for 2 other spells. then just move mouse away from monster boxes and press shift 1 to weaken the 1st monster.


ty, i was already using the "left click: false" and the "hover area: 6" settings and i had already added this keybind:
Bind(KEY_D, Any, Impulse(Cast('Sleep')));

not sure if impulse is necessary since i always activate sleep (and all the other deprecating spells) while not on the hover area but it's working so i see no harm in leaving it on.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Yesterday, 21:50
Post #24329
nogtwo



Casual Poster
***
Group: Members
Posts: 109
Joined: 6-September 13
Level 342 (Dovahkiin)


QUOTE(Ramaki @ Aug 6 2025, 18:37) *

transition into a Mage build at some point.

What are the minimum equipment requirements to go mage?
I kinda stopped playing(beyond grabbing dawn bonus) because I found doing arenas was too much of a timesink with the 1H build I have now.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Yesterday, 22:06
Post #24330
Ramaki



Casual Poster
****
Group: Members
Posts: 347
Joined: 18-June 15
Level 405 (Dovahkiin)


QUOTE(nogtwo @ Aug 6 2025, 21:50) *

What are the minimum equipment requirements to go mage?
I kinda stopped playing(beyond grabbing dawn bonus) because I found doing arenas was too much of a timesink with the 1H build I have now.


Level 350~ (310 minimum) and a set of gear with corresponding prefixes and suffixes of magnificent or legendary quality. Your main concern is probably a staff. Possibly the Hath Perks (proficiency to be precise). But perhaps wait for someone who actually plays a mage to provide further details on the specific requirements.

This post has been edited by Ramaki: Yesterday, 22:06
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Today, 00:47
Post #24331
Ser6IjVolk



Regular Poster
******
Group: Members
Posts: 933
Joined: 5-July 08
Level 480 (Godslayer)


QUOTE(nogtwo @ Aug 6 2025, 22:50) *

What are the minimum equipment requirements to go mage?
I kinda stopped playing(beyond grabbing dawn bonus) because I found doing arenas was too much of a timesink with the 1H build I have now.


True minimum is level 310 for mass imperil and high end magnificent or trash lego correct prefix (prefix AND suffix on staff) gear and getting Jug on them too, Pen and SW/AM on staff. Then you will need to use aether shards, scrolls and weaken and start out on nintendo until your proficiencies catch up a bit and then, once comfortable, you'll be able to stop using scrolls and weaken and then bump up difficulty and start using scrolls and weaken again and eventually reach PFUDOR which will allow you to enter the lvl300 arena and survive. Higher non-SG PFUDOR arenas will be even harder though. To be able to stop healing a lot and drop weaken and scrolls on perma-PFUDOR lvl300 arena and higher non-SG ones on PFUDOR, you'll need at least midrange lego stuff and forging at least the important stats (MDB, EDB, evade, phys. defense) to at least levels 10-15 and 20-25 for lemental prof. bonus. So maybe just start there instead of going for minimum. Considering you'll spend millions on forging and hours on item worlding, it really doesn't make sense investing that into minimum viable garbage to begin with. But this will take some time as midrange+ stuff that's fusable to mid 300s does sell at a premium. Go for fire and cold, those are most affordable.

Of course, playing arenas prior to 300 on nintendo/IWBTH using trash just to level and have more access to better gear on the auction is also an option.

Also refer to Nezu's mage guide, there's a link to it in HentaiVerse Advice Advanced page on the wiki.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Today, 02:37
Post #24332
Pillpug



Newcomer
**
Group: Members
Posts: 56
Joined: 24-September 24
Level 292 (Godslayer)


QUOTE(Nezu @ Aug 6 2025, 07:51) *


I armchaired the math:


Attached Image
Attached Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Today, 03:39
Post #24333
n0oBiZeD



Lurker
Group: Recruits
Posts: 6
Joined: 5-April 07


good stuff
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Today, 04:16
Post #24334
Pillpug



Newcomer
**
Group: Members
Posts: 56
Joined: 24-September 24
Level 292 (Godslayer)


Hentaiverse is really laggy right now.

How does hosting it work? Is some boting really hard? If I put up a H@H server can I get lower latency?

I'm getting about 500-1,000 ms lag

This post has been edited by Pillpug: Today, 04:21
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


1217 Pages V « < 1215 1216 1217
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 7th August 2025 - 06:00