Jump to content
  • 0

Slot Machine 24 hours


Subzero

Question


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  60
  • Reputation:   0
  • Joined:  07/25/16
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  333
  • Reputation:   67
  • Joined:  09/05/12
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  05/24/20
  • Last Seen:  

how do i change the rates of dropped items?, like i want to add a +9 weap perga with 00,01% chance

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...