Why i love Apple stuff
Posted: Tue Jul 17, 2012 10:04 pm
A Custom-Legit EverQuest emulated server
http://www.thehiddenforest.org/Forum/
http://www.thehiddenforest.org/Forum/viewtopic.php?f=71&t=8262
If someone is too stupid to open a box then they shouldn't be messing with any kind of tablet or pc device contained within.
And besides, unless you plan on unboxing an Apple product every day; it becomss a moot point.
~AJ
Code: Select all
if(GetPackaging && RuleB(Combat, UseFrustratingPackages))
{
sint32 chance = MakeRandomInt(1,100);
chance += [b]GetDex()[/b] / 60;
//Give people at least some chance of opening the damn thing
if(chance > GetAC(GetTarget()) || chance>95+GetDex()){
return true;
}
else{
return false;
}
}