Welcome Guest ( Log In | Register )

697 Pages V « < 133 134 135 136 137 > »   
Reply to this topicStart new topic
> 【良い変態】 日本語でE-Hentai, Japanese Thread

 
post Aug 20 2013, 16:52
Post #2681
sumu



Active Poster
*******
Group: Members
Posts: 1,149
Joined: 10-May 09
Level 421 (Godslayer)


戦士か魔法使いか悩む方は多いと思いますが
ほぼ事故死がなく、てきとーに数字キーだけ押しとけばクリアできる戦士が
精神衛生上よろしいと個人的に思う今日このごろ

自分は全力でいっても、200ARENAに30分かかっちゃいますが
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 21 2013, 05:20
Post #2682
DEC_



Active Poster
*******
Group: Gold Star Club
Posts: 1,359
Joined: 20-January 10
Level 500 (Godslayer)


武器の接尾語変えるForgeとかあったら最高なのに
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 21 2013, 08:33
Post #2683
jojousuke



Regular Poster
*****
Group: Members
Posts: 615
Joined: 15-December 09
Level 500 (Ponyslayer)


QUOTE(dateeast @ Aug 21 2013, 12:20) *

武器の接尾語変えるForgeとかあったら最高なのに

変更でなく元々の接尾語と異なる接尾語を追加できれば使い辛い武器も救済できませんかね
結局Slaughter+Balanceが一番になるでしょうがそれでも現状よりは
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 21 2013, 15:33
Post #2684
isamineko



Casual Poster
****
Group: Members
Posts: 324
Joined: 5-January 09
Level 492 (Godslayer)


QUOTE(sumu @ Aug 20 2013, 16:52) *

自分は全力でいっても、200ARENAに30分かかっちゃいますが


戦士で30分なら早いと思う
極まった人はもっと早いんだろうか
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 21 2013, 16:21
Post #2685
Yumenokun



Active Poster
*******
Group: Members
Posts: 1,339
Joined: 5-February 13
Level 500 (Ponyslayer)


QUOTE(dateeast @ Aug 21 2013, 05:20) *

武器の接尾語変えるForgeとかあったら最高なのに

合成の壺が欲しい
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 21 2013, 18:59
Post #2686
Chirarhythm03



Active Poster
*******
Group: Members
Posts: 1,722
Joined: 23-April 13
Level 415 (Godslayer)


Attatch&CODの表示をもっと見やすくできないものか

これ(mspgothc,size6,normal,normal,-5)で何とか読めるようにはなるんだけど、
Attached Image

他の部分がすこぶる見辛い
Attached Image

みんな設定どうしてますか?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 22 2013, 07:05
Post #2687
sumu



Active Poster
*******
Group: Members
Posts: 1,149
Joined: 10-May 09
Level 421 (Godslayer)


>>Chirarhythm03
あー、それ自分も困ってるんですけど
メモ帳にコピペしながら確認してるっていう
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 22 2013, 11:33
Post #2688
Boosks



empty wisky bottle
***
Group: Members
Posts: 179
Joined: 11-March 13
Level 343 (Godslayer)


[github.com] https://github.com/greentea039/scripts/blob...rrector.user.js
これを使ってる

動かないページがあったりしたんで自分で適当に弄った奴(一応動作確認済み)
使うときは自己責任で

CODE
// ==UserScript==
// @name            HV - Layout Corrector
// @namespace       HV - Layout Corrector
// @version         1.3
// @description     Correct corrupted layouts
// @include         http://hentaiverse.org/*
// @exclude         http://hentaiverse.org/?login*
// @exclude         http://hentaiverse.org/pages/showequip*
// @run-at          document-end
// ==/UserScript==

var hv = {
    settings: {
        get useHVFontEngine() {
            return document.getElementsByClassName('fd2')[0].textContent !== "Health points";
        },
    },
};

(function () {
    var i, elements;

    // Moogle Mail
    if (document.location.search.indexOf("?s=Bazaar&ss=mm&filter=Inbox") >= 0 ||
            document.location.search.indexOf("?s=Bazaar&ss=mm&filter=Write%20New") >= 0 ||
                document.location.search.indexOf("?s=Bazaar&ss=mm&filter=Write+New") >= 0 ||
                    document.location.search.indexOf("?s=Bazaar&ss=mm&filter=Sent%20Mail") >= 0) {
        // Avoid attachment display overlap
        if (!hv.settings.useHVFontEngine) {
            elements = document.querySelectorAll('#mailform > div > div + div div');
            for (i = 0; i < elements.length; i++) {
                elements[i].style.removeProperty("width");
                elements[i].style.display = "inline-block";
            }
        }
    }
})();
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 22 2013, 12:34
Post #2689
Chirarhythm03



Active Poster
*******
Group: Members
Posts: 1,722
Joined: 23-April 13
Level 415 (Godslayer)


できたああ
ありがとう!
Attached Image
使い慣れたTahomaでもバッチリ
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 22 2013, 17:57
Post #2690
tonylai



Newcomer
*
Group: Members
Posts: 37
Joined: 29-July 13


I love Japanese Animation...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 23 2013, 08:22
Post #2691
neko0516777



Regular Poster
******
Group: Members
Posts: 986
Joined: 14-September 10
Level 339 (Godslayer)


2ちゃんのHVスレで紹介されてたComodoDragonに乗り換えたら、
HV関係が物凄く快適
今までクロームや火狐を使っていたのが馬鹿らしくなった

一応プラグインも問題なく動くし、暫くはこれで快適に遊べるかな
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 23 2013, 11:43
Post #2692
ssfkn412



Lurker
Group: Lurkers
Posts: 1
Joined: 13-February 10
Level 32 (Journeyman)


ASIAN PORNの項って存在する意味あるんですかね?
もはや最後に投稿されたのが去年の2月という… (IMG:[invalid] style_emoticons/default/sad.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 23 2013, 12:17
Post #2693
Thira



Isabella "Ivy" Valentine
********
Group: Members
Posts: 4,239
Joined: 15-November 09
Level 500 (Dovahkiin)


QUOTE(ssfkn412 @ Aug 23 2013, 09:43) *
ASIAN PORNの項って存在する意味あるんですかね?

現在は投稿禁止ジャンルですからね。
飽くまで過去のものなので。

QUOTE(ssfkn412 @ Aug 23 2013, 09:43) *
もはや最後に投稿されたのが去年の2月という… (IMG:[invalid] style_emoticons/default/sad.gif)

最後の投稿は先月ですよ。
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 23 2013, 13:57
Post #2694
isamineko



Casual Poster
****
Group: Members
Posts: 324
Joined: 5-January 09
Level 492 (Godslayer)


ようやくSPが4桁になりました (IMG:[invalid] style_emoticons/default/biggrin.gif)
SPのアビリティに振れるようになったからね

装備が良い物ならもっと早く到達できたんだろうけど
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 23 2013, 16:25
Post #2695
sippuusanjoudegozaru



Active Poster
*******
Group: Members
Posts: 1,796
Joined: 15-October 12
Level 477 (Godslayer)


高校野球が終わると夏が終わった感すごい
もうすぐLv.300の節目
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 24 2013, 02:56
Post #2696
mm223456789



Regular Poster
******
Group: Members
Posts: 919
Joined: 19-June 13
Level 400 (Godslayer)


昨日に250を達成できたは良いけれどスレにあった様に確かにモチベーションが下がる…
300まで遠そうだ
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 24 2013, 06:26
Post #2697
mm223456789



Regular Poster
******
Group: Members
Posts: 919
Joined: 19-June 13
Level 400 (Godslayer)


そう思っていたけれど250越えた所から同じ難易度なのに敵が急に柔らかく感じるようになった
300まで辛くないかもしれない…
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 24 2013, 15:43
Post #2698
raisarakun



Active Poster
*******
Group: Gold Star Club
Posts: 1,797
Joined: 21-September 10
Level 500 (Godslayer)


Economizer5にする作業が終わらない
Reforgeのし過ぎでAmnesia Shardsの在庫ががが (IMG:[invalid] style_emoticons/default/anime_cry.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 24 2013, 17:40
Post #2699
sumu



Active Poster
*******
Group: Members
Posts: 1,149
Joined: 10-May 09
Level 421 (Godslayer)


昔はレベル250から一気に最高レベルのモンスが出てきたけど
最近だと難易度次第でもっと早くからレジストしたりパリイしたりする敵がでてきて
高難易度でやってる人はつらそう
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 24 2013, 21:15
Post #2700
Chirarhythm03



Active Poster
*******
Group: Members
Posts: 1,722
Joined: 23-April 13
Level 415 (Godslayer)


丸一日がかりでArenaLv1~200まで一気にIWBTHで埋めたけど全っ然割に合わなかった
Exが4~5個ぐらい出て全部Tier1。他はSup以下
LotD(現在12)を上げるまではドロップ目的で高難易度やってもあまり期待できない様子
ShardやPillの出現率はNormalとほぼ違い無し

(装備売却も含めた)Credit入手は大体Normalの倍ぐらいだけど、
昨日の昼始めてさっき終わった所だからやっぱり割に合わない。
戦闘中のスタミナ回復無しを考慮するとED一本分の損

LotD20ぐらいまで上げる or 1R10秒程度でクリアできる
ようになるまでは高難易度をやってもあまり意味無い感じ



最後の望み賭けてTTATT行ったらSupRapierだった
Attached Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


697 Pages V « < 133 134 135 136 137 > » 
Reply to this topicStart new topic
5 User(s) are reading this topic (4 Guests and 0 Anonymous Users)
1 Members: sgr999

 


Lo-Fi Version Time is now: 30th June 2025 - 20:05