Fraglord85 Posted March 14, 2019 Posted March 14, 2019 ok ive tried googling how to edit the .bs file but i am getting nowhere. how do i edit this scrip of SCS it says activate by pressing D but i am using my D for something else and thus the script can never be enabled ? so i need to edit the script to change the keybind to activate stuff anyone able to help me with this! ? greatly appreciated! Quote
Jarno Mikkola Posted March 15, 2019 Posted March 15, 2019 (edited) You open the file with Near Infinity. The most recent release. Which is a Java tool, here's a little more about it. Edited March 15, 2019 by Jarno Mikkola Quote
Fraglord85 Posted March 15, 2019 Author Posted March 15, 2019 10 hours ago, Jarno Mikkola said: You open the file with Near Infinity. The most recent release. Which is a Java tool, here's a little more about it. Thnx i tried out that one before and i could not get it to work, but now i did since u mentioned i needed java Anyway i opend it up but cant see the keybind option in that file is there not a way to change the activation key ? for the script this is what i see in the script of Thief4.BS Spoiler IF Delay(5) !Range(NearestEnemyOf(Myself),30) !ModalState(DETECTTRAPS) OR(2) Class(Myself,THIEF_ALL) Class(Myself,MONK) THEN RESPONSE #100 FindTraps() END IF ActionListEmpty() See(NearestEnemyOf(Myself)) !Range(NearestEnemyOf(Myself),4) Range(NearestEnemyOf(Myself),10) THEN RESPONSE #100 RunAwayFrom(NearestEnemyOf(Myself),45) END IF ActionListEmpty() See(NearestEnemyOf(Myself)) !Range(NearestEnemyOf(Myself),10) THEN RESPONSE #100 EquipRanged() AttackReevaluate(NearestEnemyOf(Myself),30) END IF ActionListEmpty() See(NearestEnemyOf(Myself)) Range(NearestEnemyOf(Myself),4) THEN RESPONSE #100 EquipMostDamagingMelee() AttackReevaluate(NearestEnemyOf(Myself),30) END IF ActionListEmpty() See(NearestEnemyOf(Myself)) !Range(NearestEnemyOf(Myself),4) THEN RESPONSE #100 EquipRanged() EquipMostDamagingMelee() AttackReevaluate(NearestEnemyOf(Myself),30) END Quote
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.