The NPC: event_prv_collector teleports randomly around towns. I'd like to make him stop teleporting (as he is my choosen dude to be the event items seller at RMT.
I am trying to make this behaviour stop - so he doesn't leave the towns he visits (collectors event) and his RMT spawn that I added.
Testing takes about 1hourish because you need to fully load the server + wait for the NPC to leave the spot - that's why I am asking for help. Do you think removing the Lines between parameter_define_begin and end ( every TelPos line) would make that behavior stop or he would simply disappear?
Do you see something else that may make this stop (like a value that's being trigged that I can't see, so that I'd modify it to 99999999) or have any idea for one NPC to be my "event items multisell shop" on RMT?
Thanks.
edit:
maybe change his AI to default_npc would make it work?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
The bot video lasts 35 minutes and not everything is shown there, if everything was shown, the video could have lasted several hours. Also, the video quality is reduced so as not to take up much space.The last minutes of the video show bots attacking each other on the event.
https://dropmefiles.com/1jMi2
We also forgot to say that the deal will be the way you want it, we are ready for almost any of your demands. And we ask the administration to review our post as soon as possible, because several hours have passed and it still hasn't passed moderation, thank you in advance!
Question
ericvini
Hello,
The NPC: event_prv_collector teleports randomly around towns. I'd like to make him stop teleporting (as he is my choosen dude to be the event items seller at RMT.
I am trying to make this behaviour stop - so he doesn't leave the towns he visits (collectors event) and his RMT spawn that I added.
Event_prv_collect code:
Pastebin: http://pastebin.com/NmYL3mgg
Do you see something else that may make this stop (like a value that's being trigged that I can't see, so that I'd modify it to 99999999) or have any idea for one NPC to be my "event items multisell shop" on RMT?
Thanks.
edit:
maybe change his AI to default_npc would make it work?
class 0 event_prv_collector : event_prv_collect
class_end
to:
class 0 event_prv_collector : default_npc
class_end
?
Edited by ericvini2 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.
Note: Your post will require moderator approval before it will be visible.