Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I'm trying to make the missions for my plugin Factions. I was just testing the ones I did the other day and the second mission with the Republic (Transport Munitions to Stardock Gamma) and I recieved it without doing the first one. I checked all the reuirements and I did not have the bits required set. In res edit they are in place but in the game my pilot gets missions that require those bits to be set (the bits are B100 !B101 !b1000 b2000).
I checked with a pilot log and the bits are NOT set. So how come I get the mission. In the pilot log it also says that the bit supposubdely set when that mission (Transport Munitions to Stardock Gamma) is completed.
Does anyone know why this would happen. No other plugs are present and this is a TC.
Thanks -Starbridge42
------------------ Hey! If I want cheesey poofs, I'll get cheesey poofs! -Eric Cartman Law Enforcer "Respect my Authorita!"
Did you enter the expression correctly? IE (b100 & !b101) & (!b1000 & b2000) or (b100 & b2000) & !(b101 | b1000).
If the pilot had done any other missions, I might check their fields. Also, try checking the chär resource.
------------------ "If you can't feel the Force, you're not pushing it." -Prof. Li on the "Force" Got g?
Keep in mind that the pilot log only gets refreshed when you "open" the pilot in Nova. Are you sure your pilot log is fresh? And for that matter, are you using a new pilot every time you test?
------------------ Moderator- (url="http://"http://www.AmbrosiaSW.com/cgi-bin/ubb/forumdisplay.cgi?action=topics&number;=9&SUBMIT;=Go&mrxak;=cool")EV Developer's Corner(/url) | (url="http://"http://forums.evula.com/viewforum.php?f=18")mrxak's Assorted Webspace Forum(/url) | (url="http://"http://forums.evula.com/viewforum.php?f=48")Starcraft Forum(/url) | | (url="http://"http://directory.perfectparadox.com/profile.php?id=00008")My Profile(/url) (url="http://"http://www.AmbrosiaSW.com/cgi-bin/ubb/search.cgi?action=intro")Search First(/url) | (url="http://"http://www.AmbrosiaSW.com/webboard/Forum9/HTML/003091.html")Need Testers?(/url) | (url="http://"http://www.AmbrosiaSW.com/webboard/Forum9/HTML/003196.html")Need Developers?(/url) | (url="http://"http://www.evula.com/survival_guide/")EV/O/N Survival Guide(/url) | (url="http://"http://www.AmbrosiaSW.com/games/evn/addons.html")Nova Addons(/url) | (url="http://"http://w00tware.ev-nova.net/")NovaTools(/url) | (url="http://"http://www.ambrosiasw.com/cgi-bin/ubb/forumdisplay.cgi?action=topics&number;=31&SUBMIT;=Go")Bomb's Plug-in Guide(/url) (url="http://"http://www.evula.org/mrxak/")mrxak's Assorted Webspace(/url) | (url="http://"http://www.ambrosiasw.com/cgi-bin/vftp/dl-redirect.pl/TheChallenge102.sea.bin?path=evn/plugins&file;=TheChallenge102.sea.bin")The Challenge v1.0.2(/url) | (url="http://"http://www.evula.org/mrxak/Haikus/haikuarchive.html")The Haiku Archive(/url) | (url="http://"http://www.evula.org/mrxak/EV/N/mbspt/mbspt.html")mrxak's Big Secret Plug-in/Tutorial(/url) | (url="http://"http://www.AmbrosiaSW.com/cgi-bin/ubb/postdisplay.cgi?forum=Forum10&topic;=007599-2&whichpost;=mrxak11-06-200203:22PM")mrxak?(/url) < . . . . . >
I feel really embarrased now. I forgot to put the brackets in. i had just put 'b100 !b101 !b1000 b200' Woops! :redface:
Thanks fellas. And yeah the log was fresh. But i think what Chuckles said was right.