nvh Posted June 24, 2021 Share Posted June 24, 2021 Autorun common event is bad for game and server performance???? I want to make a common event but don't have the necessary trigger condition. i be use auto run ?? Link to comment Share on other sites More sharing options...
0 Beast Boyz Posted June 24, 2021 Share Posted June 24, 2021 Autorun event should have conditional, we have talked a lot about this : Â Â Â I had a lot of autorun even without conditionals and it was giving lag very fast. Â Also you can do event with date : Â Link to comment Share on other sites More sharing options...
0 jcsnider Posted June 24, 2021 Share Posted June 24, 2021 Even autoruns with conditionals are bad. It's gonna be checking those conditionals every tick to see if it should start. Link to comment Share on other sites More sharing options...
0 nvh Posted June 24, 2021 Author Share Posted June 24, 2021 21 minutes ago, jcsnider said: Even autoruns with conditionals are bad. It's gonna be checking those conditionals every tick to see if it should start. I don't know how to trigger common event when I learn a new spell :(( Link to comment Share on other sites More sharing options...
0 Beast Boyz Posted June 24, 2021 Share Posted June 24, 2021 4 hours ago, jcsnider said: Even autoruns with conditionals are bad. It's gonna be checking those conditionals every tick to see if it should start. Is there another way to work ? I mean, autorun with condition is really usefull for a lot of things, i have a lot of event that work with them and conditionnals, does it mean that my game will have problems running if there are more players ?  4 hours ago, nvh said: I don't know how to trigger common event when I learn a new spell :(( If you could be more precise on what you want, we could help you ^^ Link to comment Share on other sites More sharing options...
0 Cheshire Posted June 24, 2021 Share Posted June 24, 2021 1 hour ago, Beast Boyz said: Is there another way to work ? I mean, autorun with condition is really usefull for a lot of things, i have a lot of event that work with them and conditionnals, does it mean that my game will have problems running if there are more players ? Â Small scale, probably not. 50+ players on you'll probably feel it at times. Â What you'll want to do for autoruns is cut them down as much as you can (remember, each page counts as its own instance!) And try to run them on triggers as much as you can. Â If you think more triggers need to be added feel free to shoot up an issue about them. Link to comment Share on other sites More sharing options...
0 Beast Boyz Posted June 24, 2021 Share Posted June 24, 2021 44 minutes ago, Cheshire said: Â Small scale, probably not. 50+ players on you'll probably feel it at times. Â What you'll want to do for autoruns is cut them down as much as you can (remember, each page counts as its own instance!) And try to run them on triggers as much as you can. Â If you think more triggers need to be added feel free to shoot up an issue about them. Thanks for the return, I see, since there is now player variable trigger i will try to replace with them. Â Do we agree that the player variable trigger work whenever it get changed ? (True/False or change in the integer/string ?) Link to comment Share on other sites More sharing options...
Question
nvh
Autorun common event is bad for game and server performance????
I want to make a common event but don't have the necessary trigger condition. i be use auto run ??
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now