Welcome Guest ( Log In | Register )

1265 Pages V « < 695 696 697 698 699 > »   
Reply to this topicStart new topic
> 中文討論區: 杜拉漢有話要說 [禁無意義的水跟簽到], The Chinese discussion thread of declining quality.

 
post Dec 21 2023, 05:29
Post #13921
大大带西轰



Newcomer
**
Group: Gold Star Club
Posts: 86
Joined: 31-July 15
Level 374 (Dovahkiin)


大佬们 请问我的monsterbation有啥设置错的吗

Bind(KEY_L, Strongest([Impulse(Use(1), Use(3), Use(5), Use('N1'))]));
我这个想一个键按4次喝4瓶药 但是具体效果只能和体力药后面的三个都喝不了

Bind(KEY_O, Cast('Cure'),Cast('Full-Cure'));
这个是我想有cure用cure 没cure用full cure 但是只能开cure后面的开不了

Bind(KEY_K, Impulse(Use('S1')));
这个卷轴是完全用不了
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 21 2023, 06:17
Post #13922
ericeric91



Sleepy Poster
*********
Group: Catgirl Camarilla
Posts: 5,299
Joined: 6-July 10
Level 500 (Ponyslayer)


QUOTE(大大带西轰 @ Dec 21 2023, 11:29) *

大佬们 请问我的monsterbation有啥设置错的吗

Bind(KEY_L, Strongest([Impulse(Use(1), Use(3), Use(5), Use('N1'))]));
我这个想一个键按4次喝4瓶药 但是具体效果只能和体力药后面的三个都喝不了

Bind(KEY_O, Cast('Cure'),Cast('Full-Cure'));
这个是我想有cure用cure 没cure用full cure 但是只能开cure后面的开不了

Bind(KEY_K, Impulse(Use('S1')));
这个卷轴是完全用不了

大中小括弧不同

順序喝藥,實際順序 246
Bind(KEY_Q, Strongest([Use(6), Use(4),Use(2)]));
技能優先,Paradise Lost 優先
Bind(KEY_D, Strongest([Cast('Paradise Lost'), Cast('Banishment'), Cast('Smite')]));
使用道具1
Bind(KEY_O, Impulse(Use(1)));

你的卷軸語法看起來沒問題,可能要確認指定路徑對不對
道具位置要去對 Item Inventory

Impulse 只會觸發一次,所以你包在這下面就只使用一個道具

This post has been edited by ericeric91: Dec 21 2023, 06:19
User is online!Profile CardPM
Go to the top of the page
+Quote Post

 
post Dec 21 2023, 07:47
Post #13923
大大带西轰



Newcomer
**
Group: Gold Star Club
Posts: 86
Joined: 31-July 15
Level 374 (Dovahkiin)


QUOTE(ericeric91 @ Dec 21 2023, 06:17) *

大中小括弧不同

順序喝藥,實際順序 246
Bind(KEY_Q, Strongest([Use(6), Use(4),Use(2)]));
技能優先,Paradise Lost 優先
Bind(KEY_D, Strongest([Cast('Paradise Lost'), Cast('Banishment'), Cast('Smite')]));
使用道具1
Bind(KEY_O, Impulse(Use(1)));

你的卷軸語法看起來沒問題,可能要確認指定路徑對不對
道具位置要去對 Item Inventory

Impulse 只會觸發一次,所以你包在這下面就只使用一個道具

大佬 我的那个卷轴还是用不了 但是s1确实装卷轴了

Bind(KEY_K, Shift, Strongest([Impulse(Use(11))]));
这个在11号位的卷轴能照常使用

而且喝药去掉Impulse之后只能和3个长效药喝不了n1的魔药是啥情况啊
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 21 2023, 08:50
Post #13924
hc br



Veteran Poster
********
Group: Catgirl Camarilla
Posts: 3,789
Joined: 18-October 15
Level 500 (Ponyslayer)


QUOTE(大大带西轰 @ Dec 21 2023, 13:47) *

大佬 我的那个卷轴还是用不了 但是s1确实装卷轴了

Bind(KEY_K, Shift, Strongest([Impulse(Use(11))]));
这个在11号位的卷轴能照常使用

而且喝药去掉Impulse之后只能和3个长效药喝不了n1的魔药是啥情况啊


我想你搞混淆了,

Use(1) 代表的是你道具欄的第一樣物品
Use('s1') 才是代表卷軸欄位的第一樣物品
對了,Use('s1') =\= Use('S1')

這樣你知道問題在哪嗎?

相同道理,魔藥的第一欄位叫做Use('n1')

This post has been edited by hc br: Dec 21 2023, 08:56
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 21 2023, 08:53
Post #13925
Lady_Slayer



Member of the Bal'masqué
*********
Group: Catgirl Camarilla
Posts: 5,458
Joined: 20-December 16
Level 500 (Ponyslayer)


QUOTE(大大带西轰 @ Dec 20 2023, 21:29) *

大佬们 请问我的monsterbation有啥设置错的吗

Bind(KEY_L, Strongest([Impulse(Use(1), Use(3), Use(5), Use('N1'))]));
我这个想一个键按4次喝4瓶药 但是具体效果只能和体力药后面的三个都喝不了

Bind(KEY_O, Cast('Cure'),Cast('Full-Cure'));
这个是我想有cure用cure 没cure用full cure 但是只能开cure后面的开不了

Bind(KEY_K, Impulse(Use('S1')));
这个卷轴是完全用不了


Impulse 要放在 Strongest 外边。然后设定 Key Binding 的语法是 Bind(Key_A, Any, Strongest([Cast('Full-Cure'), Cast('Cure')]));

[mb-lint.skk.moe] OnceForAll 的MB语法检查可以帮到你。

你可以抄一下我的设置,把对应的键改掉就行了。

QUOTE
注释:
  • 空格键 按顺序插队使用 Cure 和 Full-Cure
  • Q键 开关hover
  • Z键 使用7号道具,再使用8号道具
  • X键 根据战斗流派施放 Arcane Focus 还是 Heartseeker
  • C键 施放Regen
  • V键 按顺序使用灌注1,道具14,道具15
  • B键 按顺序使用卷轴1,卷轴2
  • F键 按顺序使用道具3,道具4
  • G键 按顺序使用道具5,道具6
  • P键 在战斗中调出MB设定页面
  • 1键 对1号怪物施放 imp
  • 2键 对4号怪物释放 imp
    ......


CODE
Bind(KEY_SPACE, Any, Strongest([Strongest([Cast('Full-Cure'), HoverAction(Cast('Cure'), true)]), Strongest([Cast('Cure'), HoverAction(Cast('Cure'), true)])]));
Bind(KEY_Q, Any, ToggleHover);
Bind(KEY_Z, Any, Strongest([Use(8), Use(7)]));
Bind(KEY_X, Any, Cast('Damage'));
Bind(KEY_C, Any, Cast('Regen'));
Bind(KEY_V, Any, Strongest([Use(15), Use(14), Use('n1')]));
Bind(KEY_B, Any, Strongest([Use('s2'), Use('s1')]));
Bind(KEY_F, Any, Strongest([Use(4), Use(3)]));
Bind(KEY_G, Any, Strongest([Use(6), Use(5)]));
Bind(KEY_P, Settings);
Bind(KEY_1, Any, Strongest([TargetMonster(1), Cast('Imperil')]));
Bind(KEY_2, Any, Strongest([TargetMonster(4), Cast('Imperil')]));
Bind(KEY_3, Any, Strongest([TargetMonster(6), Cast('Imperil')]));
Bind(KEY_4, Any, Strongest([TargetMonster(8), Cast('Imperil')]));
Bind(KEY_5, Any, Strongest([TargetMonster(9), Cast('Imperil')]));


---------
QUOTE(ericeric91 @ Dec 20 2023, 22:17) *


你的卷軸語法看起來沒問題,可能要確認指定路徑對不對
道具位置要去對 Item Inventory


卷轴和灌注对应的 s 和 n 都必须小写。大写的设置在 Monsterbation Configuration Linter 里是会报错的。

This post has been edited by Acetominaphene: Dec 21 2023, 09:03
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 21 2023, 09:07
Post #13926
ericeric91



Sleepy Poster
*********
Group: Catgirl Camarilla
Posts: 5,299
Joined: 6-July 10
Level 500 (Ponyslayer)


S 的大小寫長太像,沒仔細看完全沒發現是這問題 XD
User is online!Profile CardPM
Go to the top of the page
+Quote Post

 
post Dec 21 2023, 10:01
Post #13927
大大带西轰



Newcomer
**
Group: Gold Star Club
Posts: 86
Joined: 31-July 15
Level 374 (Dovahkiin)


QUOTE(Acetominaphene @ Dec 21 2023, 08:53) *

Impulse 要放在 Strongest 外边。然后设定 Key Binding 的语法是 Bind(Key_A, Any, Strongest([Cast('Full-Cure'), Cast('Cure')]));

[mb-lint.skk.moe] OnceForAll 的MB语法检查可以帮到你。

你可以抄一下我的设置,把对应的键改掉就行了。
CODE
Bind(KEY_SPACE, Any, Strongest([Strongest([Cast('Full-Cure'), HoverAction(Cast('Cure'), true)]), Strongest([Cast('Cure'), HoverAction(Cast('Cure'), true)])]));
Bind(KEY_Q, Any, ToggleHover);
Bind(KEY_Z, Any, Strongest([Use(8), Use(7)]));
Bind(KEY_X, Any, Cast('Damage'));
Bind(KEY_C, Any, Cast('Regen'));
Bind(KEY_V, Any, Strongest([Use(15), Use(14), Use('n1')]));
Bind(KEY_B, Any, Strongest([Use('s2'), Use('s1')]));
Bind(KEY_F, Any, Strongest([Use(4), Use(3)]));
Bind(KEY_G, Any, Strongest([Use(6), Use(5)]));
Bind(KEY_P, Settings);
Bind(KEY_1, Any, Strongest([TargetMonster(1), Cast('Imperil')]));
Bind(KEY_2, Any, Strongest([TargetMonster(4), Cast('Imperil')]));
Bind(KEY_3, Any, Strongest([TargetMonster(6), Cast('Imperil')]));
Bind(KEY_4, Any, Strongest([TargetMonster(8), Cast('Imperil')]));
Bind(KEY_5, Any, Strongest([TargetMonster(9), Cast('Imperil')]));


---------

卷轴和灌注对应的 s 和 n 都必须小写。大写的设置在 Monsterbation Configuration Linter 里是会报错的。

好的 我晚上试试去
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 21 2023, 10:26
Post #13928
yuanqiuye24



Newcomer
*
Group: Gold Star Club
Posts: 36
Joined: 9-January 23
Level 46 (Artisan)


QUOTE(takokokokoko @ Dec 20 2023, 08:12) *

( `∀´)影实好爽,我愿称之为令和第一爽片!不愧是虾抖大人!!

(IMG:[files.catbox.moe] https://files.catbox.moe/lv6qgy.jpg)


動畫感覺又比小説看起來更爽了w,期待之後日本的劇場版
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 21 2023, 11:41
Post #13929
lotusi



Newcomer
**
Group: Members
Posts: 62
Joined: 9-February 19
Level 362 (Godslayer)


https://e-hentai.org/g/2772709/1fec0cd753/
好色 (IMG:[invalid] style_emoticons/default/tongue.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 21 2023, 20:45
Post #13930
Lady_Slayer



Member of the Bal'masqué
*********
Group: Catgirl Camarilla
Posts: 5,458
Joined: 20-December 16
Level 500 (Ponyslayer)


未来数位在各大数字商城更新了几十本单行本的数字无修正,但是似乎只更新了标题。
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 22 2023, 08:21
Post #13931
guxiaoxian



Newcomer
**
Group: Members
Posts: 98
Joined: 20-April 21
Level 394 (Godslayer)


想问一下各位大佬 想要用Credit找个人帮忙赞助铜星的话 大概需要多少W
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 22 2023, 09:20
Post #13932
--一虹--



我王守义今天就要看看你的十三香不香
*******
Group: Gold Star Club
Posts: 2,210
Joined: 26-April 16
Level 500 (Ponyslayer)


2000-3000w?
20*7*220000=30800000

This post has been edited by --一虹--: Dec 22 2023, 09:23
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 22 2023, 12:36
Post #13933
Ocean^^



Newcomer
**
Group: Gold Star Club
Posts: 89
Joined: 23-January 23
Level 272 (Godslayer)


圣诞活动有50hath,我看好像已经发了,但我的还没有,是有论坛等级限制吗?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 22 2023, 13:13
Post #13934
chjj30



🦘跳海魔女🧙王世坚🌊
***********
Group: Catgirl Camarilla
Posts: 10,914
Joined: 5-January 14
Level 500 (Ponyslayer)


QUOTE(Ocean Waves @ Dec 22 2023, 18:36) *

圣诞活动有50hath,我看好像已经发了,但我的还没有,是有论坛等级限制吗?


是,你活跃程度不够。
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 22 2023, 13:15
Post #13935
jy-laji



The man who became an island.
********
Group: Members
Posts: 2,910
Joined: 21-May 11
Level 500 (Ponyslayer)


Attached Image
天啦噜
圣诞送我大礼 (IMG:[invalid] style_emoticons/default/laugh.gif)
我好兴奋啊!我好兴奋啊!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 22 2023, 13:20
Post #13936
chjj30



🦘跳海魔女🧙王世坚🌊
***********
Group: Catgirl Camarilla
Posts: 10,914
Joined: 5-January 14
Level 500 (Ponyslayer)


QUOTE(jy-laji @ Dec 22 2023, 19:15) *

Attached Image
天啦噜
圣诞送我大礼 (IMG:[invalid] style_emoticons/default/laugh.gif)
我好兴奋啊!我好兴奋啊!


等等,是圣诞这几个杯开的?那是可交易的阿。
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 22 2023, 13:24
Post #13937
jy-laji



The man who became an island.
********
Group: Members
Posts: 2,910
Joined: 21-May 11
Level 500 (Ponyslayer)


QUOTE(chjj30 @ Dec 22 2023, 19:20) *

等等,是圣诞这几个杯开的?那是可交易的阿。

不是,是p vouch开的。所以是魂绑的。
(终于可以研究圣法是怎么个打法了 (IMG:[invalid] style_emoticons/default/smile.gif) )
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 22 2023, 13:27
Post #13938
ericeric91



Sleepy Poster
*********
Group: Catgirl Camarilla
Posts: 5,299
Joined: 6-July 10
Level 500 (Ponyslayer)


順帶廣告一下活動帖:
https://forums.e-hentai.org/index.php?showtopic=273119


QUOTE(jy-laji @ Dec 22 2023, 19:15) *

Attached Image
天啦噜
圣诞送我大礼 (IMG:[invalid] style_emoticons/default/laugh.gif)
我好兴奋啊!我好兴奋啊!

你有要開 P 熟練袍嗎
(IMG:[invalid] style_emoticons/default/ph34r.gif)
User is online!Profile CardPM
Go to the top of the page
+Quote Post

 
post Dec 22 2023, 13:28
Post #13939
chjj30



🦘跳海魔女🧙王世坚🌊
***********
Group: Catgirl Camarilla
Posts: 10,914
Joined: 5-January 14
Level 500 (Ponyslayer)


QUOTE(jy-laji @ Dec 22 2023, 19:24) *

不是,是p vouch开的。所以是魂绑的。
(终于可以研究圣法是怎么个打法了 (IMG:[invalid] style_emoticons/default/smile.gif) )


那也好,你打算直奔顶装吗?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 22 2023, 13:38
Post #13940
HIMORISAMA



Casual Poster
***
Group: Members
Posts: 147
Joined: 16-May 18
Level 463 (Dovahkiin)


大佬们,活动送的“idol fan starter pack”作用都有啥呀。
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


1265 Pages V « < 695 696 697 698 699 > » 
Reply to this topicStart new topic
2 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
1 Members: T-L-F

 


Lo-Fi Version Time is now: 28th May 2025 - 23:19