Block speed when using god bless

01/03/2020 21:41 marcinek7#1
Hello, I added God Blessing Scroll on my server but when i'm using it, I can use speed skill/drug of typoon and have 200%+ speed... How can I block speed skills and drug of typoons when have God Blessing Scroll used?

_RefSkill:

Code:
1	59666	12023	SKILL_MALL_MRVIPER_GODBLESS_EXTRA	???? ????	SKILL_MALL_MRVIPER_GODBLESS_EXTRA	0	1	1	0	0	0	0	0	1000	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	3	0	0	255	255	0	0	0	0	0	255	255	255	255	item\etc\mall_optlevel_upgrade_scroll_1.ddj	SN_SKILL_MALL_MRVIPER_GODBLESS_EXTRA	xxx	SN_SKILL_MALL_MRVIPER_GODBLESS_EXTRA_TT_DESC	xxx	0	0	3	1667396966	1851946342	1685418593	-1875767296	26738	110	0	1752396851	200	0	1752656242	120	0	7172201	3500	0	6844521	3500	0	1937011305	15	0	1768846441	15	0	25970	110	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
01/04/2020 21:18 guckguck#2
You can add 3 different types of speed parameters:

Quote:
1752396850 = Increase Moving Speed (Dagger)
1752396851 = Increase Moving Speed (Devil/Angel)
1752396901 = Increase Moving Speed
Try to use Parameter 1752396901 instead of Parameter 1752396851 (it will require to disable the speed pot prior using it...)
01/04/2020 21:37 marcinek7#3
Quote:
Originally Posted by guckguck View Post
You can add 3 different types of speed parameters:



Try to use Parameter 1752396901 instead of Parameter 1752396851 (it will require to disable the speed pot prior using it...)
Unfortunately I can still use drug of typoons :/
01/04/2020 22:36 guckguck#4
Another option would be to allow Speed Pots to be used with this buff and add a lower amount of speed.
See honor silver buff (SKILL_TC_SILVER_BUFF_01) there is additional 20% moving speed added, instead of changing moving speed to 200%. If you want to add +100% to moving speed in general you could use "1752396851 100" for example.