Subzero Posted March 3, 2018 Posted March 3, 2018 hello i got this script from here i just want ask its possible to make this npc player can play anytime? which part should i change Quote
0 GodKnows Jhomz Posted March 3, 2018 Posted March 3, 2018 3 hours ago, Subzero said: hello i got this script from here i just want ask its possible to make this npc player can play anytime? which part should i change Just remove this from the script so it won't hide the npc when the script loaded : OnClock0400: OnClock0800: OnClock1200: OnClock1600: OnClock2000: OnClock0000: announce "Slot Machine will begin in 1 minute.", bc_all; sleep 60000; announce "Come and Play slot machine at prontera", bc_all; hideoffnpc strnpcinfo(3); sleep 300000; announce "Slot Machine already finished", bc_all; hideonnpc strnpcinfo(3); end; OnInit: <-- Don't remove this hideonnpc strnpcinfo(3); <-- Just remove this line Here is the file where I remove the hideonnpc part. Slot Machine.txt Quote
0 Sill Posted May 26, 2020 Posted May 26, 2020 how do i change the rates of dropped items?, like i want to add a +9 weap perga with 00,01% chance Quote
Question
Subzero
hello i got this script from here
i just want ask its possible to make this npc player can play anytime?
which part should i change
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.