utofaery Posted January 23, 2019 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 228 Reputation: 19 Joined: 10/27/12 Last Seen: March 17, 2019 Share Posted January 23, 2019 Q> Should I choose homevolution; in npc script or atcommand("@homevolve"); in npc script? and which one actually work or is a better choice ?? (Note: not in item script) Quote Link to comment Share on other sites More sharing options...
0 n0tttt Posted January 23, 2019 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 303 Reputation: 118 Joined: 12/10/16 Last Seen: Friday at 02:39 AM Share Posted January 23, 2019 Always the script command if it's avaiaible. It's cleaner this way. So I'd say homevolution. 1 Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted April 23, 2019 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 April 23, 2019 On 1/23/2019 at 12:15 PM, n0tttt said: Always the script command if it's avaiaible. It's cleaner this way. So I'd say homevolution. yes, one of the reason to avoid atcommand because it could create unnecessary log in your sql db if you had enabled the atcommand logging settings. Quote Link to comment Share on other sites More sharing options...
Question
utofaery
Q>
Should I choose homevolution; in npc script or atcommand("@homevolve"); in npc script?
and which one actually work or is a better choice ?? (Note: not in item script)
Link to comment
Share on other sites
2 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.