mpp Posted June 23, 2016 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 06/01/16 Last Seen: July 7, 2016 Share Posted June 23, 2016 Want to add this on the main NPC OnInit: waitingroom "BombLucky",0; end; } but not working , don't know where to add this btw. http://pastebin.com/qzCVTruD Quote Link to comment Share on other sites More sharing options...
0 Secrets Posted June 23, 2016 Group: Developer Topic Count: 36 Topics Per Day: 0.01 Content Count: 588 Reputation: 438 Joined: 01/26/16 Last Seen: April 16 Share Posted June 23, 2016 https://gist.github.com/secretdataz/17e211a338b52dd46bd3ebc5812c3612 Quote Link to comment Share on other sites More sharing options...
0 mpp Posted June 24, 2016 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 06/01/16 Last Seen: July 7, 2016 Author Share Posted June 24, 2016 Thank you sir!! Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted June 24, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted June 24, 2016 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. Quote Link to comment Share on other sites More sharing options...
0 Secrets Posted June 24, 2016 Group: Developer Topic Count: 36 Topics Per Day: 0.01 Content Count: 588 Reputation: 438 Joined: 01/26/16 Last Seen: April 16 Share Posted June 24, 2016 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 Quote Link to comment Share on other sites More sharing options...
Question
mpp
Want to add this on the main NPC
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.