So you are saying your checks are all working perfectly but you want to be able to exit and then come back in?
by setting solar saint = to 1 you are making that check not work the next time you use it.
If you want to re-enter quest from start, you have to set GC.MyChar.SolarSaint = to 0. Do it in your first link back when you have the player talk to the npc.
-----
If you mean you want the server to only let players into the event for the first 5/10 minutes I would do a server wide bool saying that players can enter or not enter. Then using the server updates check if the quest starting time is 5/10 min larger then current date time and if so update the bool to false (making it so players can't enter the event anymore) and print out the text to all connected clients.
If that's not what you mean then maybe I'm just missing the point. If so, Sorry.
The Following User Says Thank You to pro4never For This Useful Post:
lol, i guess hep got the prob, gona try it but it whas that in the first time they Press Controll 10 or Control 12, It sets SolarSaint to 1 and also sends them in and gives them the exp ball so the next time thy try to enter on that same day since their SolarSaint wount be 0 anymore its gona go to the else wich will just send them in with out givin them the exp ball just like real co has it you can only get the Exp the first time you enter on that day if you come out and try to go in again it will just let you in and not give you anything,
Yah sorry I completely misunderstood your question as I may not have read the entire thread... my bad.
Lol its all good.
We all make mistakes
Quote:
Originally Posted by -Shunsui-
lol, i guess hep got the prob, gona try it but it whas that in the first time they Press Controll 10 or Control 12, It sets SolarSaint to 1 and also sends them in and gives them the exp ball so the next time thy try to enter on that same day since their SolarSaint wount be 0 anymore its gona go to the else wich will just send them in with out givin them the exp ball just like real co has it you can only get the Exp the first time you enter on that day if you come out and try to go in again it will just let you in and not give you anything,
Alright so tell us how it goes.
The Following User Says Thank You to .Arco For This Useful Post: