Subzero Posted March 3, 2018 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 60 Reputation: 0 Joined: 07/25/16 Last Seen: August 5, 2021 Share 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 Link to comment Share on other sites More sharing options...
0 GodKnows Jhomz Posted March 3, 2018 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 333 Reputation: 68 Joined: 09/05/12 Last Seen: June 13, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 Sill Posted May 26, 2020 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 05/24/20 Last Seen: December 7, 2020 Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.