Mr Robot
V Member
https://www.youtube.com/channel/UCz6tTr2ewLX8f0LVjFGtuNw
Posts: 50 Likes: 14
Currently Offline
Last Online: Dec 23, 2022 4:17:18 GMT
View Profile
Registered On: Dec 9, 2016 6:23:02 GMT
|
Post by Mr Robot on Sept 25, 2017 19:07:39 GMT
Hello @everyone
I have a problem this day Some days ago I took the task of making a configurable script but presented this small obstacle in a long way to be able to make this work
1 ON / 0 OFF
Set $SafeMode 0
Set $HardMode 0
auto 100 | dontlist | if [$SafeMode == 1] safe if [$monstersaround.3 >= 1 && $mppc > 40 && $playersaround.7 == 0] say 'exevo mas san' | wait 2000}
auto 100 | dontlist |if [$HardMode == 1] if [$monstersaround.3 >= 1] say 'Exevo Mas San' | wait 1900}
How can I do when an option active start work and when it turns off it stops working?
|
|
|
Post by Siwy on Sept 26, 2017 1:38:56 GMT
Thread moved from Exclusive script request to normal script request
|
|
|
Post by Siwy on Sept 26, 2017 2:02:33 GMT
Hello @everyoneI have a problem this day Some days ago I took the task of making a configurable script but presented this small obstacle in a long way to be able to make this work 1 ON / 0 OFF
Set $SafeMode 0
Set $HardMode 0
auto 100 | dontlist | if [$SafeMode == 1] safe if [$monstersaround.3 >= 1 && $mppc > 40 && $playersaround.7 == 0] say 'exevo mas san' | wait 2000} auto 100 | dontlist |if [$HardMode == 1] if [$monstersaround.3 >= 1] say 'Exevo Mas San' | wait 1900}
How can I do when an option active start work and when it turns off it stops working? Hello Mr Robot Thoose scripts auto 100 | dontlist | if [$SafeMode == 1] safe if [$monstersaround.3 >= 1 && $mppc > 40 && $playersaround.7 == 0] say 'exevo mas san' | wait 2000}
auto 100 | dontlist |if [$HardMode == 1] if [$monstersaround.3 >= 1] say 'Exevo Mas San' | wait 1900}
Add to waypoints scripts Later in waypoints u need to add Set $SafeMode 0
Or Set $HardMode 0 0 - behind this mean script are disbaled 1 - *_*_* mean this script are enabled So in waypoints u need to put label and put that inside label later when u want to change from safe mode to hard w.e do as it is shown in the red window or vice versa I think I'm probably gonna explained it to you Remember elfbot need to read label before this gonna start workingRegards King Siwy
@edit if u want to more script like this (to enable / disable in waypoints ) pm me or make new request
|
|