aceball69 Posted September 28, 2009 Share Posted September 28, 2009 :thanks: So I have a few questions... I just cant seem to figure these things out. They are package questions. 1. How would I get an NPC to perform a package only when its NOT raining? Or, how would I get an NPC to perform a certain package when it IS raining? (preferably the first question, I dont wanna make any more packages than I have to) 2. Is it possible to put an 'Escort' package on my NPC that makes him escort multiple actors? Basically I want him to lead a group to a certain area. Any help is greatly appreciated. Link to comment Share on other sites More sharing options...
Pronam Posted September 28, 2009 Share Posted September 28, 2009 1. Sure it is, take a look at this function GetIsCurrentWeather. It should be available at the conditions (not sure though.). You should add a couple as there isn't just one for the rain.2. Not really, but you could add a package to all of them following that NPC. Look for the packages in the Defense of Bruma Quest, the one from captain Burd. Link to comment Share on other sites More sharing options...
aceball69 Posted September 28, 2009 Author Share Posted September 28, 2009 Thank you! That was very helpful :) One more thing... 1. There was a time when I set packages on a NPC and when I went into the game to test it, the NPC would just stand there and not move at all. I eventually had to erase the NPC and create a new one and add the (same) packages again. This time it worked... what changed? Link to comment Share on other sites More sharing options...
aceball69 Posted September 29, 2009 Author Share Posted September 29, 2009 I want an NPC to travel around the IC on Fridays but dont know how to do this without using two packages. How could I get him to do this with using just one package? Link to comment Share on other sites More sharing options...
Pronam Posted September 29, 2009 Share Posted September 29, 2009 What do you exactly mean, around the IC? Several, or two spots? Why 2 packages... Link to comment Share on other sites More sharing options...
aceball69 Posted September 29, 2009 Author Share Posted September 29, 2009 By "around the IC" I mean travel the Red Ring Road around Lake Rumare... the outskirts of the IC island. I just want him to go around the city then return at the same spot. Is this possible using only one package? The reason I ask is because I dont want to crowd his package list. It wouldnt matter if there was no max limit to the number of packages a NPC could have but I need space to put more packages. Link to comment Share on other sites More sharing options...
Pronam Posted September 29, 2009 Share Posted September 29, 2009 Using the Patrols-tutorial and GetDayOfWeek, you could try :)... Link to comment Share on other sites More sharing options...
Recommended Posts