Jump to content
  • 0

problem waitingroom


mpp

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  06/01/16
  • Last Seen:  

Want to add this on the main NPC

 

 

OnInit:

waitingroom "BombLucky",0;
end;
}

 

but not working , don't know where to add this btw.

 
 
 
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  588
  • Reputation:   438
  • Joined:  01/26/16
  • Last Seen:  

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  06/01/16
  • Last Seen:  

Thank you sir!!

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10018
  • Reputation:   2369
  • Joined:  10/28/11
  • Last Seen:  

it should be

OnInit:
waitingroom "BombLucky",0;        // <--------------- ADD THIS LINE
set $Ev_BombLucky,0;	//สถานะกิจกรรม
set $Ev_BombLucky_time$,"07:00 น. || 12:00 น. || 17:00 น. || 22:00 น.";	//เวลากิจกรรม
end;

Secrets's script will caused error due to duplicate OnInit within same NPC and player cant talk to NPC.

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  588
  • Reputation:   438
  • Joined:  01/26/16
  • Last Seen:  

it should be

OnInit:
waitingroom "BombLucky",0;        // <--------------- ADD THIS LINE
set $Ev_BombLucky,0;	//สถานะกิจกรรม
set $Ev_BombLucky_time$,"07:00 น. || 12:00 น. || 17:00 น. || 22:00 น.";	//เวลากิจกรรม
end;
Secrets's script will caused error due to duplicate OnInit within same NPC and player cant talk to NPC.
Sorry, didn't notice another OnInit.

This script is a piece of spaghetti :P

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...